doubei8541 2019-02-14 18:48
浏览 282

将ckeditor数据保存到数据库

I have a problem saving ckeditor HTML content to database. This is what should be saved

<h2 dir="rtl" style="text-align:center"><strong></strong></h2>
<table border="1" cellpadding="10" cellspacing="0" style="width:100%">
<tbody>
    <tr>
        <td colspan="2" dir="rtl" style="background-color:#99cc66">
            <strong><span style="font-size:20px">:</span></strong>
        </td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
    </tr>
</tbody>
</table>

that was the source html in the ckeditor textarea

but after sending the post and var_dump($_POSt) it appears like:

<h2 dir="rtl" [removed]="width:100%">
<tbody>
<tr>
 <td colspan="2" dir="rtl" [removed]="font-size:20px">:</span></strong></td>
</tr>
 <tr>
  <td> </td>
  <td> </td>
 </tr>
 <tr>
  <td> </td>
  <td> </td>
 </tr>
</tbody>
</table>
<p dir="rtl"> </p>

and this is ckeditor script I added in the footer:

<script src="https://cdn.ckeditor.com/4.11.2/full/ckeditor.js"></script>
<script>
var editor = CKEDITOR.replace('editor1', {
  height: 400,
  uiColor: '#E4E4E4',
  toolbarCanCollapse: true,
  language: 'ar',
  extraAllowedContent: 'span;ul;li;table;td;style;*[id];*(*);*{*}',
  allowedContent: true,
});
</script>

any Help!?

  • 写回答

1条回答 默认 最新

  • ryuqiu 2020-05-20 16:50
    关注
    
    > **1. * ```现在程序成最新心辞职信查查******
    
    评论

报告相同问题?

悬赏问题

  • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
  • ¥15 找一位技术过硬的游戏pj程序员
  • ¥15 matlab生成电测深三层曲线模型代码
  • ¥50 随机森林与房贷信用风险模型
  • ¥50 buildozer打包kivy app失败
  • ¥30 在vs2022里运行python代码
  • ¥15 不同尺寸货物如何寻找合适的包装箱型谱
  • ¥15 求解 yolo算法问题
  • ¥15 虚拟机打包apk出现错误
  • ¥15 用visual studi code完成html页面