jsharmony-factory
Version:
Enterprise framework for jsHarmony
23 lines • 921 B
JSON
{
"Reports/Overview":{
"comment":"Reports/Overview",
"layout":"form",
"table":"",
"caption":[0,"Report","Reports"],
"title":"Reports",
"actions":"B",
"unbound": 1,
"roles": {"SYSADMIN": "B","*": "B","RPT": "B"},
"menu":"reports",
"fields":[
{"control":"html","value":"<div class=\"clear\" style=\"width:800px;\">Please select a report:</div>"},
{"control":"html","value":"<div class='xsubmenu_listing'></div>"}
],
"oninit": "jsh.$root('.xsubmenu:visible').children('a').not('.xsubmenu_more').each(function(){ var link = $('<a href=\\'#\\'></a>').prop('href',this.href).text($(this).text()); $('<li/>').append(link).appendTo(jsh.$root('.xsubmenu_listing')); });"
},
"Client/Reports/Overview": {
"inherits": "Reports/Overview",
"roles": { "client": {"CX_B":"B","CX_X":"B","CSYSADMIN":"B"} },
"menu":"cust_reports"
}
}