The Changing Validator Object

Changing validator is basically used with Validatable Text Box object. The main purpose of this object is to validate changing input text.

Changing validator constructor takes one optional parameter:

new TChangingValidator(parentValidator);

Where parentValidator may be any other validator object.

Changing Validator Methods and Properties
Method/Property Description
getPhrase Gets validator object text message
setCallback Sets a callback that will be called after validation process. Form:

setCallback(callback)
validate Validates input text. Form:

validate(inputValue)