formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
21 lines • 406 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"controls": [{
"id": "control1",
"control_type": [ "Textbox"],
"validators": [{
"validator_type":[ "Required" ]
}]
}, {
"id": "custom1",
"control_type": [ "CustomButton" ],
"title": "Custom 1",
"customtype_name": "TestCustom1"
}
]
}]
}]
}