UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

30 lines (26 loc) 687 B
{ "id": "testform", "title": "Test", "rows": [{ "columns": [{ "label_with": 4, "controls": [{ "id": "control1", "control_type": [ "Textbox"], "validators": [{ "validator_type":[ "Required" ] }] }, { "id": "submitButton", "validators": [{ "validator_type": [ "Required" ] }], "title": "Submit", "control_type": ["SubmitButton" ], "info": "Info Test", "label_position": [ "Left"] }] }] }] }