소스 검색

11月26 富文本

yq1 4 달 전
부모
커밋
3a7528a566
4개의 변경된 파일30239개의 추가작업 그리고 29158개의 파일을 삭제
  1. 29357 29153
      static/ueditor/ueditor.all.js
  2. 1 1
      static/ueditor/ueditor.all.min.js
  3. 3 3
      static/ueditor/ueditor.config.js
  4. 878 1
      static/ueditor/ueditor.parse.min.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 29357 - 29153
static/ueditor/ueditor.all.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
static/ueditor/ueditor.all.min.js


+ 3 - 3
static/ueditor/ueditor.config.js 파일 보기

@@ -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"]

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 878 - 1
static/ueditor/ueditor.parse.min.js