jsharmony-tutorials
Version:
jsHarmony Tutorials
15 lines • 529 B
JSON
{
"ModelStyle_captionstyle_form": {
"layout": "form",
"table": "cust",
"actions": "BIUD",
"caption": [ "", "Customer", "Customers" ],
"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,
"captionstyle": "border: 4px dashed black;",
"captionclass": "fieldWithErrors"
}
]
}
}