formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
35 lines • 677 B
JSON
{
"$schema": "../../schemas/jfrom-schema.json",
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [{
"id": "tabContainer",
"control_type": ["TabContainer"],
"subcontrols": [{
"id": "tab1",
"control_type": ["Tab"],
"title": "Tab 1",
"subrows": [{
"columns": [{
"controls": [{
"id": "test2",
"control_type": [ "Textbox"]
}]
}]
}]
},
{
"id": "tab2",
"control_type": ["Tab"],
"title": "Tab 2",
"subcontrols": [{
"id": "test1",
"control_type": [ "Textbox"]
}]
}]
}]
}]
}]
}