PHP 클래스 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.
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 상세
getObserveChanges()
공개 메소드
getOnValidationError()
공개 메소드
getOnValidationSuccess()
공개 메소드
setObserveChanges()
공개 메소드
Client-side OnValidate validator event is raise before the validators
validation functions are called.
setOnValidationError()
공개 메소드
This will override the default client-side validator behaviour.
setOnValidationSuccess()
공개 메소드
This will override the default client-side validator behaviour.