X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/TextArea.html diff --git a/docs/source/TextArea.html b/docs/source/TextArea.html index 2f4a4686..723d004b 100644 --- a/docs/source/TextArea.html +++ b/docs/source/TextArea.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.form.field.TextArea
+  
/**
+ * @class Ext.form.field.TextArea
  * @extends Ext.form.field.Text
 
 This class creates a multiline text field, which can be used as a direct replacement for traditional 
@@ -44,10 +44,6 @@ Example usage:
 Some other useful configuration options when using {@link #grow} are {@link #growMin} and {@link #growMax}. These 
 allow you to set the minimum and maximum grow heights for the textarea.
 
- * @constructor
- * Creates a new TextArea
- * @param {Object} config Configuration options
- * @xtype textareafield
  * @docauthor Robert Dougan <rob@sencha.com>
  */
 Ext.define('Ext.form.field.TextArea', {