فهرست منبع

修复CKEditor服务器改变后不显示的问题

unknown 5 سال پیش
والد
کامیت
a46eb774d0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      o2web/source/x_component_Template/MDomItem.js

+ 1 - 1
o2web/source/x_component_Template/MDomItem.js

@@ -2598,7 +2598,7 @@ MDomItem.Rtf = new Class({
                 //"height": "200",
                 //"width": "",
                 "readOnly": false,
-                "extraAllowedContent " : "img{onerror}"
+                "extraAllowedContent " : "img[onerror,data-id]"
             };
             if( this.options.RTFConfig ){
                 editorConfig = Object.merge( editorConfig, this.options.RTFConfig )