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

    Interface XUtilOnBeforeLoadFormDataData

    interface XUtilOnBeforeLoadFormDataData {
        fileStore: Partial;
        form: HTMLElement;
        formData: Partial;
    }
    Index

    Properties

    fileStore: Partial

    The file store map from which the files to be loaded will be read. Can be modified.

    form: HTMLElement

    The form for which to load the data.

    formData: Partial

    The form data map from which the form data to be loaded will be read. Can be modified.