Browse Source

11月26 富文本

yq1 4 months ago
parent
commit
3a7528a566

File diff suppressed because it is too large
+ 29357 - 29153
static/ueditor/ueditor.all.js


File diff suppressed because it is too large
+ 1 - 1
static/ueditor/ueditor.all.min.js


+ 3 - 3
static/ueditor/ueditor.config.js View File

@@ -229,9 +229,9 @@
229 229
         //]
230 230
 
231 231
         //打开右键菜单功能
232
-        //,enableContextMenu: true
232
+        // ,enableContextMenu: true
233 233
         //右键菜单的内容,可以参考plugins/contextmenu.js里边的默认菜单的例子,label留空支持国际化,否则以此配置为准
234
-        //,contextMenu:[
234
+        // ,contextMenu:[
235 235
         //    {
236 236
         //        label:'',       //显示的名称
237 237
         //        cmdName:'selectall',//执行的command命令,当点击这个右键菜单时
@@ -241,7 +241,7 @@
241 241
         //            //this.ui._dialogs['inserttableDialog'].open();
242 242
         //        }
243 243
         //    }
244
-        //]
244
+        // ]
245 245
 
246 246
         //快捷菜单
247 247
         //,shortcutMenu:["fontfamily", "fontsize", "bold", "italic", "underline", "forecolor", "backcolor", "insertorderedlist", "insertunorderedlist"]

File diff suppressed because it is too large
+ 878 - 1
static/ueditor/ueditor.parse.min.js