CKeditor 4.4不保存属性

时间:2015-12-02 02:19:22

标签: jquery ckeditor

我有CKeditor 4.4,图片插件没有保存额外的属性。

当我插入图像时,我得到了这段代码

<img 147px="" alt="" px=""  src="http://localhost/mysite/5cbe989e2d7de872997fff3fe894aa0d.png" />

我也设置了这样的配置;请注意allowedContent:true

我也使用jQuery和jQuery适配器,其他所有功能都可以使用。

$('textarea.wysiwyg').ckeditor({
    toolbar: [
        ['Maximize'],
        ['Format', 'FontSize'],         
        ['Bold', 'Italic', 'Underline','-','StrikeThrough'],
        ['Source']                      
      ],
    width : '99%',
    height : 100,
    dialog_backgroundCoverColor : '#000',
    defaultLanguage : 'en',
    language : 'en',
    allowedContent : true,                  
});

0 个答案:

没有答案