X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Editor.html diff --git a/docs/source/Editor.html b/docs/source/Editor.html index 63085843..88c73677 100644 --- a/docs/source/Editor.html +++ b/docs/source/Editor.html @@ -1,5 +1,22 @@ -Sencha Documentation Project
/**
- * @class Ext.Editor
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
+ * @class Ext.Editor
  * @extends Ext.Component
  *
  * <p>
@@ -33,10 +50,6 @@ editor.startEdit(el); // The value of the field will be taken as the innerHTML o
  * </code></pre>
  * {@img Ext.Editor/Ext.Editor.png Ext.Editor component}
  *
- * @constructor
- * Create a new Editor
- * @param {Object} config The config object
- * @xtype editor
  */
 Ext.define('Ext.Editor', {
 
@@ -477,4 +490,6 @@ autoSize: {
 
         me.callParent(arguments);
     }
-});
\ No newline at end of file +});
+ +