Commit d9f533e3ca446042587c1b898429a1a3a747bff6
1 parent
a91d28be
Modify config && delete more function work.
Delete action.
Showing
1 changed file
with
6 additions
and
6 deletions
js/plugin/ueditor/ueditor.config.js
... | ... | @@ -30,21 +30,21 @@ |
30 | 30 | UEDITOR_HOME_URL: URL |
31 | 31 | |
32 | 32 | // 服务器统一请求接口路径 |
33 | - , serverUrl: URL + "jsp/controller.jsp" | |
33 | + // , serverUrl: URL + "jsp/controller.jsp" | |
34 | 34 | |
35 | 35 | //工具栏上的所有的功能按钮和下拉框,可以在new编辑器的实例时选择自己需要的从新定义 |
36 | 36 | , toolbars: [[ |
37 | - 'fullscreen', 'source', '|', 'undo', 'redo', '|', | |
37 | + 'source', '|', 'undo', 'redo', '|', | |
38 | 38 | 'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|', |
39 | 39 | 'rowspacingtop', 'rowspacingbottom', 'lineheight', '|', |
40 | 40 | 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|', |
41 | 41 | 'directionalityltr', 'directionalityrtl', 'indent', '|', |
42 | 42 | 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|', |
43 | 43 | 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|', |
44 | - 'simpleupload', 'insertimage', 'emotion', 'scrawl', 'insertvideo', 'music', 'attachment', 'map', 'gmap', 'insertframe', 'insertcode', 'webapp', 'pagebreak', 'template', 'background', '|', | |
45 | - 'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage', '|', | |
46 | - 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|', | |
47 | - 'print', 'preview', 'searchreplace', 'help', 'drafts' | |
44 | + 'simpleupload', 'insertimage', 'emotion', 'map', '|', | |
45 | + 'horizontal', 'date', 'time', '|', | |
46 | + 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols' | |
47 | + // , '|' , 'print', 'preview', 'searchreplace', 'help' | |
48 | 48 | ]] |
49 | 49 | //当鼠标放在工具栏上时显示的tooltip提示,留空支持自动多语言配置,否则以配置值为准 |
50 | 50 | //,labelMap:{ | ... | ... |