Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:46:03 +0000 (15:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:46:03 +0000 (15:46 +0800)
Roo/HtmlEditorCore.js

index a2d5e8a..a9ad0b3 100644 (file)
@@ -175,7 +175,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
         this.el.dom.style.border = '0 none';
         this.el.dom.setAttribute('tabIndex', -1);
-        this.el.addClass('x-hidden');
+        this.el.addClass('x-hidden hide');
         
         
         
@@ -265,7 +265,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
         
         if(this.sourceEditMode){
  
-            this.iframe.className = 'x-hidden';     //FIXME - what's the BS styles for these
+            this.iframe.className = 'x-hidden hide';     //FIXME - what's the BS styles for these
             
         }else{