UNPKG

jsharmony-tutorials

Version:
31 lines 1.1 kB
{ "table":"cust", "layout":"form", "onecolumn":true, "popup":[600,400], "caption":["Customer","Customers"], "fields":[ {"name":"cust_id","caption": "ID"}, {"name":"cust_name","caption":"Name"}, {"name":"cust_portal_welcome_txt","caption":"Portal Welcome Content","control":"htmlarea"}, {"name":"cust_desc","caption":"Description","control":"htmlarea", "controlparams":{ "htmlarea_config": { "toolbar": [ ["Styles", "Format", "Font", "FontSize"], ["Image", "Table", "HorizontalRule", "-", "Link", "Smiley", "TextColor", "BGColor", "Source", "Maximize"] ] } } }, {"name":"unbound_editor","caption":"Unbound Editor","control":"htmlarea","unbound":true,"default":"<b>Test</b> Sample", "controlstyle": "width:400px;height:100px;", "controlparams":{ "htmlarea_config": { "removePlugins": "toolbar,resize,elementspath", "allowedContent": "b i p h1 h2 strong em; a[!href]; img[!src,width,height]" } } } ] }