123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- [
- {
- "type": "MWFToolBarButton",
- "img": "close.png",
- "title": "{{$.lp.closeTitle}}",
- "action": "closeWork",
- "text": "{{$.lp.close}}",
- "id": "action_close",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "save.png",
- "title": "{{$.lp.saveTitle}}",
- "action": "saveWork",
- "text": "{{$.lp.save}}",
- "id": "action_saveData",
- "control": "allowSave",
- "condition": "",
- "read": false
- },
- {
- "type": "MWFToolBarButton",
- "img": "submit.png",
- "title": "{{$.lp.flowTitle}}",
- "action": "flowWork",
- "text": "{{$.lp.flow}}",
- "id": "action_flowWork",
- "control": "allowFlow",
- "condition": "",
- "read": false
- },
- {
- "type": "MWFToolBarButton",
- "img": "submit.png",
- "title": "{{$.lp.submitTitle}}",
- "action": "processWork",
- "text": "{{$.lp.submit}}",
- "id": "action_processWork",
- "control": "allowProcessing",
- "condition": "",
- "read": false,
- "hidden": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "goback.png",
- "title": "{{$.lp.goBackTitle}}",
- "action": "goBack",
- "text": "{{$.lp.goBack}}",
- "id": "action_goBack",
- "control": "allowGoBack",
- "condition": "",
- "read": false,
- "hidden": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "reroute.png",
- "title": "{{$.lp.rerouteTitle}}",
- "action": "rerouteWork",
- "text": "{{$.lp.reroute}}",
- "id": "action_reroute",
- "control": "allowReroute",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "reset.png",
- "title": "{{$.lp.resetTitle}}",
- "action": "resetWork",
- "text": "{{$.lp.reset}}",
- "id": "action_reset",
- "control": "allowReset",
- "condition": "",
- "read": true,
- "hidden": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "addTask.png",
- "title": "{{$.lp.addTaskTitle}}",
- "action": "addTask",
- "text": "{{$.lp.addTask}}",
- "id": "action_addTask",
- "control": "allowAddTask",
- "condition": "",
- "read": true,
- "hidden": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "split.png",
- "title": "{{$.lp.splitTitle}}",
- "action": "addSplit",
- "text": "{{$.lp.split}}",
- "id": "action_split",
- "control": "allowAddSplit",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "retract.png",
- "title": "{{$.lp.retractTitle}}",
- "action": "retractWork",
- "text": "{{$.lp.retract}}",
- "id": "action_retract",
- "control": "allowRetract",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "rollback.png",
- "title": "{{$.lp.rollbackTitle}}",
- "action": "rollback",
- "text": "{{$.lp.rollback}}",
- "id": "action_rollback",
- "control": "allowRollback",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "del.png",
- "title": "{{$.lp.deleteTitle}}",
- "action": "deleteWork",
- "text": "{{$.lp.delete}}",
- "id": "action_delete",
- "control": "allowDelete",
- "condition": "",
- "read": false
- },
- {
- "type": "MWFToolBarButton",
- "img": "stop.png",
- "title": "{{$.lp.terminateTitle}}",
- "action": "terminate",
- "text": "{{$.lp.terminate}}",
- "id": "action_terminate",
- "control": "allowTerminate",
- "condition": "",
- "read": false
- },
- {
- "type": "MWFToolBarButton",
- "img": "print.png",
- "title": "{{$.lp.printTitle}}",
- "action": "printWork",
- "text": "{{$.lp.print}}",
- "id": "action_print",
- "control": "",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "press.png",
- "title": "{{$.lp.pressTitle}}",
- "action": "pressWork",
- "text": "{{$.lp.press}}",
- "id": "action_press",
- "control": "allowPress",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "pause.png",
- "title": "{{$.lp.pauseTitle}}",
- "action": "pauseTask",
- "text": "{{$.lp.pause}}",
- "id": "action_pause",
- "control": "allowPause",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "resume.png",
- "title": "{{$.lp.resumeTitle}}",
- "action": "resumeTask",
- "text": "{{$.lp.resume}}",
- "id": "action_resume",
- "control": "allowResume",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "downloadAll.png",
- "title": "{{$.lp.downloadAllTitle}}",
- "action": "downloadAll",
- "text": "{{$.lp.downloadAll}}",
- "id": "action_downloadAll",
- "control": "",
- "condition": "",
- "read": true
- },
- {
- "type": "MWFToolBarButton",
- "img": "monitor.png",
- "title": "{{$.lp.monitorTitle}}",
- "action": "monitor",
- "text": "{{$.lp.monitor}}",
- "id": "action_monitor",
- "control": "",
- "condition": "",
- "read": true
- }
- ]
|