主题: 不能全屏
作者: rein, 发布日期: 2011-08-02 17:59:20, 浏览数: 2646

操作系统: Windows XP

浏览器: IE8
KindEditor版本: 3.5.5
BUG再现步骤:
<!doctype html>
<html>
 <head>
 </head>
 <body> 
    
    <script charset="utf-8" src="template/editor/editor.js"></script><script>
    KE.show({id:'editor',width:'100%',filterMode:true,afterChange: function(id){KE.$('count').innerHTML ="输入了"+KE.count(id)+"个字(最大30000字)";},resizeMode:0,afterTab:function(id){KE.util.setSelection(id);KE.util.insertHtml(id,'  ');},items : ['fontname','fontsize','|','textcolor','bgcolor','bold','italic','underline','|','link','unlink','undo','redo','removeformat','|','justifyleft','justifycenter','justifyright','insertorderedlist','insertunorderedlist','|','hr','flash','emoticons','image','fullscreen']});</script>
  <h3>全屏模式</h3>
  <textarea id="editor" style="width:700px;height:300px;visibility:hidden;" name="content"></textarea>
 </body>
</html>
期望结果:

 

不能全屏。

发表新帖 发表回复