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

index f2ced8b..3e2acb2 100644 (file)
@@ -23,8 +23,8 @@ Roo.form.HtmlEditor = function(config){
 };
 
 /**
- * @class Roo.form.HtmlEditor
- * @extends Roo.form.Field
+ * @class Ext.form.HtmlEditor
+ * @extends Ext.form.Field
  * Provides a lightweight HTML Editor component.
  *
  * This has been tested on Fireforx / Chrome.. IE may not be so great..
@@ -218,9 +218,9 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
             // should trigger onReize..
         }
         
-//        if(this.autosave){
-//            this.autoSaveFn = setInterval(this.autosave, 1000);
-//        }
+        if(this.autosave){
+            this.autoSaveFn = setInterval(this.autosave, 1000);
+        }
     },
 
     // private