Text Field

Diese Komponenten stellt ein einzeiliges Textfeld dar.

Konfiguration

Für allgemeine Konfigurations-Optionen siehe Allgemeine Komponenten Konfiguration.

Spezifische Konfiguration

value (string)

Wert des Feldes. Siehe auch Attribute von Formular-Komponenten binden

Beispiel

textfield.json
{
  "$schema": "http://bpc.virtimo.net/forms/1/schema",
  "metaData": {
    "id": 0,
    "version": 0
  },
  "configuration": {
  },
  "components": [
    {
      "type": "container",
      "label": "Textfield Component Example",
      "components": [
        {
          "type": "textfield",
          "label": "My Textfield",
          "value": "Hello World"
        },
        {
          "type": "textfield",
          "label": {
            "de": "Textfeld",
            "en": "textfield"
          }
        }
      ]
    }
  ]
}
Eingebettete Vorschau

Keywords: