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

    Type Alias FormUrlType

    FormUrlType:
        | "attachment"
        | "context"
        | "dataquery_db"
        | "dataquery_ldap"
        | "datasource_csv"
        | "datasource_db"
        | "datasource_json"
        | "datasource_xml"
        | "keepalive"
        | "plugin"
        | "previewAction"
        | "submitAction"

    Possible values for the different types of URLs of formcycle. The following are currently available:

    • attachment: Base URL for accessing attachments uploaded via upload elements.
    • context: The current context path of the web application, e.g. /formcycle.
    • dataquery_db: Base URL for accessing database queries as configured in the formcycle backend.
    • dataquery_ldap: Base URL for accessing LDAP queries as configured in the formcycle backend.
    • datasource_csv: Base URL for accessing CSV data sources as configured in the formcycle backend.
    • datasource_db: (deprecated) Use dataquery_db instead.
    • datasource_json: Base URL for accessing JSON data sources as configured in the formcycle backend.
    • datasource_xml: Base URL for accessing XML data sources as configured in the formcycle backend.
    • keepalive: URL for keeping the current session alive. Similar to a ping.
    • plugin: URL for executing servlet plugins.
    • previewAction: URL for requesting a preview of a form. A preview cannot be submitted.
    • submitAction: URL to which the form data is submitted.