formcycle 8.3.6 - JavaScript für Formulare
    Bereite Suchindex vor...

    Schnittstelle XUtilOnBeforeLoadFormDataData

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

    Eigenschaften

    Eigenschaften

    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.