KoolRegularExpressionValidator Class [PHP]

Summary

Properties Description
ErrorMessage Set the message that will display when validation is failed.
Expression Set the regular expression that will be used to validate user input.
id Get the id of validator.
TargetId Set the id of textbox that you want to validate.
Methods Description
Render Render the validator

Properties Detail

ErrorMessageTop

string ErrorMessage

Set the message that will display when validation is failed.

Show/Hide Code

Supported from version: 1.0.0.0

ExpressionTop

string Expression

Set the regular expression that will be used to validate user input.

Show/Hide Code

Supported from version: 1.0.0.0

idTop

string id

Get the id of validator.

Show/Hide Code

Supported from version: 1.0.0.0

TargetIdTop

string TargetId

Set the id of textbox that you want to validate.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

RenderTop

void Render()

Render the validator

Show/Hide Code

Supported from version: 1.0.0.0