主题: allowImageRemote:false初始化参数不起作用(图片上传时不让显示网络图片标签)
作者: hngmduyi, 发布日期: 2013-11-29 22:30:14, 浏览数: 2219

操作系统: 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,参数不 起作用。

发表新帖 发表回复