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

    Interface XUtilOnBeforeSaveFormDataData

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

    Properties

    fileStore: LegacyFileStore

    The file store map to which the files to be saved will be written. Can be modified.

    form: HTMLElement

    The form for which to save the data.

    The form data map to which the form data to be saved will be written. Can be modified.