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

    Interface XUtilOnBeforeLoadFormDataData

    interface XUtilOnBeforeLoadFormDataData {
        fileStore: LegacyFileStore;
        form: HTMLElement;
        formData: LegacyFormSaveData;
    }
    Index

    Properties

    fileStore: LegacyFileStore

    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.

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