jsharmony-tutorials
Version:
jsHarmony Tutorials
16 lines • 656 B
JSON
{
"table":"cust",
"layout":"form",
"onecolumn":true,
"popup":[600,400],
"caption":["Customer","Customers"],
"onload":"_this.onload(xmodel,callback);",
"fields":[
{"name":"cust_id","caption": "ID"},
{"name":"cust_name","caption":"Name"},
{"name":"cust_desc_editor_type","unbound":true,"control":"dropdown","caption":"Editor Type",
"lov": { "values": { "TEXT": "Text", "HTML": "HTML" }, "blank": false },"default":"TEXT",
"onchange":"_this.cust_desc_editor_type_change(obj,newval,e);"},
{"name":"cust_desc","caption":"Description","control":"textarea","controlstyle":"width:500px;height:500px;"}
]
}