Validator.showErrors( errors )
Description: Show the specified messages.
-
Validator.showErrors( errors )
-
errorsType: ObjectOne or more key/value pairs of input names and messages.
-
Example:
Adds and shows error message programmatically.
1
2
3
4
|
|