Interface XmValidatorOnRequestBeginData

Data that is passed to the requestBegin callback of the form validator, see XmValidator.on and XmValidatorCallbacks.

Hierarchy

  • XmValidatorOnRequestBeginData

Index

Properties

Properties

items

items: JQuery

A list of all items that were requested to be validated. These items may be different from the final items that are actually validated and passed to the begin and finish callbacks.

silent

silent: boolean

Whether the validation process is to be silent (=no change to the visible error messages).