ckeditor源码编辑模式,添加stylejavascript内容丢失的解决

Posted baker95935

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ckeditor源码编辑模式,添加stylejavascript内容丢失的解决相关的知识,希望对你有一定的参考价值。

  • 我使用ckeditor 我在编辑的使用源码编辑,保存内容包含javascript、style标签的时候,数据库中有javascript、style标签 ,

  • 输入到页面也可以执行,但是我再次编辑的时候就不见了。添加allowedContent: true就可以了

  • CKEDITOR.replace( ‘textarea_id‘, { allowedContent: true});

  • 也可以通过在config.js中添加config.allowedContent = true;实现 

  • 注:版本4.0

以上是关于ckeditor源码编辑模式,添加stylejavascript内容丢失的解决的主要内容,如果未能解决你的问题,请参考以下文章

本地搭建 CKEditor 4.16.2 并使用两种模式编写 demo(实验文)

搭建自己的博客(十三):为博客后台添加ckeditor富文本编辑器

文本编辑器的使用(ckeditor/ueditor)

ckeditor编辑器粘贴Excel、word表格表格样式丢失

如何使用 JQuery 向 CKEditor 添加数据

关于php的ckeditor编辑文本