UNPKG

jsharmony-tutorials

Version:
11 lines 282 B
{ "layout": "report", "caption":["Customer Report"], "oninit":"_this.oninit(xmodel);", "fields":[ {"control":"button","value":"Run Report","onclick": "XPage.RunReport();"} ], "reportdata": { "cust": { "sql": "select cust_id,cust_name from cust" } } }