Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Wed, 7 May 2014 08:30:17 +0000 (16:30 +0800)
committerEdward <edward@roojs.com>
Wed, 7 May 2014 08:30:17 +0000 (16:30 +0800)
Roo/form/HtmlEditor.js

index 6a94c2d..05028ad 100644 (file)
@@ -217,6 +217,10 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             this.resizeEl.resizeTo.defer(100, this.resizeEl,[ this.width,this.height ] );
             // should trigger onReize..
         }
+        
+//        if(this.autosave){
+//            this.autoSaveFn = setInterval(this.autosave, 1000);
+//        }
     },
 
     // private
@@ -331,7 +335,6 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
 
     // doc'ed in Field
     focus : function(){
-        Roo.log('focus ????????????????????????!!!!!!!!!!!!!!!!!!!!!!!!');
         this.editorcore.focus();
         
     },