DEPRECATED: dijit.form.CheckBox::attr() is deprecated. Use get() or set() instead, called from function(){
this.checkBox.attr("value",this.option.selected);
} -- will be removed in version: 2.0
11 tests to run in
1 groups
------------------------------------------------------------
GROUP "tests" has
11 tests to run
DEPRECATED: dijit.form.Form::attr() is deprecated. Use get() or set() instead, called from function test_setValue(t){
t.is(["VA","WA"], form.attr("value").ms1);
t.is(["TX","GA"], form.attr("value").ms2);
ms1.attr("value", ["TN","CA"]);
t.is(["TN","CA"], form.attr("value").ms1);
ms1.invertSelection();
t.is(["VA","WA","FL"], form.attr("value").ms1);
} -- will be removed in version: 2.0
First Select Changed to VA,WA,FL
Hover over HTML elements in the main page. Click to hold selection.