时间: 2018-12-6|tag:565次围观|0 条评论

ckeditor 粘贴样式不能显示

CKEDITOR.config.pasteFilter=null; //粘贴过滤器设置为null 即可

CKEDITOR.config.allowedContent = {//内容规则 允许的标签
$1: {
// Use the ability to specify elements as an object.
elements: CKEDITOR.dtd,
attributes: true,
styles: true,
classes: true
}
};

CKEDITOR.config.disallowedContent = 'script; *[on*];img{width,height};img[width,height]';//内容规则 不允许的标签
---------------------
作者:永远有人年轻着
来源:CSDN
原文:https://blog.csdn.net/u012354293/article/details/78053474
版权声明:本文为博主原创文章,转载请附上博文链接

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《ckeditor 粘贴保留样式
   

还没有人抢沙发呢~