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

    Interface XmValidatorOnRequestFinishResult

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

    interface XmValidatorOnRequestFinishResult {
        valid?: boolean;
    }
    Index

    Properties

    Properties

    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).