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属性都被屏蔽啦,替换成空的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
并非所有 html 标签都在 laravel 中使用 ckeditor 存储