UNPKG

jsharmony-cms

Version:
23 lines (22 loc) 1.05 kB
{ "Branch_Download": { "layout":"form", "title":"Download Revision", "menu":"Revisions", "onecolumn":true, "roles": {"PUBLISHER": "BU"}, "sqlselect":[ "select ", "(select branch_desc from {schema}.v_my_branch_desc where branch_id=@branch_id) source_branch_name,", "(select site_name from {schema}.v_my_branch_desc where branch_id=@branch_id) source_site_name,", "(select branch_type from {schema}.v_my_branch_desc where branch_id=@branch_id) source_branch_type", ], "hide_system_buttons":["print","save"], "fields": [ {"name":"branch_id","type":"bigint","control":"hidden","key":true}, {"name":"source_branch_name","control":"label","caption":"Revision","captionstyle":"text-align:right;font-weight:bold;"}, {"name":"source_branch_type","control":"hidden","actions":"B"}, {"control":"button","value":"Download","controlstyle": "padding:3px 8px;margin-top:6px;","onclick": "jsh.System.DownloadBranch(xmodel.get('branch_id', this))"} ] } }