去除ckeditor上传图片预览中的英文字母
CKEDITOR.replace('text', {
filebrowserImageUploadUrl : 'upload_img.do',
language : 'zh-cn',
image_previewText:' '
});
});
在config.js中修改无效了;
ckeditor 4.6
去除ckeditor上传图片预览中的英文字母
CKEDITOR.replace('text', {
filebrowserImageUploadUrl : 'upload_img.do',
language : 'zh-cn',
image_previewText:' '
});
});
在config.js中修改无效了;
ckeditor 4.6