123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- [
- {
- "type": "MWFToolBarButton",
- "img": "close.png",
- "img_over": "close_over.png",
- "title": "关闭文档",
- "action": "closeDocument",
- "text": "关闭",
- "id": "action_close",
- "read": true,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "edit.png",
- "img_over": "edit_over.png",
- "title": "编辑文档",
- "action": "editDocument",
- "id": "action_edit",
- "text": "编辑",
- "control": "allowEditDocument",
- "read": true,
- "edit" : false
- },
- {
- "type": "MWFToolBarButton",
- "img": "save.png",
- "img_over": "save_over.png",
- "title": "保存文档",
- "action": "saveDocument",
- "text": "保存",
- "id": "action_saveData",
- "control": "allowSave",
- "read": false,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "submit.png",
- "img_over": "submit_over.png",
- "title": "发布文档",
- "action": "publishDocument",
- "text": "发布",
- "id": "action_publishDocument",
- "control": "allowPublishDocument",
- "read": false,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "submitDelayed.png",
- "img_over": "submitDelayed_over.png",
- "title": "定时发布",
- "action": "publishDocumentDelayed",
- "text": "定时发布",
- "id": "action_publishDocumentDelayed",
- "control": "allowPublishDocumentDelayed",
- "read": false,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "save.png",
- "img_over": "save_over.png",
- "title": "保存草稿",
- "action": "saveDraftDocument",
- "text": "保存草稿",
- "id": "action_saveDraftDocument",
- "control": "allowPublishDocument",
- "read": false,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "popular.png",
- "img_over": "popular_over.png",
- "title": "设置热点",
- "action": "setPopularDocument",
- "id": "action_popular",
- "text": "设置热点",
- "control": "allowPopularDocument",
- "read": true,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "del.png",
- "img_over": "del_over.png",
- "title": "删除文件",
- "action": "deleteDocument",
- "text": "删除",
- "id": "action_delete",
- "control": "allowDeleteDocument",
- "read": true,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "print.png",
- "img_over": "print_over.png",
- "title": "打印文档",
- "action": "printDocument",
- "text": "打印",
- "id": "action_print",
- "read": true,
- "edit" : true
- },
- {
- "type": "MWFToolBarButton",
- "img": "top.png",
- "img_over": "top_over.png",
- "title": "置顶",
- "action": "setTop",
- "text": "置顶",
- "id": "action_setTop",
- "read": true,
- "edit" : true,
- "control": "allowSetTop"
- },
- {
- "type": "MWFToolBarButton",
- "img": "topcancel.png",
- "img_over": "topcancel_over.png",
- "title": "取消置顶",
- "action": "cancelTop",
- "text": "取消置顶",
- "id": "action_cancelTop",
- "read": true,
- "edit" : true,
- "control": "allowCancelTop"
- }
- ]
|