KoolCustomValidator Class [PHP]
Summary
Properties | Description | |
ClientValidationFunction | Set the name of client-side validation function. | |
ErrorMessage | Set the message that will display when validation is failed. | |
id | Get the id of validator. |
Methods | Description | |
Render | Render the validator |
Properties Detail
ClientValidationFunctionTop
string ClientValidationFunction
Set the name of client-side validation function. This custom function will be called before the form is submitted.
Supported from version: 1.0.0.0
ErrorMessageTop
string ErrorMessage
Set the message that will display when validation is failed.
Supported from version: 1.0.0.0