Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / TextArea.html
index 2f4a468..723d004 100644 (file)
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-form-field-TextArea-method-constructor'><span id='Ext-form-field-TextArea'>/**
-</span></span> * @class Ext.form.field.TextArea
+  <pre class="prettyprint lang-js"><span id='Ext-form-field-TextArea'>/**
+</span> * @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 &lt;rob@sencha.com&gt;
  */
 Ext.define('Ext.form.field.TextArea', {