DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function(_5){
return this.inherited("isValid",arguments)&&(this.get("value")==this.containerWidget._inputWidgets[1].attr("value"));
} -- will be removed in version: 2.0
6 tests to run in
1 groups
------------------------------------------------------------
GROUP "tests" has
6 tests to run
DEPRECATED: dojox.form.PasswordValidator::attr() is deprecated. Use get() or set() instead, called from function test_setDisabled(t){
valid1.attr("disabled", true);
t.t(dojo.every(dojo.query("[widgetId]",
valid1.domNode).map(function(i){
return dijit.byNode(i);
}), function(i){return i.disabled;}));
valid1.attr("disabled", false);
t.t(dojo.every(dojo.query("[widgetId]",
valid1.domNode).map(function(i){
return dijit.byNode(i);
}), function(i){return !i.disabled;}));
} -- will be removed in version: 2.0
DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function(i){
if(i&&i.attr){
i.attr("disabled",_d);
}
} -- will be removed in version: 2.0
Hover over HTML elements in the main page. Click to hold selection.