dojox.validate.evaluateConstraint
dojo.require("dojox.validate.check");
defined in dojox/validate/check.js
The arrays are expected to be in the format of: constraints:{
Usage
function (profile, /*Array*/ constraint, fieldName, elem) (view source)
parameter | type | description |
---|---|---|
profile | dojo.validate.check() profile that this evaluation is against. | |
constraint | Array | The single [] array of function and arguments for the function. |
fieldName | form dom name of the field being validated. | |
elem | form element field. |