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

    Interface XUtilOnAfterSaveFormDataData

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

    Properties

    fileStore: LegacyFileStore

    The file store map with the files that were saved. Can be modified.

    form: HTMLElement

    The form for which the data was saved.

    The form data map with the form data that was saved. Can be modified.