HTML
Diese Komponente ermöglicht es direkt HTML Elemente in ein Formular zu integrieren.
Konfiguration
Für allgemeine Konfigurations-Optionen siehe Allgemeine Komponenten Konfiguration.
Beispiel
html.json
{
"$schema": "http://bpc.virtimo.net/forms/1/schema",
"metaData": {
"id": 0,
"version": 0
},
"configuration": {
},
"components": [
{
"type": "container",
"label": "HTML Component Example",
"components": [
{
"type": "html",
"value": "One element"
},
{
"type": "html",
"value": "Before paragraph.<p>Another <b>important</b> element inside a paragraph.</p> After paragraph."
}
]
}
]
}
Eingebettete Vorschau
Keywords: