纵有疾风起
人生不言弃

ckeditor 粘贴保留样式

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 粘贴保留样式
分享到: 生成海报

评论 抢沙发

评论前必须登录!

立即登录