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
PASSED test: test_setValue
3 ms
DEPRECATED: dijit.form.Form::attr() is deprecated. Use get() or set() instead, called from function test_addSelected(t){
dojo.forEach(ms2.getOptions(ms2.getValue()), function(i){
ms2.removeOption(i);
ms1.addOption(i);
});
t.is([], form.attr("value").ms2);
ms1.invertSelection();
t.is(["TN","CA"], form.attr("value").ms1);
} -- will be removed in version: 2.0
First Select Changed to TN,CA
PASSED test: test_addSelected
15 ms
First Select Changed to TN
Hover over HTML elements in the main page. Click to hold selection.