jsharmony-tutorials
Version:
jsHarmony Tutorials
31 lines • 828 B
JSON
{
"comment":"*** Local Custom Controls ***",
"date_ddddmmmdyyyy":{
"control":"date",
"format":["date","dddd, MMM D YYYY"]
},
"h1":{
"control":"html",
"value":"jsmacro:'<h1>'+(this.value||'')+'</h1>'",
"block": true
},
"x_customdropdown":{
"for": "x_customdropdown",
"control": "dropdown",
"lov": { "values": { "ONE": "One", "TWO": "Two" } }
},
"bold_custom_controls":{
"for": [
"x_customtextbox",
"x_customdropdown"
],
"controlstyle":"font-weight:bold;"
},
"orange_custom_controls_in_grid":{
"for": [
{ "field": { "name": "x_customtextbox" }, "model": { "layout": "grid" } },
{ "field": { "name": "x_customdropdown" }, "model": { "layout": "grid" } }
],
"cellstyle":"background-color:orange;"
}
}