jsharmony-cms
Version:
17 lines (16 loc) • 719 B
JSON
{
"Publish_Download": {
"layout":"form",
"title":"Download Published Files",
"menu":"Publish",
"onecolumn":true,
"roles": {"PUBLISHER": "B"},
"table":"{schema}.v_my_deployment",
"hide_system_buttons":["print","save"],
"fields": [
{"name":"deployment_id","caption":"Deployment ID","control":"label","captionstyle":"font-weight:bold;","key":true},
{"name":"deployment_tag","caption":"Tag","control":"label","captionstyle":"font-weight:bold;padding-left:20px;","nl":false},
{"control":"button","value":"Download","controlstyle": "padding:3px 8px;margin-top:6px;","onclick": "jsh.System.DownloadDeployment(xmodel.get('deployment_id', this))"}
]
}
}