Roo/bootstrap/HtmlEditor.js
authorAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:45:21 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 May 2014 07:45:21 +0000 (15:45 +0800)
Roo/bootstrap/HtmlEditor.js

index 06283e5..9bdfe15 100644 (file)
@@ -267,7 +267,7 @@ Roo.extend(Roo.bootstrap.HtmlEditor, Roo.bootstrap.TextArea,  {
 //            Roo.log('in');
 //            Roo.log(this.syncValue());
             this.editorcore.syncValue();
-            this.inputEl().removeClass('x-hidden');
+            this.inputEl().removeClass('hide');
             this.inputEl().dom.removeAttribute('tabIndex');
             this.inputEl().focus();
         }else{
@@ -276,7 +276,7 @@ Roo.extend(Roo.bootstrap.HtmlEditor, Roo.bootstrap.TextArea,  {
 //            Roo.log(this.pushValue()); 
             this.editorcore.pushValue();
             
-            this.inputEl().addClass('x-hidden');
+            this.inputEl().addClass('hide');
             this.inputEl().dom.setAttribute('tabIndex', -1);
             //this.deferFocus();
         }