The index of the form element being validated. Dividing the index by items.length gives the ratio of elements that have finished validation.
The current item that was validated.
Whether current item that was validated is valid.
A list of all items to be validated.
Whether the validation process is to be silent (=no change to the visible error messages).
The type of the validation, either main
or sub
. Each main validation consists of multiple sub validations.
Whether all elements validated thus far are valid.
Data that is passed to the
progress
callback of the form validator, see XmValidator.on and XmValidatorCallbacks.