getFormConfig

Diese Funktion lädt eine Formularkonfiguration über die angegebene Url. Hierfür wird eine GET-Nachricht gesendet.

Übersicht

action ("getFormConfig")

Auszuführende Aktion.

payload (GetFormConfigActionPayload)

Objekt, das die anzugebene Url beinhaltet.

GetFormConfigActionPayload

url (string)

Url der zu ladenden Konfiguration.

Beispiel

getFormConfig.json
{
  "$schema": "https://forms.virtimo.net/5.1.0/schema.json",
  "metaData": {
    "id": 0,
    "version": 0
  },
  "configuration": {
  },
  "components": [
    {
      "type": "container",
      "components": [
        {
          "type": "button",
          "label": "getFormConfig",
          "onClick": {
            "action": "getFormConfig",
            "payload": {
              "url" : "https://files.virtimo.net/docs-dev/docs-develop/de/bpc-docs/5.1/forms/_attachments/getFormConfigTarget.json"
            }
          }
        }
      ]
    }
  ]
}
Eingebettete Vorschau

Keywords: