主题: kindeditor4.0.5 在火狐中预加载设置隐藏后的问题
作者: DevilZen, 发布日期: 2012-05-06 10:49:49, 浏览数: 2965

 直接上代码:

      html代码:< div id="wrapp">kindeditor代码</div >

      JS代码:$(function(){

                            $("#wrapp").hide();

                    })

                    function initForm(){

                            $("#wrapp").show();

                    }

    出现问题:在最新版火狐浏览器,预加载页面时候影藏包含kindeditor代码的div wrapp,在使用kindeditor时候调用

   initForm()的时候,无法正常显示编辑器,发现 编辑器的 div为 kind_content的属性 style="0px",为什么会出现这种      情况。

作者: Roddy, 发布日期: 2012-05-06 18:46:34

需要设置textarea的width和height,或者直接用参数设置。

http://www.kindsoft.net/docs/option.html#width

回复
发表新帖 发表回复