主题: kind Editor在Opera浏览器中不显示(请帮助我,详细内容见帖子内容)
作者: 小黄, 发布日期: 2010-11-28 11:31:21, 浏览数: 6565

Kind Editor版本:version 3.5.2 (2010-07-29)

容器代码:

<textarea id="comabout" name="comabout" style="height:300px;visibility:hidden;"></textarea>

脚本代码:

alert('1');

KE.show({
    id : 'comabout',
    width : '100%',  //设置宽度
    resizeMode : 0,  //禁止调整宽度,可选参数0-禁止调整大小,1-可调整高度
    urlType : 'relative',  //URL设置,可选参数relative-相对URL,absolute-绝对URL,domain-绝对URL(包含域名)
    newlineTag : 'br',  //br换行,可选参数br,p
    shadowMode : false,
    autoSetDataMode: true,
    allowPreviewEmoticons : false,
    items : ['source', 'fontname', 'fontsize', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline', 'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist', 'link'],
    afterCreate : function(id) {
     KE.event.ctrl(document, 13, function() {
      KE.util.setData(id);  //设置这个需要配合 autoSetDataMode: true 使用
      document.forms['myForm'].submit();
     });
     KE.event.ctrl(KE.g[id].iframeDoc, 13, function() {
      KE.util.setData(id);
      document.forms['myForm'].submit();
     });
    }
   });

alert('2');

 

错误描述:

IE,FF中均能正常显示编辑器,也能正常弹出 ‘1’ 与 ‘2’

但在Opera浏览器中,只能弹出 ‘1’,容器部分是空白一片

经过Opera自带的查错,得到以下信息:

信息1:

Uncaught exception: TypeError: Getter without setter

Error thrown at line 132, column 0 in <anonymous function>(undefined) in http://192.168.0.123/xiaohuang/hhwlxx/wwwroot/KindEditor/kindeditor.js:
    KE.event = {
called from line 11, column 0 in http://192.168.0.123/xiaohuang/hhwlxx/wwwroot/KindEditor/kindeditor.js:
    (function (undefined) {

 

信息2:

Uncaught exception: ReferenceError: Undefined variable: KE

Error thrown at line 10, column 3 in http://192.168.0.123/xiaohuang/hhwlxx/wwwroot/hyzx/c_editinfo.asp:
    KE.show({

 

希望朋友们能帮助我一下,先谢谢了!

作者: 小黄, 发布日期: 2010-11-28 11:32:23
自己顶!
回复
作者: 小黄, 发布日期: 2010-11-28 11:38:48

自己顶!

难道星期天论坛没有人???

回复
作者: 小黄, 发布日期: 2010-11-28 13:13:58
真的没有人啊.....
回复
作者: 小黄, 发布日期: 2010-11-28 15:40:13
还是没人啊,看来在星期天来提问是个杯具....
回复
发表新帖 发表回复