Interface XmValidatorOnBeginResult

Result value that can be returned by the begin callback of the form validator, see XmValidator.on and XmValidatorCallbacks.

Hierarchy

  • XmValidatorOnBeginResult

Index

Properties

Properties

Optional exclude

exclude: HTMLElement[]

When given, these items are removed from the items to validate. Excluded items are never included, even when specified via include.

Optional include

include: HTMLElement[]

When given, these items are added to the items to validate.

Optional valid

valid: boolean

No effect when true or missing.

When false, the validated items are considered to be invalid. All elements are still validated to ensure the proper error messages are displayed, but the result of the validation will be false (=invalid).