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

    Interface XmValidatorOnRequestFinishData

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

    interface XmValidatorOnRequestFinishData {
        items: JQuery;
        silent: boolean;
        valid: 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).

    valid: boolean

    Whether all validated elements are valid.