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 虚拟机打包apk出现错误
  • ¥30 最小化遗憾贪心算法上界
  • ¥15 用visual studi code完成html页面
  • ¥15 聚类分析或者python进行数据分析
  • ¥15 逻辑谓词和消解原理的运用
  • ¥15 三菱伺服电机按启动按钮有使能但不动作
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝