Field Set
Diese Komponente ist ein spezieller Container und damit auch eine "Sammelkomponente" für weitere Komponenten.
Konfiguration
Für allgemeine Konfigurations-Optionen siehe Allgemeine Komponenten Konfiguration.
Beispiel
fieldset.json
{
"$schema": "http://bpc.virtimo.net/forms/1/schema",
"metaData": {
"id": 0,
"version": 0
},
"configuration": {
},
"components": [
{
"type": "fieldset",
"layout": "horizontal",
"label": "Horizontal fieldset",
"components": [
{
"type": "html",
"value": "First element in horizontal fieldset"
},
{
"type": "html",
"value": "Second element in horizontal fieldset"
},
{
"type": "fieldset",
"layout": "vertical",
"label": "Vertical fieldset",
"components": [
{
"type": "html",
"value": "First element in vertical fieldset"
},
{
"type": "html",
"value": "Second element in vertical fieldset"
}
]
}
]
}
]
}
Eingebettete Vorschau
Keywords: