PHP Class Prado\Web\UI\WebControls\TValidatorClientSide
Client-side validator events can be modified through the {@link TBaseValidator::getClientSide ClientSide} property of a validator. The
subproperties of ClientSide are those of the TValidatorClientSide
properties. The client-side validator supports the following events.
The
OnValidate event is raise before the validator validation
functions are called.
The
OnValidationSuccess event is raised after the validator has successfully
validate the control.
The
OnValidationError event is raised after the validator fails validation.
See the quickstart documentation for further details.
ファイルを表示
Open project: pradosoft/prado
Public Methods
Method Details
getObserveChanges()
public method
getOnValidate()
public method
getOnValidationError()
public method
getOnValidationSuccess()
public method
setObserveChanges()
public method
setOnValidate()
public method
Client-side OnValidate validator event is raise before the validators
validation functions are called.
setOnValidationError()
public method
This will override the default client-side validator behaviour.
setOnValidationSuccess()
public method
This will override the default client-side validator behaviour.