主题: 新手 首次使用编辑器 出现的问题
作者: tom, 发布日期: 2013-10-15 11:19:46, 浏览数: 2417

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script charset="utf-8" src="/editor/kindeditor.js"></script>
<script charset="utf-8" src="/editor/lang/zh_CN.js"></script>
<script>
        KindEditor.ready(function(K) {
                window.editor = K.create('#editor_id');
        });
</script>
</head>

<body>
<textarea id="editor_id" name="content" style="width:700px;height:300px;">
&lt;strong&gt;HTML内容&lt;/strong&gt;
</textarea>
</body>
</html>

--------------------------------------------------------

上面弄好后页面中调用编辑器正常,但是点击上传图片或者上传文件就一直出现: 上传中请稍后 


---------

提示错误

网页错误详细信息

用户代理: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)
时间戳: Tue, 15 Oct 2013 03:30:48 UTC


消息: 没有权限
行: 3497
字符: 2
代码: 0
URI: http://localhost/editor/kindeditor.js


消息: 由于该控件目前不可见、未启用或其类型不允许,因此无法将焦点移向它。
行: 54
字符: 7
代码: 0
URI: http://localhost/editor/plugins/insertfile/insertfile.js?ver=4.1.7%20(2013-04-21)


消息: 由于该控件目前不可见、未启用或其类型不允许,因此无法将焦点移向它。
行: 54
字符: 7
代码: 0
URI: http://localhost/editor/plugins/insertfile/insertfile.js?ver=4.1.7%20(2013-04-21)


消息: 由于该控件目前不可见、未启用或其类型不允许,因此无法将焦点移向它。
行: 54
字符: 7
代码: 0
URI: http://localhost/editor/plugins/insertfile/insertfile.js?ver=4.1.7%20(2013-04-21)


发表新帖 发表回复