操作系统: XP
浏览器版本: IE8
KindEditor版本: KindEditor 4.1.10
BUG再现步骤:
1.
$(document).ready(function(){
var editor = KindEditor.create('textarea[name="content"]',{
resizeType : 1,
allowPreviewEmoticons : false,
allowImageRemote:false,
items : [
'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link']
});
});
2.
3.
期望结果:
期望上传图片时只显示本地上传。不让显示网络图片标签。调了一下午,又折腾一晚上,也没搞定,烦请管理员同志解答下。谢谢
allowImageRemote:false,参数不 起作用。