我有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,
});