formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface XmValidatorOnRequestBeginData

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

    interface XmValidatorOnRequestBeginData {
        items: JQuery;
        silent: boolean;
    }
    Index

    Properties

    Properties

    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: boolean

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