enableValidator
Enables or disables field validator.
Parameters
Example Usages
app.enableValidator("firstName", "notEmpty", false); //disables the validation of notEmpty for the control firstNameReturn Values
Last updated