jsharmony-tutorials
Version:
jsHarmony Tutorials
13 lines • 461 B
JSON
{
"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}
]
}
}