Text Area
Diese Komponenten stellt ein mehrzeiliges 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
textarea.json
{
"$schema": "http://bpc.virtimo.net/forms/1/schema",
"metaData": {
"id": 0,
"version": 0
},
"configuration": {
},
"components": [
{
"type": "container",
"label": "Textarea Component Example",
"components": [
{
"type": "textarea",
"label": "My Textarea",
"value": "Hello World\nnice to meet\nyou"
},
{
"type": "textarea",
"label": {
"de": "Mehrzeiliges Textfeld",
"en": "multi line textfield"
}
}
]
}
]
}
Eingebettete Vorschau
Keywords: