formgen-react
Version:
Formula generator with JSON for react. UI Fabric controls are used for rendering
24 lines (20 loc) • 464 B
JSON
{
"id": "testform",
"title": "Test",
"rows": [{
"columns": [{
"label_with": 4,
"controls": [{
"id": "control1",
"control_type": [ "Textbox"],
"validators": [{
"validator_type":[ "Required" ]
}]
},{
"id": "cancelButton",
"title": "Cancel",
"control_type": ["CancelButton" ]
}]
}]
}]
}