UNPKG

jsharmony-tutorials

Version:
13 lines 461 B
{ "ModelStyle_formstyle": { "layout": "form", "table": "cust", "actions": "BIUD", "caption": [ "", "Customer", "Customers" ], "formstyle": "border: 2px solid red;", "fields": [ {"name":"cust_id", "type": "bigint", "actions":"B","key": 1,"control":"label","caption":"ID"}, {"name": "cust_name","type": "varchar","length": 50,"actions": "BIU","control": "textbox","caption": "Customer Name","nl": 1} ] } }