Interface XmValidatorOnBeginData

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

Hierarchy

  • XmValidatorOnBeginData

Index

Properties

Properties

items

items: JQuery

A list of all items to be validated.

silent

silent: boolean

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

type

type: "main" | "sub"

The type of the validation, either main or sub. Each main validation consists of multiple sub validations.