Functiondojox.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)
parametertypedescription
profile dojo.validate.check() profile that this evaluation is against.
constraintArrayThe single [] array of function and arguments for the function.
fieldName form dom name of the field being validated.
elem form element field.