luyanan 6 years ago
parent
commit
fdbb05e03d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/ueditor/ueditor.config.js

+ 2 - 2
js/ueditor/ueditor.config.js

@ -41,7 +41,7 @@
41 41
            'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',
42 42
            'spechars', '|',
43 43
           	'superscript', 'subscript','|','link','simpleupload','insertimage', '|', 'formatmatch', '|',
44
           	'inserttable', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols'
44
           	'inserttable', 'mergecells'
45 45
        ]]
46 46
        
47 47
        /*, toolbars: [[
@ -333,7 +333,7 @@
333 333
334 334
        //tableDragable
335 335
        //表格是否可以拖拽
336
        //,tableDragable: true
336
          ,tableDragable: true
337 337
338 338
339 339