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.
| 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) |