【发布时间】:2015-12-24 21:43:39
【问题描述】:
我正在使用带有内联编辑功能的 ckeditor 4.x。 我在没有 ckeditor 图像模块的 HTML 中插入图像。 一旦我初始化内联编辑,我的就会被删除。
这是我设置的配置: config.extraAllowedContent = 'img!src,alt,title,width,height,style,old_style,ctype,img-prop,id{*}'; config.allowedContent = true;
有人可以帮我吗?
谢谢
【问题讨论】: