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
PASSED test: test_setDisabled
2 ms
DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function test_isValid(t){
t.f(form1.isValid());
dijit.byId("nv1").attr("value", "test");
dijit.byId("vv1").attr("value", "Test");
t.f(form1.isValid());
dijit.byId("vv1").attr("value", "test");
t.t(form1.isValid());
t.t(form6.isValid());
t.is({password: ""}, form6.attr("value"));
dijit.byId("nv6").attr("value", "test");
t.f(form6.isValid());
t.is({password: ""}, form6.attr("value"));
dijit.byId("vv6").attr("value", "test");
t.t(form6.isValid());
t.is({password: "test"}, form6.attr("value"));
} -- will be removed in version: 2.0
PASSED test: test_isValid
3 ms
DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function test_getValue(t){
dijit.byId("nv1").attr("value", "test");
dijit.byId("vv1").attr("value", "Test");
t.is({password: ""}, form1.attr("value"));
dijit.byId("vv1").attr("value", "test123");
dijit.byId("nv1").attr("value", "test123");
t.is({password: "test123"}, form1.attr("value"));
} -- will be removed in version: 2.0
Hover over HTML elements in the main page. Click to hold selection.