ckeditor html标签的class 等attribute属性都被屏蔽啦,替换成空的解决方案

Posted shenggen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ckeditor html标签的class 等attribute属性都被屏蔽啦,替换成空的解决方案相关的知识,希望对你有一定的参考价值。

ckeditor 模块中自定义class

在ckeditor模块中,编辑内容时,

在源码中填写<div class="myclass">some content</div>,ckeditor不会帮你保存class,

成为:<div >some content</div>,解决方法如下:

在这个路径下:admin/config/content/ckeditor/edit/Full

高级选项中:Custom javascript configuration:填写:

config.allowedContent = true;并保存配置:

可查看

http://stackoverflow.com/questions/15659390/ckeditor-automatically-strips-classes-from-div

以上是关于ckeditor html标签的class 等attribute属性都被屏蔽啦,替换成空的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

如何在 CKEditor 中定义允许的标签?

并非所有 html 标签都在 laravel 中使用 ckeditor 存储

CKeditor 在提交某些 html 标签时返回 403

ckeditor后显示的html标签

ckeditor JS插件 在火狐下直接复制图片 就可以粘贴到文本框里 如何取消这个复制粘贴功能 ?在线等

在 Django 中删除 stylesheetparser 插件后,CKeditor 仍在解析 CSS Classes