commit extjs-2.2.1
[extjs.git] / docs / output / Ext.form.TextArea.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.form.TextArea-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.form.TextArea-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.form.TextArea-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.form.TextArea-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.form.TextArea"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12     <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13       <img src="resources/elbow-end.gif"/><a ext:cls="Ext.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a>
14         <img src="resources/elbow-end.gif"/><a ext:cls="Ext.form.TextField" ext:member="" href="output/Ext.form.TextField.html">TextField</a>
15           <img src="resources/elbow-end.gif"/>TextArea</pre></div>
16                 <h1>Class Ext.form.TextArea</h1>
17         <table cellspacing="0">
18             <tr><td class="label">Package:</td><td class="hd-info">Ext.form</td></tr>
19             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/TextArea.js" target="_blank">TextArea.js</a></td></tr>
20             <tr><td class="label">Class:</td><td class="hd-info">TextArea</td></tr>
21                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.form.TextField" ext:member="" href="output/Ext.form.TextField.html">TextField</a></td></tr>
22                     </table>
23         <div class="description">
24             *
25 Multiline text field.  Can be used as a direct replacement for traditional textarea fields, plus adds
26 support for auto-sizing.        </div>
27         
28         <div class="hr"></div>
29                 <a id="Ext.form.TextArea-configs"></a>
30         <h2>Config Options</h2>
31         <table cellspacing="0" class="member-table">
32             <tr>
33                 <th class="sig-header" colspan="2">Config Options</th>
34                 <th class="msource-header">Defined By</th>
35             </tr>
36                 <tr class="config-row inherited">\r
37         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
38         <td class="sig">\r
39         <a id="Ext.form.TextArea-allowBlank"></a>\r
40             <b>allowBlank</b> : Boolean            <div class="mdesc">\r
41                             False to validate that the value length > 0 (defaults to true)                        </div>\r
42         </td>\r
43         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#allowBlank" href="output/Ext.form.TextField.html#allowBlank">TextField</a></td>\r
44     </tr>\r
45         <tr class="config-row inherited alt">\r
46         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
47         <td class="sig">\r
48         <a id="Ext.form.TextArea-allowDomMove"></a>\r
49             <b>allowDomMove</b> : Boolean            <div class="mdesc">\r
50                             Whether the component can move the Dom node when rendering (defaults to true).                        </div>\r
51         </td>\r
52         <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>\r
53     </tr>\r
54         <tr class="config-row inherited expandable">\r
55         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
56         <td class="sig">\r
57         <a id="Ext.form.TextArea-applyTo"></a>\r
58             <b>applyTo</b> : Mixed            <div class="mdesc">\r
59                         <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>\r
60             <div class="long">\r
61                 The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>\r
62                         </div>\r
63         </td>\r
64         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>\r
65     </tr>\r
66         <tr class="config-row alt expandable">\r
67         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
68         <td class="sig">\r
69         <a id="Ext.form.TextArea-autoCreate"></a>\r
70             <b>autoCreate</b> : String/Object            <div class="mdesc">\r
71                         <div class="short">A DomHelper element spec, or true for a default element spec (defaults to {tag: "textarea", style: "width:100px;heigh...</div>\r
72             <div class="long">\r
73                 A DomHelper element spec, or true for a default element spec (defaults to {tag: "textarea", style: "width:100px;height:60px;", autocomplete: "off"})            </div>\r
74                         </div>\r
75         </td>\r
76         <td class="msource">TextArea</td>\r
77     </tr>\r
78         <tr class="config-row inherited expandable">\r
79         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
80         <td class="sig">\r
81         <a id="Ext.form.TextArea-autoEl"></a>\r
82             <b>autoEl</b> : String/Object            <div class="mdesc">\r
83                         <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>\r
84             <div class="long">\r
85                 A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
86 {xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>\r
87                         </div>\r
88         </td>\r
89         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>\r
90     </tr>\r
91         <tr class="config-row inherited alt expandable">\r
92         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
93         <td class="sig">\r
94         <a id="Ext.form.TextArea-autoHeight"></a>\r
95             <b>autoHeight</b> : Boolean            <div class="mdesc">\r
96                         <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>\r
97             <div class="long">\r
98                 True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all.            </div>\r
99                         </div>\r
100         </td>\r
101         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>\r
102     </tr>\r
103         <tr class="config-row inherited expandable">\r
104         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
105         <td class="sig">\r
106         <a id="Ext.form.TextArea-autoShow"></a>\r
107             <b>autoShow</b> : Boolean            <div class="mdesc">\r
108                         <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>\r
109             <div class="long">\r
110                 True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>\r
111                         </div>\r
112         </td>\r
113         <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>\r
114     </tr>\r
115         <tr class="config-row inherited alt expandable">\r
116         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
117         <td class="sig">\r
118         <a id="Ext.form.TextArea-autoWidth"></a>\r
119             <b>autoWidth</b> : Boolean            <div class="mdesc">\r
120                         <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>\r
121             <div class="long">\r
122                 True to use width:'auto', false to use fixed width (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all.            </div>\r
123                         </div>\r
124         </td>\r
125         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>\r
126     </tr>\r
127         <tr class="config-row inherited">\r
128         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
129         <td class="sig">\r
130         <a id="Ext.form.TextArea-blankText"></a>\r
131             <b>blankText</b> : String            <div class="mdesc">\r
132                             Error text to display if the allow blank validation fails (defaults to "This field is required")                        </div>\r
133         </td>\r
134         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#blankText" href="output/Ext.form.TextField.html#blankText">TextField</a></td>\r
135     </tr>\r
136         <tr class="config-row inherited alt expandable">\r
137         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
138         <td class="sig">\r
139         <a id="Ext.form.TextArea-clearCls"></a>\r
140             <b>clearCls</b> : String            <div class="mdesc">\r
141                         <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>\r
142             <div class="long">\r
143                 The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>\r
144                         </div>\r
145         </td>\r
146         <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>\r
147     </tr>\r
148         <tr class="config-row inherited expandable">\r
149         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
150         <td class="sig">\r
151         <a id="Ext.form.TextArea-cls"></a>\r
152             <b>cls</b> : String            <div class="mdesc">\r
153                         <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>\r
154             <div class="long">\r
155                 An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>\r
156                         </div>\r
157         </td>\r
158         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>\r
159     </tr>\r
160         <tr class="config-row inherited alt expandable">\r
161         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
162         <td class="sig">\r
163         <a id="Ext.form.TextArea-ctCls"></a>\r
164             <b>ctCls</b> : String            <div class="mdesc">\r
165                         <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>\r
166             <div class="long">\r
167                 An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>\r
168                         </div>\r
169         </td>\r
170         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>\r
171     </tr>\r
172         <tr class="config-row inherited">\r
173         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
174         <td class="sig">\r
175         <a id="Ext.form.TextArea-disableKeyFilter"></a>\r
176             <b>disableKeyFilter</b> : Boolean            <div class="mdesc">\r
177                             True to disable input keystroke filtering (defaults to false)                        </div>\r
178         </td>\r
179         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#disableKeyFilter" href="output/Ext.form.TextField.html#disableKeyFilter">TextField</a></td>\r
180     </tr>\r
181         <tr class="config-row inherited alt">\r
182         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
183         <td class="sig">\r
184         <a id="Ext.form.TextArea-disabled"></a>\r
185             <b>disabled</b> : Boolean            <div class="mdesc">\r
186                             Render this component disabled (default is false).                        </div>\r
187         </td>\r
188         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
189     </tr>\r
190         <tr class="config-row inherited">\r
191         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
192         <td class="sig">\r
193         <a id="Ext.form.TextArea-disabledClass"></a>\r
194             <b>disabledClass</b> : String            <div class="mdesc">\r
195                             CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>\r
196         </td>\r
197         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>\r
198     </tr>\r
199         <tr class="config-row inherited alt expandable">\r
200         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
201         <td class="sig">\r
202         <a id="Ext.form.TextArea-emptyClass"></a>\r
203             <b>emptyClass</b> : String            <div class="mdesc">\r
204                         <div class="short">The CSS class to apply to an empty field to style the emptyText (defaults to 'x-form-empty-field'). This class is aut...</div>\r
205             <div class="long">\r
206                 The CSS class to apply to an empty field to style the <a ext:cls="Ext.form.TextField" ext:member="emptyText" href="output/Ext.form.TextField.html#emptyText">emptyText</a> (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value.            </div>\r
207                         </div>\r
208         </td>\r
209         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyClass" href="output/Ext.form.TextField.html#emptyClass">TextField</a></td>\r
210     </tr>\r
211         <tr class="config-row inherited expandable">\r
212         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
213         <td class="sig">\r
214         <a id="Ext.form.TextArea-emptyText"></a>\r
215             <b>emptyText</b> : String            <div class="mdesc">\r
216                         <div class="short">The default text to place into an empty field (defaults to null). Note that this value will be submitted to the serve...</div>\r
217             <div class="long">\r
218                 The default text to place into an empty field (defaults to null). Note that this value will be submitted to the server if this field is enabled and configured with a <a ext:cls="Ext.form.TextField" ext:member="name" href="output/Ext.form.TextField.html#name">name</a>.            </div>\r
219                         </div>\r
220         </td>\r
221         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyText" href="output/Ext.form.TextField.html#emptyText">TextField</a></td>\r
222     </tr>\r
223         <tr class="config-row inherited alt">\r
224         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
225         <td class="sig">\r
226         <a id="Ext.form.TextArea-fieldClass"></a>\r
227             <b>fieldClass</b> : String            <div class="mdesc">\r
228                             The default CSS class for the field (defaults to "x-form-field")                        </div>\r
229         </td>\r
230         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldClass" href="output/Ext.form.Field.html#fieldClass">Field</a></td>\r
231     </tr>\r
232         <tr class="config-row inherited expandable">\r
233         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
234         <td class="sig">\r
235         <a id="Ext.form.TextArea-fieldLabel"></a>\r
236             <b>fieldLabel</b> : String            <div class="mdesc">\r
237                         <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>\r
238             <div class="long">\r
239                 The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
240     height: 100,
241     renderTo: Ext.getBody(),
242     items: [{
243         xtype: <em>'textfield'</em>,
244         fieldLabel: <em>'Name'</em>
245     }]
246 });</code></pre>            </div>\r
247                         </div>\r
248         </td>\r
249         <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>\r
250     </tr>\r
251         <tr class="config-row inherited alt">\r
252         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
253         <td class="sig">\r
254         <a id="Ext.form.TextArea-focusClass"></a>\r
255             <b>focusClass</b> : String            <div class="mdesc">\r
256                             The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>\r
257         </td>\r
258         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#focusClass" href="output/Ext.form.Field.html#focusClass">Field</a></td>\r
259     </tr>\r
260         <tr class="config-row inherited">\r
261         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
262         <td class="sig">\r
263         <a id="Ext.form.TextArea-grow"></a>\r
264             <b>grow</b> : Boolean            <div class="mdesc">\r
265                             True if this field should automatically grow and shrink to its content                        </div>\r
266         </td>\r
267         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#grow" href="output/Ext.form.TextField.html#grow">TextField</a></td>\r
268     </tr>\r
269         <tr class="config-row alt">\r
270         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
271         <td class="sig">\r
272         <a id="Ext.form.TextArea-growMax"></a>\r
273             <b>growMax</b> : Number            <div class="mdesc">\r
274                             The maximum height to allow when grow = true (defaults to 1000)                        </div>\r
275         </td>\r
276         <td class="msource">TextArea</td>\r
277     </tr>\r
278         <tr class="config-row">\r
279         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
280         <td class="sig">\r
281         <a id="Ext.form.TextArea-growMin"></a>\r
282             <b>growMin</b> : Number            <div class="mdesc">\r
283                             The minimum height to allow when grow = true (defaults to 60)                        </div>\r
284         </td>\r
285         <td class="msource">TextArea</td>\r
286     </tr>\r
287         <tr class="config-row inherited alt">\r
288         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
289         <td class="sig">\r
290         <a id="Ext.form.TextArea-height"></a>\r
291             <b>height</b> : Number            <div class="mdesc">\r
292                             The height of this component in pixels (defaults to auto).                        </div>\r
293         </td>\r
294         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>\r
295     </tr>\r
296         <tr class="config-row inherited">\r
297         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
298         <td class="sig">\r
299         <a id="Ext.form.TextArea-hidden"></a>\r
300             <b>hidden</b> : Boolean            <div class="mdesc">\r
301                             Render this component hidden (default is false).                        </div>\r
302         </td>\r
303         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
304     </tr>\r
305         <tr class="config-row inherited alt expandable">\r
306         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
307         <td class="sig">\r
308         <a id="Ext.form.TextArea-hideLabel"></a>\r
309             <b>hideLabel</b> : Boolean            <div class="mdesc">\r
310                         <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>\r
311             <div class="long">\r
312                 True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
313     height: 100,
314     renderTo: Ext.getBody(),
315     items: [{
316         xtype: <em>'textfield'</em>
317         hideLabel: true
318     }]
319 });</code></pre>            </div>\r
320                         </div>\r
321         </td>\r
322         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>\r
323     </tr>\r
324         <tr class="config-row inherited expandable">\r
325         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
326         <td class="sig">\r
327         <a id="Ext.form.TextArea-hideMode"></a>\r
328             <b>hideMode</b> : String            <div class="mdesc">\r
329                         <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>\r
330             <div class="long">\r
331                 <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>\r
332                         </div>\r
333         </td>\r
334         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>\r
335     </tr>\r
336         <tr class="config-row inherited alt expandable">\r
337         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
338         <td class="sig">\r
339         <a id="Ext.form.TextArea-hideParent"></a>\r
340             <b>hideParent</b> : Boolean            <div class="mdesc">\r
341                         <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>\r
342             <div class="long">\r
343                 True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>\r
344                         </div>\r
345         </td>\r
346         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>\r
347     </tr>\r
348         <tr class="config-row inherited expandable">\r
349         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
350         <td class="sig">\r
351         <a id="Ext.form.TextArea-id"></a>\r
352             <b>id</b> : String            <div class="mdesc">\r
353                         <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>\r
354             <div class="long">\r
355                 The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>\r
356                         </div>\r
357         </td>\r
358         <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>\r
359     </tr>\r
360         <tr class="config-row inherited alt expandable">\r
361         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
362         <td class="sig">\r
363         <a id="Ext.form.TextArea-inputType"></a>\r
364             <b>inputType</b> : String            <div class="mdesc">\r
365                         <div class="short">The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "p...</div>\r
366             <div class="long">\r
367                 The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "password" must be used to render those field types currently -- there are no separate Ext components for those. Note that if you use <tt>inputType:'file'</tt>, <a ext:cls="Ext.form.Field" ext:member="emptyText" href="output/Ext.form.Field.html#emptyText">emptyText</a> is not supported and should be avoided.            </div>\r
368                         </div>\r
369         </td>\r
370         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#inputType" href="output/Ext.form.Field.html#inputType">Field</a></td>\r
371     </tr>\r
372         <tr class="config-row inherited">\r
373         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
374         <td class="sig">\r
375         <a id="Ext.form.TextArea-invalidClass"></a>\r
376             <b>invalidClass</b> : String            <div class="mdesc">\r
377                             The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>\r
378         </td>\r
379         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidClass" href="output/Ext.form.Field.html#invalidClass">Field</a></td>\r
380     </tr>\r
381         <tr class="config-row inherited alt expandable">\r
382         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
383         <td class="sig">\r
384         <a id="Ext.form.TextArea-invalidText"></a>\r
385             <b>invalidText</b> : String            <div class="mdesc">\r
386                         <div class="short">The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field i...</div>\r
387             <div class="long">\r
388                 The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field is invalid")            </div>\r
389                         </div>\r
390         </td>\r
391         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidText" href="output/Ext.form.Field.html#invalidText">Field</a></td>\r
392     </tr>\r
393         <tr class="config-row inherited expandable">\r
394         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
395         <td class="sig">\r
396         <a id="Ext.form.TextArea-itemCls"></a>\r
397             <b>itemCls</b> : String            <div class="mdesc">\r
398                         <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>\r
399             <div class="long">\r
400                 An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
401 &lt;style>
402     .required .x-form-item-label {font-weight:bold;color:red;}
403 &lt;/style>
404
405 <b>new</b> Ext.FormPanel({
406     height: 100,
407     renderTo: Ext.getBody(),
408     items: [{
409         xtype: <em>'textfield'</em>,
410         fieldLabel: <em>'Name'</em>,
411         itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
412     },{
413         xtype: <em>'textfield'</em>,
414         fieldLabel: <em>'Favorite Color'</em>
415     }]
416 });</code></pre>            </div>\r
417                         </div>\r
418         </td>\r
419         <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>\r
420     </tr>\r
421         <tr class="config-row inherited alt expandable">\r
422         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
423         <td class="sig">\r
424         <a id="Ext.form.TextArea-labelSeparator"></a>\r
425             <b>labelSeparator</b> : String            <div class="mdesc">\r
426                         <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>\r
427             <div class="long">\r
428                 The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
429     height: 100,
430     renderTo: Ext.getBody(),
431     items: [{
432         xtype: <em>'textfield'</em>,
433         fieldLabel: <em>'Name'</em>,
434         labelSeparator: <em>'...'</em>
435     }]
436 });</code></pre>            </div>\r
437                         </div>\r
438         </td>\r
439         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>\r
440     </tr>\r
441         <tr class="config-row inherited expandable">\r
442         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
443         <td class="sig">\r
444         <a id="Ext.form.TextArea-labelStyle"></a>\r
445             <b>labelStyle</b> : String            <div class="mdesc">\r
446                         <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>\r
447             <div class="long">\r
448                 A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
449     height: 100,
450     renderTo: Ext.getBody(),
451     items: [{
452         xtype: <em>'textfield'</em>,
453         fieldLabel: <em>'Name'</em>,
454         labelStyle: <em>'font-weight:bold;'</em>
455     }]
456 });</code></pre>            </div>\r
457                         </div>\r
458         </td>\r
459         <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>\r
460     </tr>\r
461         <tr class="config-row inherited alt expandable">\r
462         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
463         <td class="sig">\r
464         <a id="Ext.form.TextArea-listeners"></a>\r
465             <b>listeners</b> : Object            <div class="mdesc">\r
466                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
467             <div class="long">\r
468                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
469                         </div>\r
470         </td>\r
471         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
472     </tr>\r
473         <tr class="config-row inherited">\r
474         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
475         <td class="sig">\r
476         <a id="Ext.form.TextArea-maskRe"></a>\r
477             <b>maskRe</b> : RegExp            <div class="mdesc">\r
478                             An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)                        </div>\r
479         </td>\r
480         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maskRe" href="output/Ext.form.TextField.html#maskRe">TextField</a></td>\r
481     </tr>\r
482         <tr class="config-row inherited alt">\r
483         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
484         <td class="sig">\r
485         <a id="Ext.form.TextArea-maxLength"></a>\r
486             <b>maxLength</b> : Number            <div class="mdesc">\r
487                             Maximum input field length allowed (defaults to Number.MAX_VALUE)                        </div>\r
488         </td>\r
489         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLength" href="output/Ext.form.TextField.html#maxLength">TextField</a></td>\r
490     </tr>\r
491         <tr class="config-row inherited expandable">\r
492         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
493         <td class="sig">\r
494         <a id="Ext.form.TextArea-maxLengthText"></a>\r
495             <b>maxLengthText</b> : String            <div class="mdesc">\r
496                         <div class="short">Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxL...</div>\r
497             <div class="long">\r
498                 Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")            </div>\r
499                         </div>\r
500         </td>\r
501         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLengthText" href="output/Ext.form.TextField.html#maxLengthText">TextField</a></td>\r
502     </tr>\r
503         <tr class="config-row inherited alt">\r
504         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
505         <td class="sig">\r
506         <a id="Ext.form.TextArea-minLength"></a>\r
507             <b>minLength</b> : Number            <div class="mdesc">\r
508                             Minimum input field length required (defaults to 0)                        </div>\r
509         </td>\r
510         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLength" href="output/Ext.form.TextField.html#minLength">TextField</a></td>\r
511     </tr>\r
512         <tr class="config-row inherited expandable">\r
513         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
514         <td class="sig">\r
515         <a id="Ext.form.TextArea-minLengthText"></a>\r
516             <b>minLengthText</b> : String            <div class="mdesc">\r
517                         <div class="short">Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minL...</div>\r
518             <div class="long">\r
519                 Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")            </div>\r
520                         </div>\r
521         </td>\r
522         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLengthText" href="output/Ext.form.TextField.html#minLengthText">TextField</a></td>\r
523     </tr>\r
524         <tr class="config-row inherited alt">\r
525         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
526         <td class="sig">\r
527         <a id="Ext.form.TextArea-msgFx"></a>\r
528             <b>msgFx</b> : String            <div class="mdesc">\r
529                             <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>\r
530         </td>\r
531         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</a></td>\r
532     </tr>\r
533         <tr class="config-row inherited expandable">\r
534         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
535         <td class="sig">\r
536         <a id="Ext.form.TextArea-msgTarget"></a>\r
537             <b>msgTarget</b> : String            <div class="mdesc">\r
538                         <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>\r
539             <div class="long">\r
540                 The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description\r
541 -----------   ----------------------------------------------------------------------\r
542 qtip          Display a quick tip when the user hovers over the field\r
543 title         Display a default browser title attribute popup\r
544 under         Add a block div beneath the field containing the error text\r
545 side          Add an error icon to the right of the field with a popup on hover\r
546 [element id]  Add the error text directly to the innerHTML of the specified element</pre>            </div>\r
547                         </div>\r
548         </td>\r
549         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</a></td>\r
550     </tr>\r
551         <tr class="config-row inherited alt">\r
552         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
553         <td class="sig">\r
554         <a id="Ext.form.TextArea-name"></a>\r
555             <b>name</b> : String            <div class="mdesc">\r
556                             The field's HTML name attribute (defaults to "").                        </div>\r
557         </td>\r
558         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>\r
559     </tr>\r
560         <tr class="config-row inherited expandable">\r
561         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
562         <td class="sig">\r
563         <a id="Ext.form.TextArea-overCls"></a>\r
564             <b>overCls</b> : String            <div class="mdesc">\r
565                         <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>\r
566             <div class="long">\r
567                 An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>\r
568                         </div>\r
569         </td>\r
570         <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>\r
571     </tr>\r
572         <tr class="config-row inherited alt">\r
573         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
574         <td class="sig">\r
575         <a id="Ext.form.TextArea-pageX"></a>\r
576             <b>pageX</b> : Number            <div class="mdesc">\r
577                             The page level x coordinate for this component if contained within a positioning container.                        </div>\r
578         </td>\r
579         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>\r
580     </tr>\r
581         <tr class="config-row inherited">\r
582         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
583         <td class="sig">\r
584         <a id="Ext.form.TextArea-pageY"></a>\r
585             <b>pageY</b> : Number            <div class="mdesc">\r
586                             The page level y coordinate for this component if contained within a positioning container.                        </div>\r
587         </td>\r
588         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>\r
589     </tr>\r
590         <tr class="config-row inherited alt expandable">\r
591         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
592         <td class="sig">\r
593         <a id="Ext.form.TextArea-plugins"></a>\r
594             <b>plugins</b> : Object/Array            <div class="mdesc">\r
595                         <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>\r
596             <div class="long">\r
597                 An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>\r
598                         </div>\r
599         </td>\r
600         <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>\r
601     </tr>\r
602         <tr class="config-row expandable">\r
603         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
604         <td class="sig">\r
605         <a id="Ext.form.TextArea-preventScrollbars"></a>\r
606             <b>preventScrollbars</b> : Boolean            <div class="mdesc">\r
607                         <div class="short">True to prevent scrollbars from appearing regardless of how much text is in the field (equivalent to setting overflow...</div>\r
608             <div class="long">\r
609                 True to prevent scrollbars from appearing regardless of how much text is in the field (equivalent to setting overflow: hidden, defaults to false)            </div>\r
610                         </div>\r
611         </td>\r
612         <td class="msource">TextArea</td>\r
613     </tr>\r
614         <tr class="config-row inherited alt expandable">\r
615         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
616         <td class="sig">\r
617         <a id="Ext.form.TextArea-readOnly"></a>\r
618             <b>readOnly</b> : Boolean            <div class="mdesc">\r
619                         <div class="short">True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM att...</div>\r
620             <div class="long">\r
621                 True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.            </div>\r
622                         </div>\r
623         </td>\r
624         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#readOnly" href="output/Ext.form.Field.html#readOnly">Field</a></td>\r
625     </tr>\r
626         <tr class="config-row inherited expandable">\r
627         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
628         <td class="sig">\r
629         <a id="Ext.form.TextArea-regex"></a>\r
630             <b>regex</b> : RegExp            <div class="mdesc">\r
631                         <div class="short">A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, t...</div>\r
632             <div class="long">\r
633                 A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, this regex will be evaluated only after the basic validators all return true, and will be passed the current field value. If the test fails, the field will be marked invalid using <a ext:cls="Ext.form.TextField" ext:member="regexText" href="output/Ext.form.TextField.html#regexText">regexText</a>.            </div>\r
634                         </div>\r
635         </td>\r
636         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#regex" href="output/Ext.form.TextField.html#regex">TextField</a></td>\r
637     </tr>\r
638         <tr class="config-row inherited alt">\r
639         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
640         <td class="sig">\r
641         <a id="Ext.form.TextArea-regexText"></a>\r
642             <b>regexText</b> : String            <div class="mdesc">\r
643                             The error text to display if <a ext:cls="Ext.form.TextField" ext:member="regex" href="output/Ext.form.TextField.html#regex">regex</a> is used and the test fails during validation (defaults to "")                        </div>\r
644         </td>\r
645         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#regexText" href="output/Ext.form.TextField.html#regexText">TextField</a></td>\r
646     </tr>\r
647         <tr class="config-row inherited expandable">\r
648         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
649         <td class="sig">\r
650         <a id="Ext.form.TextArea-renderTo"></a>\r
651             <b>renderTo</b> : Mixed            <div class="mdesc">\r
652                         <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>\r
653             <div class="long">\r
654                 The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>\r
655                         </div>\r
656         </td>\r
657         <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>\r
658     </tr>\r
659         <tr class="config-row inherited alt">\r
660         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
661         <td class="sig">\r
662         <a id="Ext.form.TextArea-selectOnFocus"></a>\r
663             <b>selectOnFocus</b> : Boolean            <div class="mdesc">\r
664                             True to automatically select any existing field text when the field receives input focus (defaults to false)                        </div>\r
665         </td>\r
666         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#selectOnFocus" href="output/Ext.form.TextField.html#selectOnFocus">TextField</a></td>\r
667     </tr>\r
668         <tr class="config-row inherited expandable">\r
669         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
670         <td class="sig">\r
671         <a id="Ext.form.TextArea-stateEvents"></a>\r
672             <b>stateEvents</b> : Array            <div class="mdesc">\r
673                         <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>\r
674             <div class="long">\r
675                 An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
676                         </div>\r
677         </td>\r
678         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>\r
679     </tr>\r
680         <tr class="config-row inherited alt expandable">\r
681         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
682         <td class="sig">\r
683         <a id="Ext.form.TextArea-stateId"></a>\r
684             <b>stateId</b> : String            <div class="mdesc">\r
685                         <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>\r
686             <div class="long">\r
687                 The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>\r
688                         </div>\r
689         </td>\r
690         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>\r
691     </tr>\r
692         <tr class="config-row inherited expandable">\r
693         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
694         <td class="sig">\r
695         <a id="Ext.form.TextArea-stateful"></a>\r
696             <b>stateful</b> : Boolean            <div class="mdesc">\r
697                         <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>\r
698             <div class="long">\r
699                 <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>\r
700                         </div>\r
701         </td>\r
702         <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>\r
703     </tr>\r
704         <tr class="config-row inherited alt">\r
705         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
706         <td class="sig">\r
707         <a id="Ext.form.TextArea-stripCharsRe"></a>\r
708             <b>stripCharsRe</b> : RegExp            <div class="mdesc">\r
709                             A JavaScript RegExp object used to strip unwanted content from the value before validation (defaults to null).                        </div>\r
710         </td>\r
711         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#stripCharsRe" href="output/Ext.form.TextField.html#stripCharsRe">TextField</a></td>\r
712     </tr>\r
713         <tr class="config-row inherited expandable">\r
714         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
715         <td class="sig">\r
716         <a id="Ext.form.TextArea-style"></a>\r
717             <b>style</b> : String            <div class="mdesc">\r
718                         <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>\r
719             <div class="long">\r
720                 A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>\r
721                         </div>\r
722         </td>\r
723         <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>\r
724     </tr>\r
725         <tr class="config-row inherited alt expandable">\r
726         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
727         <td class="sig">\r
728         <a id="Ext.form.TextArea-tabIndex"></a>\r
729             <b>tabIndex</b> : Number            <div class="mdesc">\r
730                         <div class="short">The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyT...</div>\r
731             <div class="long">\r
732                 The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).            </div>\r
733                         </div>\r
734         </td>\r
735         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#tabIndex" href="output/Ext.form.Field.html#tabIndex">Field</a></td>\r
736     </tr>\r
737         <tr class="config-row inherited">\r
738         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
739         <td class="sig">\r
740         <a id="Ext.form.TextArea-validateOnBlur"></a>\r
741             <b>validateOnBlur</b> : Boolean            <div class="mdesc">\r
742                             Whether the field should validate when it loses focus (defaults to true).                        </div>\r
743         </td>\r
744         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validateOnBlur" href="output/Ext.form.Field.html#validateOnBlur">Field</a></td>\r
745     </tr>\r
746         <tr class="config-row inherited alt">\r
747         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
748         <td class="sig">\r
749         <a id="Ext.form.TextArea-validationDelay"></a>\r
750             <b>validationDelay</b> : Number            <div class="mdesc">\r
751                             The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)                        </div>\r
752         </td>\r
753         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationDelay" href="output/Ext.form.Field.html#validationDelay">Field</a></td>\r
754     </tr>\r
755         <tr class="config-row inherited">\r
756         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
757         <td class="sig">\r
758         <a id="Ext.form.TextArea-validationEvent"></a>\r
759             <b>validationEvent</b> : String/Boolean            <div class="mdesc">\r
760                             The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").                        </div>\r
761         </td>\r
762         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationEvent" href="output/Ext.form.Field.html#validationEvent">Field</a></td>\r
763     </tr>\r
764         <tr class="config-row inherited alt expandable">\r
765         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
766         <td class="sig">\r
767         <a id="Ext.form.TextArea-validator"></a>\r
768             <b>validator</b> : Function            <div class="mdesc">\r
769                         <div class="short">A custom validation function to be called during field validation (defaults to null). If specified, this function wil...</div>\r
770             <div class="long">\r
771                 A custom validation function to be called during field validation (defaults to null). If specified, this function will be called only after the built-in validations (<a ext:cls="Ext.form.TextField" ext:member="allowBlank" href="output/Ext.form.TextField.html#allowBlank">allowBlank</a>, <a ext:cls="Ext.form.TextField" ext:member="minLength" href="output/Ext.form.TextField.html#minLength">minLength</a>, <a ext:cls="Ext.form.TextField" ext:member="maxLength" href="output/Ext.form.TextField.html#maxLength">maxLength</a>) and any configured <a ext:cls="Ext.form.TextField" ext:member="vtype" href="output/Ext.form.TextField.html#vtype">vtype</a> all return true. This function will be passed the current field value and expected to return boolean true if the value is valid or a string error message if invalid.            </div>\r
772                         </div>\r
773         </td>\r
774         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#validator" href="output/Ext.form.TextField.html#validator">TextField</a></td>\r
775     </tr>\r
776         <tr class="config-row inherited">\r
777         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
778         <td class="sig">\r
779         <a id="Ext.form.TextArea-value"></a>\r
780             <b>value</b> : Mixed            <div class="mdesc">\r
781                             A value to initialize this field with (defaults to undefined).                        </div>\r
782         </td>\r
783         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#value" href="output/Ext.form.Field.html#value">Field</a></td>\r
784     </tr>\r
785         <tr class="config-row inherited alt">\r
786         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
787         <td class="sig">\r
788         <a id="Ext.form.TextArea-vtype"></a>\r
789             <b>vtype</b> : String            <div class="mdesc">\r
790                             A validation type name as defined in <a ext:cls="Ext.form.VTypes" href="output/Ext.form.VTypes.html">Ext.form.VTypes</a> (defaults to null)                        </div>\r
791         </td>\r
792         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#vtype" href="output/Ext.form.TextField.html#vtype">TextField</a></td>\r
793     </tr>\r
794         <tr class="config-row inherited expandable">\r
795         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
796         <td class="sig">\r
797         <a id="Ext.form.TextArea-vtypeText"></a>\r
798             <b>vtypeText</b> : String            <div class="mdesc">\r
799                         <div class="short">A custom error message to display in place of the default message provided for the vtype currently set for this field...</div>\r
800             <div class="long">\r
801                 A custom error message to display in place of the default message provided for the <a ext:cls="Ext.form.TextField" ext:member="vtype" href="output/Ext.form.TextField.html#vtype">vtype</a> currently set for this field (defaults to ''). Only applies if vtype is set, else ignored.            </div>\r
802                         </div>\r
803         </td>\r
804         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#vtypeText" href="output/Ext.form.TextField.html#vtypeText">TextField</a></td>\r
805     </tr>\r
806         <tr class="config-row inherited alt">\r
807         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
808         <td class="sig">\r
809         <a id="Ext.form.TextArea-width"></a>\r
810             <b>width</b> : Number            <div class="mdesc">\r
811                             The width of this component in pixels (defaults to auto).                        </div>\r
812         </td>\r
813         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>\r
814     </tr>\r
815         <tr class="config-row inherited">\r
816         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
817         <td class="sig">\r
818         <a id="Ext.form.TextArea-x"></a>\r
819             <b>x</b> : Number            <div class="mdesc">\r
820                             The local x (left) coordinate for this component if contained within a positioning container.                        </div>\r
821         </td>\r
822         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>\r
823     </tr>\r
824         <tr class="config-row inherited alt expandable">\r
825         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
826         <td class="sig">\r
827         <a id="Ext.form.TextArea-xtype"></a>\r
828             <b>xtype</b> : String            <div class="mdesc">\r
829                         <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>\r
830             <div class="long">\r
831                 The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>\r
832                         </div>\r
833         </td>\r
834         <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>\r
835     </tr>\r
836         <tr class="config-row inherited">\r
837         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
838         <td class="sig">\r
839         <a id="Ext.form.TextArea-y"></a>\r
840             <b>y</b> : Number            <div class="mdesc">\r
841                             The local y (top) coordinate for this component if contained within a positioning container.                        </div>\r
842         </td>\r
843         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>\r
844     </tr>\r
845             </table>
846                 <a id="Ext.form.TextArea-props"></a>
847         <h2>Public Properties</h2>
848                 <table cellspacing="0" class="member-table">
849             <tr>
850                 <th class="sig-header" colspan="2">Property</th>
851                 <th class="msource-header">Defined By</th>
852             </tr>
853                 <tr class="property-row inherited">\r
854         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
855         <td class="sig">\r
856         <a id="Ext.form.TextArea-disabled"></a>\r
857             <b>disabled</b> : Boolean            <div class="mdesc">\r
858                             True if this component is disabled. Read-only.                        </div>\r
859         </td>\r
860         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>\r
861     </tr>\r
862         <tr class="property-row inherited alt">\r
863         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
864         <td class="sig">\r
865         <a id="Ext.form.TextArea-hidden"></a>\r
866             <b>hidden</b> : Boolean            <div class="mdesc">\r
867                             
868 True if this component is hidden. Read-only.                        </div>\r
869         </td>\r
870         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>\r
871     </tr>\r
872         <tr class="property-row inherited">\r
873         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
874         <td class="sig">\r
875         <a id="Ext.form.TextArea-initialConfig"></a>\r
876             <b>initialConfig</b> : Object            <div class="mdesc">\r
877                             This Component's initial configuration specification. Read-only.                        </div>\r
878         </td>\r
879         <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>\r
880     </tr>\r
881         <tr class="property-row inherited alt expandable">\r
882         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
883         <td class="sig">\r
884         <a id="Ext.form.TextArea-ownerCt"></a>\r
885             <b>ownerCt</b> : Ext.Container            <div class="mdesc">\r
886                         <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
887 the component is added to a...</div>\r
888             <div class="long">\r
889                 The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
890 the component is added to a container).  Read-only.            </div>\r
891                         </div>\r
892         </td>\r
893         <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>\r
894     </tr>\r
895         <tr class="property-row inherited">\r
896         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
897         <td class="sig">\r
898         <a id="Ext.form.TextArea-rendered"></a>\r
899             <b>rendered</b> : Boolean            <div class="mdesc">\r
900                             True if this component has been rendered. Read-only.                        </div>\r
901         </td>\r
902         <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>\r
903     </tr>\r
904             </table>
905                 <a id="Ext.form.TextArea-methods"></a>
906         <h2>Public Methods</h2>
907                 <table cellspacing="0" class="member-table">
908             <tr>
909                 <th class="sig-header" colspan="2">Method</th>
910                 <th class="msource-header">Defined By</th>
911             </tr>
912                 <tr class="method-row expandable">\r
913         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
914         <td class="sig">\r
915         <a id="Ext.form.TextArea-TextArea"></a>\r
916             <b>TextArea</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
917                         <div class="short">Creates a new TextArea</div>\r
918             <div class="long">\r
919                 Creates a new TextArea    <div class="mdetail-params">\r
920         <strong>Parameters:</strong>\r
921         <ul><li><code>config</code> : Object<div class="sub-desc">Configuration options</div></li>        </ul>\r
922         <strong>Returns:</strong>\r
923         <ul>\r
924             <li><code></code></li>\r
925         </ul>\r
926     </div>\r
927                 </div>\r
928                         </div>\r
929         </td>\r
930         <td class="msource">TextArea</td>\r
931     </tr>\r
932         <tr class="method-row inherited alt expandable">\r
933         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
934         <td class="sig">\r
935         <a id="Ext.form.TextArea-addClass"></a>\r
936             <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
937                         <div class="short">Adds a CSS class to the component's underlying element.</div>\r
938             <div class="long">\r
939                 Adds a CSS class to the component's underlying element.    <div class="mdetail-params">\r
940         <strong>Parameters:</strong>\r
941         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>\r
942         <strong>Returns:</strong>\r
943         <ul>\r
944             <li><code>void</code></li>\r
945         </ul>\r
946     </div>\r
947                 </div>\r
948                         </div>\r
949         </td>\r
950         <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>\r
951     </tr>\r
952         <tr class="method-row inherited expandable">\r
953         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
954         <td class="sig">\r
955         <a id="Ext.form.TextArea-addEvents"></a>\r
956             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
957                         <div class="short">Used to define events on this Observable</div>\r
958             <div class="long">\r
959                 Used to define events on this Observable    <div class="mdetail-params">\r
960         <strong>Parameters:</strong>\r
961         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
962         <strong>Returns:</strong>\r
963         <ul>\r
964             <li><code>void</code></li>\r
965         </ul>\r
966     </div>\r
967                 </div>\r
968                         </div>\r
969         </td>\r
970         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
971     </tr>\r
972         <tr class="method-row inherited alt expandable">\r
973         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
974         <td class="sig">\r
975         <a id="Ext.form.TextArea-addListener"></a>\r
976             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
977                         <div class="short">Appends an event handler to this component</div>\r
978             <div class="long">\r
979                 Appends an event handler to this component    <div class="mdetail-params">\r
980         <strong>Parameters:</strong>\r
981         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
982 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
983 properties. This may contain any of the following properties:<ul>
984 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
985 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
986 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
987 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
988 by the specified number of milliseconds. If the event fires again within that time, the original
989 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
990 </ul><br>
991 <p>
992 <b>Combining Options</b><br>
993 Using the options argument, it is possible to combine different types of listeners:<br>
994 <br>
995 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
996 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
997     single: true,
998     delay: 100,
999     forumId: 4
1000 });</code></pre>
1001 <p>
1002 <b>Attaching multiple handlers in 1 call</b><br>
1003 The method also allows for a single argument to be passed which is a config object containing properties
1004 which specify multiple handlers.
1005 <p>
1006 <pre><code>foo.on({
1007     <em>'click'</em> : {
1008         fn: <b>this</b>.onClick,
1009         scope: <b>this</b>,
1010         delay: 100
1011     },
1012     <em>'mouseover'</em> : {
1013         fn: <b>this</b>.onMouseOver,
1014         scope: <b>this</b>
1015     },
1016     <em>'mouseout'</em> : {
1017         fn: <b>this</b>.onMouseOut,
1018         scope: <b>this</b>
1019     }
1020 });</code></pre>
1021 <p>
1022 Or a shorthand syntax:<br>
1023 <pre><code>foo.on({
1024     <em>'click'</em> : <b>this</b>.onClick,
1025     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1026     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1027      scope: <b>this</b>
1028 });</code></pre></div></li>        </ul>\r
1029         <strong>Returns:</strong>\r
1030         <ul>\r
1031             <li><code>void</code></li>\r
1032         </ul>\r
1033     </div>\r
1034                 </div>\r
1035                         </div>\r
1036         </td>\r
1037         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
1038     </tr>\r
1039         <tr class="method-row inherited expandable">\r
1040         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1041         <td class="sig">\r
1042         <a id="Ext.form.TextArea-applyToMarkup"></a>\r
1043             <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">\r
1044                         <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>\r
1045             <div class="long">\r
1046                 Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">\r
1047         <strong>Parameters:</strong>\r
1048         <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>\r
1049         <strong>Returns:</strong>\r
1050         <ul>\r
1051             <li><code>void</code></li>\r
1052         </ul>\r
1053     </div>\r
1054                 </div>\r
1055                         </div>\r
1056         </td>\r
1057         <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>\r
1058     </tr>\r
1059         <tr class="method-row alt expandable">\r
1060         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1061         <td class="sig">\r
1062         <a id="Ext.form.TextArea-autoSize"></a>\r
1063             <b>autoSize</b>() : void            <div class="mdesc">\r
1064                         <div class="short">Automatically grows the field to accomodate the height of the text up to the maximum field height allowed.
1065 This only ...</div>\r
1066             <div class="long">\r
1067                 Automatically grows the field to accomodate the height of the text up to the maximum field height allowed.
1068 This only takes effect if grow = true, and fires the <a ext:cls="Ext.form.TextArea" ext:member="autosize" href="output/Ext.form.TextArea.html#autosize">autosize</a> event if the height changes.    <div class="mdetail-params">\r
1069         <strong>Parameters:</strong>\r
1070         <ul><li>None.</li>        </ul>\r
1071         <strong>Returns:</strong>\r
1072         <ul>\r
1073             <li><code>void</code></li>\r
1074         </ul>\r
1075     </div>\r
1076                 </div>\r
1077                         </div>\r
1078         </td>\r
1079         <td class="msource">TextArea</td>\r
1080     </tr>\r
1081         <tr class="method-row inherited expandable">\r
1082         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1083         <td class="sig">\r
1084         <a id="Ext.form.TextArea-clearInvalid"></a>\r
1085             <b>clearInvalid</b>() : void            <div class="mdesc">\r
1086                         <div class="short">Clear any invalid styles/messages for this field</div>\r
1087             <div class="long">\r
1088                 Clear any invalid styles/messages for this field    <div class="mdetail-params">\r
1089         <strong>Parameters:</strong>\r
1090         <ul><li>None.</li>        </ul>\r
1091         <strong>Returns:</strong>\r
1092         <ul>\r
1093             <li><code>void</code></li>\r
1094         </ul>\r
1095     </div>\r
1096                 </div>\r
1097                         </div>\r
1098         </td>\r
1099         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearInvalid" href="output/Ext.form.Field.html#clearInvalid">Field</a></td>\r
1100     </tr>\r
1101         <tr class="method-row inherited alt expandable">\r
1102         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1103         <td class="sig">\r
1104         <a id="Ext.form.TextArea-cloneConfig"></a>\r
1105             <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
1106                         <div class="short">Clone the current component using the original config values passed into this instance by default.</div>\r
1107             <div class="long">\r
1108                 Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">\r
1109         <strong>Parameters:</strong>\r
1110         <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1111 An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>\r
1112         <strong>Returns:</strong>\r
1113         <ul>\r
1114             <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>\r
1115         </ul>\r
1116     </div>\r
1117                 </div>\r
1118                         </div>\r
1119         </td>\r
1120         <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>\r
1121     </tr>\r
1122         <tr class="method-row inherited expandable">\r
1123         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1124         <td class="sig">\r
1125         <a id="Ext.form.TextArea-destroy"></a>\r
1126             <b>destroy</b>() : void            <div class="mdesc">\r
1127                         <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1128 removing the c...</div>\r
1129             <div class="long">\r
1130                 Destroys this component by purging any event listeners, removing the component's element from the DOM,
1131 removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1132 <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1133 should usually not need to be called directly.    <div class="mdetail-params">\r
1134         <strong>Parameters:</strong>\r
1135         <ul><li>None.</li>        </ul>\r
1136         <strong>Returns:</strong>\r
1137         <ul>\r
1138             <li><code>void</code></li>\r
1139         </ul>\r
1140     </div>\r
1141                 </div>\r
1142                         </div>\r
1143         </td>\r
1144         <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>\r
1145     </tr>\r
1146         <tr class="method-row inherited alt expandable">\r
1147         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1148         <td class="sig">\r
1149         <a id="Ext.form.TextArea-disable"></a>\r
1150             <b>disable</b>() : Ext.Component            <div class="mdesc">\r
1151                         <div class="short">Disable this component.</div>\r
1152             <div class="long">\r
1153                 Disable this component.    <div class="mdetail-params">\r
1154         <strong>Parameters:</strong>\r
1155         <ul><li>None.</li>        </ul>\r
1156         <strong>Returns:</strong>\r
1157         <ul>\r
1158             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1159         </ul>\r
1160     </div>\r
1161                 </div>\r
1162                         </div>\r
1163         </td>\r
1164         <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>\r
1165     </tr>\r
1166         <tr class="method-row inherited expandable">\r
1167         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1168         <td class="sig">\r
1169         <a id="Ext.form.TextArea-enable"></a>\r
1170             <b>enable</b>() : Ext.Component            <div class="mdesc">\r
1171                         <div class="short">Enable this component.</div>\r
1172             <div class="long">\r
1173                 Enable this component.    <div class="mdetail-params">\r
1174         <strong>Parameters:</strong>\r
1175         <ul><li>None.</li>        </ul>\r
1176         <strong>Returns:</strong>\r
1177         <ul>\r
1178             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1179         </ul>\r
1180     </div>\r
1181                 </div>\r
1182                         </div>\r
1183         </td>\r
1184         <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>\r
1185     </tr>\r
1186         <tr class="method-row inherited alt expandable">\r
1187         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1188         <td class="sig">\r
1189         <a id="Ext.form.TextArea-findParentBy"></a>\r
1190             <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">\r
1191                         <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1192 true, the con...</div>\r
1193             <div class="long">\r
1194                 Find a container above this component at any level by a custom function. If the passed function returns
1195 true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">\r
1196         <strong>Parameters:</strong>\r
1197         <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1198         <strong>Returns:</strong>\r
1199         <ul>\r
1200             <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>\r
1201         </ul>\r
1202     </div>\r
1203                 </div>\r
1204                         </div>\r
1205         </td>\r
1206         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>\r
1207     </tr>\r
1208         <tr class="method-row inherited expandable">\r
1209         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1210         <td class="sig">\r
1211         <a id="Ext.form.TextArea-findParentByType"></a>\r
1212             <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">\r
1213                         <div class="short">Find a container above this component at any level by xtype or class</div>\r
1214             <div class="long">\r
1215                 Find a container above this component at any level by xtype or class    <div class="mdetail-params">\r
1216         <strong>Parameters:</strong>\r
1217         <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>\r
1218         <strong>Returns:</strong>\r
1219         <ul>\r
1220             <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>\r
1221         </ul>\r
1222     </div>\r
1223                 </div>\r
1224                         </div>\r
1225         </td>\r
1226         <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>\r
1227     </tr>\r
1228         <tr class="method-row inherited alt expandable">\r
1229         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1230         <td class="sig">\r
1231         <a id="Ext.form.TextArea-fireEvent"></a>\r
1232             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
1233                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
1234             <div class="long">\r
1235                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
1236         <strong>Parameters:</strong>\r
1237         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
1238         <strong>Returns:</strong>\r
1239         <ul>\r
1240             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
1241         </ul>\r
1242     </div>\r
1243                 </div>\r
1244                         </div>\r
1245         </td>\r
1246         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
1247     </tr>\r
1248         <tr class="method-row inherited expandable">\r
1249         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1250         <td class="sig">\r
1251         <a id="Ext.form.TextArea-focus"></a>\r
1252             <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">\r
1253                         <div class="short">Try to focus this component.</div>\r
1254             <div class="long">\r
1255                 Try to focus this component.    <div class="mdetail-params">\r
1256         <strong>Parameters:</strong>\r
1257         <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>\r
1258         <strong>Returns:</strong>\r
1259         <ul>\r
1260             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1261         </ul>\r
1262     </div>\r
1263                 </div>\r
1264                         </div>\r
1265         </td>\r
1266         <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>\r
1267     </tr>\r
1268         <tr class="method-row inherited alt expandable">\r
1269         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1270         <td class="sig">\r
1271         <a id="Ext.form.TextArea-getBox"></a>\r
1272             <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">\r
1273                         <div class="short">Gets the current box measurements of the component's underlying element.</div>\r
1274             <div class="long">\r
1275                 Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
1276         <strong>Parameters:</strong>\r
1277         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1278         <strong>Returns:</strong>\r
1279         <ul>\r
1280             <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>\r
1281         </ul>\r
1282     </div>\r
1283                 </div>\r
1284                         </div>\r
1285         </td>\r
1286         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>\r
1287     </tr>\r
1288         <tr class="method-row inherited expandable">\r
1289         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1290         <td class="sig">\r
1291         <a id="Ext.form.TextArea-getEl"></a>\r
1292             <b>getEl</b>() : Ext.Element            <div class="mdesc">\r
1293                         <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>\r
1294             <div class="long">\r
1295                 Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">\r
1296         <strong>Parameters:</strong>\r
1297         <ul><li>None.</li>        </ul>\r
1298         <strong>Returns:</strong>\r
1299         <ul>\r
1300             <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>\r
1301         </ul>\r
1302     </div>\r
1303                 </div>\r
1304                         </div>\r
1305         </td>\r
1306         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>\r
1307     </tr>\r
1308         <tr class="method-row inherited alt expandable">\r
1309         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1310         <td class="sig">\r
1311         <a id="Ext.form.TextArea-getId"></a>\r
1312             <b>getId</b>() : String            <div class="mdesc">\r
1313                         <div class="short">Returns the id of this component.</div>\r
1314             <div class="long">\r
1315                 Returns the id of this component.    <div class="mdetail-params">\r
1316         <strong>Parameters:</strong>\r
1317         <ul><li>None.</li>        </ul>\r
1318         <strong>Returns:</strong>\r
1319         <ul>\r
1320             <li><code>String</code></li>\r
1321         </ul>\r
1322     </div>\r
1323                 </div>\r
1324                         </div>\r
1325         </td>\r
1326         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>\r
1327     </tr>\r
1328         <tr class="method-row inherited expandable">\r
1329         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1330         <td class="sig">\r
1331         <a id="Ext.form.TextArea-getItemId"></a>\r
1332             <b>getItemId</b>() : String            <div class="mdesc">\r
1333                         <div class="short">Returns the item id of this component.</div>\r
1334             <div class="long">\r
1335                 Returns the item id of this component.    <div class="mdetail-params">\r
1336         <strong>Parameters:</strong>\r
1337         <ul><li>None.</li>        </ul>\r
1338         <strong>Returns:</strong>\r
1339         <ul>\r
1340             <li><code>String</code></li>\r
1341         </ul>\r
1342     </div>\r
1343                 </div>\r
1344                         </div>\r
1345         </td>\r
1346         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>\r
1347     </tr>\r
1348         <tr class="method-row inherited alt expandable">\r
1349         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1350         <td class="sig">\r
1351         <a id="Ext.form.TextArea-getName"></a>\r
1352             <b>getName</b>() : String            <div class="mdesc">\r
1353                         <div class="short">Returns the name attribute of the field if available</div>\r
1354             <div class="long">\r
1355                 Returns the name attribute of the field if available    <div class="mdetail-params">\r
1356         <strong>Parameters:</strong>\r
1357         <ul><li>None.</li>        </ul>\r
1358         <strong>Returns:</strong>\r
1359         <ul>\r
1360             <li><code>String</code><div class="sub-desc">name The field name</div></li>\r
1361         </ul>\r
1362     </div>\r
1363                 </div>\r
1364                         </div>\r
1365         </td>\r
1366         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getName" href="output/Ext.form.Field.html#getName">Field</a></td>\r
1367     </tr>\r
1368         <tr class="method-row inherited expandable">\r
1369         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1370         <td class="sig">\r
1371         <a id="Ext.form.TextArea-getPosition"></a>\r
1372             <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">\r
1373                         <div class="short">Gets the current XY position of the component's underlying element.</div>\r
1374             <div class="long">\r
1375                 Gets the current XY position of the component's underlying element.    <div class="mdetail-params">\r
1376         <strong>Parameters:</strong>\r
1377         <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>\r
1378         <strong>Returns:</strong>\r
1379         <ul>\r
1380             <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>\r
1381         </ul>\r
1382     </div>\r
1383                 </div>\r
1384                         </div>\r
1385         </td>\r
1386         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>\r
1387     </tr>\r
1388         <tr class="method-row inherited alt expandable">\r
1389         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1390         <td class="sig">\r
1391         <a id="Ext.form.TextArea-getRawValue"></a>\r
1392             <b>getRawValue</b>() : Mixed            <div class="mdesc">\r
1393                         <div class="short">Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.</div>\r
1394             <div class="long">\r
1395                 Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.    <div class="mdetail-params">\r
1396         <strong>Parameters:</strong>\r
1397         <ul><li>None.</li>        </ul>\r
1398         <strong>Returns:</strong>\r
1399         <ul>\r
1400             <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>\r
1401         </ul>\r
1402     </div>\r
1403                 </div>\r
1404                         </div>\r
1405         </td>\r
1406         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getRawValue" href="output/Ext.form.Field.html#getRawValue">Field</a></td>\r
1407     </tr>\r
1408         <tr class="method-row inherited expandable">\r
1409         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1410         <td class="sig">\r
1411         <a id="Ext.form.TextArea-getSize"></a>\r
1412             <b>getSize</b>() : Object            <div class="mdesc">\r
1413                         <div class="short">Gets the current size of the component's underlying element.</div>\r
1414             <div class="long">\r
1415                 Gets the current size of the component's underlying element.    <div class="mdetail-params">\r
1416         <strong>Parameters:</strong>\r
1417         <ul><li>None.</li>        </ul>\r
1418         <strong>Returns:</strong>\r
1419         <ul>\r
1420             <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>\r
1421         </ul>\r
1422     </div>\r
1423                 </div>\r
1424                         </div>\r
1425         </td>\r
1426         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>\r
1427     </tr>\r
1428         <tr class="method-row inherited alt expandable">\r
1429         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1430         <td class="sig">\r
1431         <a id="Ext.form.TextArea-getValue"></a>\r
1432             <b>getValue</b>() : Mixed            <div class="mdesc">\r
1433                         <div class="short">Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see getRa...</div>\r
1434             <div class="long">\r
1435                 Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see <a ext:cls="Ext.form.Field" ext:member="getRawValue" href="output/Ext.form.Field.html#getRawValue">getRawValue</a>.    <div class="mdetail-params">\r
1436         <strong>Parameters:</strong>\r
1437         <ul><li>None.</li>        </ul>\r
1438         <strong>Returns:</strong>\r
1439         <ul>\r
1440             <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>\r
1441         </ul>\r
1442     </div>\r
1443                 </div>\r
1444                         </div>\r
1445         </td>\r
1446         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getValue" href="output/Ext.form.Field.html#getValue">Field</a></td>\r
1447     </tr>\r
1448         <tr class="method-row inherited expandable">\r
1449         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1450         <td class="sig">\r
1451         <a id="Ext.form.TextArea-getXType"></a>\r
1452             <b>getXType</b>() : String            <div class="mdesc">\r
1453                         <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1454 available xtypes, see the Ex...</div>\r
1455             <div class="long">\r
1456                 Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
1457 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1458 <pre><code>var t = <b>new</b> Ext.form.TextField();
1459 alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">\r
1460         <strong>Parameters:</strong>\r
1461         <ul><li>None.</li>        </ul>\r
1462         <strong>Returns:</strong>\r
1463         <ul>\r
1464             <li><code>String</code><div class="sub-desc">The xtype</div></li>\r
1465         </ul>\r
1466     </div>\r
1467                 </div>\r
1468                         </div>\r
1469         </td>\r
1470         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>\r
1471     </tr>\r
1472         <tr class="method-row inherited alt expandable">\r
1473         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1474         <td class="sig">\r
1475         <a id="Ext.form.TextArea-getXTypes"></a>\r
1476             <b>getXTypes</b>() : String            <div class="mdesc">\r
1477                         <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1478 available xtypes, see the Ext...</div>\r
1479             <div class="long">\r
1480                 <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1481 available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1482 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
1483 to participate in determination of inherited xtypes.</b></p>
1484 <p>Example usage:</p>
1485 <pre><code>\r
1486 var t = new Ext.form.TextField();\r
1487 alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">\r
1488         <strong>Parameters:</strong>\r
1489         <ul><li>None.</li>        </ul>\r
1490         <strong>Returns:</strong>\r
1491         <ul>\r
1492             <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>\r
1493         </ul>\r
1494     </div>\r
1495                 </div>\r
1496                         </div>\r
1497         </td>\r
1498         <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>\r
1499     </tr>\r
1500         <tr class="method-row inherited expandable">\r
1501         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1502         <td class="sig">\r
1503         <a id="Ext.form.TextArea-hasListener"></a>\r
1504             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
1505                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
1506             <div class="long">\r
1507                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
1508         <strong>Parameters:</strong>\r
1509         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
1510         <strong>Returns:</strong>\r
1511         <ul>\r
1512             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
1513         </ul>\r
1514     </div>\r
1515                 </div>\r
1516                         </div>\r
1517         </td>\r
1518         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
1519     </tr>\r
1520         <tr class="method-row inherited alt expandable">\r
1521         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1522         <td class="sig">\r
1523         <a id="Ext.form.TextArea-hide"></a>\r
1524             <b>hide</b>() : Ext.Component            <div class="mdesc">\r
1525                         <div class="short">Hide this component.</div>\r
1526             <div class="long">\r
1527                 Hide this component.    <div class="mdetail-params">\r
1528         <strong>Parameters:</strong>\r
1529         <ul><li>None.</li>        </ul>\r
1530         <strong>Returns:</strong>\r
1531         <ul>\r
1532             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
1533         </ul>\r
1534     </div>\r
1535                 </div>\r
1536                         </div>\r
1537         </td>\r
1538         <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>\r
1539     </tr>\r
1540         <tr class="method-row inherited expandable">\r
1541         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1542         <td class="sig">\r
1543         <a id="Ext.form.TextArea-initComponent"></a>\r
1544             <b>initComponent</b>() : void            <div class="mdesc">\r
1545                         <div class="short"></div>\r
1546             <div class="long">\r
1547                     <div class="mdetail-params">\r
1548         <strong>Parameters:</strong>\r
1549         <ul><li>None.</li>        </ul>\r
1550         <strong>Returns:</strong>\r
1551         <ul>\r
1552             <li><code>void</code></li>\r
1553         </ul>\r
1554     </div>\r
1555                 </div>\r
1556                         </div>\r
1557         </td>\r
1558         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#initComponent" href="output/Ext.form.TextField.html#initComponent">TextField</a></td>\r
1559     </tr>\r
1560         <tr class="method-row inherited alt expandable">\r
1561         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1562         <td class="sig">\r
1563         <a id="Ext.form.TextArea-isDirty"></a>\r
1564             <b>isDirty</b>() : void            <div class="mdesc">\r
1565                         <div class="short">Returns true if this field has been changed since it was originally loaded and is not disabled.</div>\r
1566             <div class="long">\r
1567                 Returns true if this field has been changed since it was originally loaded and is not disabled.    <div class="mdetail-params">\r
1568         <strong>Parameters:</strong>\r
1569         <ul><li>None.</li>        </ul>\r
1570         <strong>Returns:</strong>\r
1571         <ul>\r
1572             <li><code>void</code></li>\r
1573         </ul>\r
1574     </div>\r
1575                 </div>\r
1576                         </div>\r
1577         </td>\r
1578         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isDirty" href="output/Ext.form.Field.html#isDirty">Field</a></td>\r
1579     </tr>\r
1580         <tr class="method-row inherited expandable">\r
1581         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1582         <td class="sig">\r
1583         <a id="Ext.form.TextArea-isValid"></a>\r
1584             <b>isValid</b>(&nbsp;<code>Boolean preventMark</code>&nbsp;) : Boolean            <div class="mdesc">\r
1585                         <div class="short">Returns whether or not the field value is currently valid</div>\r
1586             <div class="long">\r
1587                 Returns whether or not the field value is currently valid    <div class="mdetail-params">\r
1588         <strong>Parameters:</strong>\r
1589         <ul><li><code>preventMark</code> : Boolean<div class="sub-desc">True to disable marking the field invalid</div></li>        </ul>\r
1590         <strong>Returns:</strong>\r
1591         <ul>\r
1592             <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>\r
1593         </ul>\r
1594     </div>\r
1595                 </div>\r
1596                         </div>\r
1597         </td>\r
1598         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isValid" href="output/Ext.form.Field.html#isValid">Field</a></td>\r
1599     </tr>\r
1600         <tr class="method-row inherited alt expandable">\r
1601         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1602         <td class="sig">\r
1603         <a id="Ext.form.TextArea-isVisible"></a>\r
1604             <b>isVisible</b>() : void            <div class="mdesc">\r
1605                         <div class="short">Returns true if this component is visible.</div>\r
1606             <div class="long">\r
1607                 Returns true if this component is visible.    <div class="mdetail-params">\r
1608         <strong>Parameters:</strong>\r
1609         <ul><li>None.</li>        </ul>\r
1610         <strong>Returns:</strong>\r
1611         <ul>\r
1612             <li><code>void</code></li>\r
1613         </ul>\r
1614     </div>\r
1615                 </div>\r
1616                         </div>\r
1617         </td>\r
1618         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>\r
1619     </tr>\r
1620         <tr class="method-row inherited expandable">\r
1621         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1622         <td class="sig">\r
1623         <a id="Ext.form.TextArea-isXType"></a>\r
1624             <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1625                         <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1626 from th...</div>\r
1627             <div class="long">\r
1628                 <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1629 from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
1630 <p><b>If using your own subclasses, be aware that a Component must register its own xtype
1631 to participate in determination of inherited xtypes.</b></p>
1632 <p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1633 <p>Example usage:</p>
1634 <pre><code>var t = <b>new</b> Ext.form.TextField();
1635 <b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1636 <b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1637 <b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">\r
1638         <strong>Parameters:</strong>\r
1639         <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this Component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
1640 the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>\r
1641         <strong>Returns:</strong>\r
1642         <ul>\r
1643             <li><code>void</code></li>\r
1644         </ul>\r
1645     </div>\r
1646                 </div>\r
1647                         </div>\r
1648         </td>\r
1649         <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>\r
1650     </tr>\r
1651         <tr class="method-row inherited alt expandable">\r
1652         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1653         <td class="sig">\r
1654         <a id="Ext.form.TextArea-markInvalid"></a>\r
1655             <b>markInvalid</b>(&nbsp;<span class="optional" title="Optional">[<code>String msg</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1656                         <div class="short">Mark this field as invalid, using msgTarget to determine how to display the error and
1657 applying invalidClass to the fi...</div>\r
1658             <div class="long">\r
1659                 Mark this field as invalid, using <a ext:cls="Ext.form.Field" ext:member="msgTarget" href="output/Ext.form.Field.html#msgTarget">msgTarget</a> to determine how to display the error and
1660 applying <a ext:cls="Ext.form.Field" ext:member="invalidClass" href="output/Ext.form.Field.html#invalidClass">invalidClass</a> to the field's element.    <div class="mdetail-params">\r
1661         <strong>Parameters:</strong>\r
1662         <ul><li><code>msg</code> : String<div class="sub-desc">(optional) The validation message (defaults to <a ext:cls="Ext.form.Field" ext:member="invalidText" href="output/Ext.form.Field.html#invalidText">invalidText</a>)</div></li>        </ul>\r
1663         <strong>Returns:</strong>\r
1664         <ul>\r
1665             <li><code>void</code></li>\r
1666         </ul>\r
1667     </div>\r
1668                 </div>\r
1669                         </div>\r
1670         </td>\r
1671         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#markInvalid" href="output/Ext.form.Field.html#markInvalid">Field</a></td>\r
1672     </tr>\r
1673         <tr class="method-row inherited expandable">\r
1674         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1675         <td class="sig">\r
1676         <a id="Ext.form.TextArea-on"></a>\r
1677             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1678                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
1679             <div class="long">\r
1680                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
1681         <strong>Parameters:</strong>\r
1682         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1683 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
1684         <strong>Returns:</strong>\r
1685         <ul>\r
1686             <li><code>void</code></li>\r
1687         </ul>\r
1688     </div>\r
1689                 </div>\r
1690                         </div>\r
1691         </td>\r
1692         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
1693     </tr>\r
1694         <tr class="method-row inherited alt expandable">\r
1695         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1696         <td class="sig">\r
1697         <a id="Ext.form.TextArea-purgeListeners"></a>\r
1698             <b>purgeListeners</b>() : void            <div class="mdesc">\r
1699                         <div class="short">Removes all listeners for this object</div>\r
1700             <div class="long">\r
1701                 Removes all listeners for this object    <div class="mdetail-params">\r
1702         <strong>Parameters:</strong>\r
1703         <ul><li>None.</li>        </ul>\r
1704         <strong>Returns:</strong>\r
1705         <ul>\r
1706             <li><code>void</code></li>\r
1707         </ul>\r
1708     </div>\r
1709                 </div>\r
1710                         </div>\r
1711         </td>\r
1712         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
1713     </tr>\r
1714         <tr class="method-row inherited expandable">\r
1715         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1716         <td class="sig">\r
1717         <a id="Ext.form.TextArea-relayEvents"></a>\r
1718             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
1719                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
1720             <div class="long">\r
1721                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
1722         <strong>Parameters:</strong>\r
1723         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
1724         <strong>Returns:</strong>\r
1725         <ul>\r
1726             <li><code>void</code></li>\r
1727         </ul>\r
1728     </div>\r
1729                 </div>\r
1730                         </div>\r
1731         </td>\r
1732         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
1733     </tr>\r
1734         <tr class="method-row inherited alt expandable">\r
1735         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1736         <td class="sig">\r
1737         <a id="Ext.form.TextArea-removeClass"></a>\r
1738             <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">\r
1739                         <div class="short">Removes a CSS class from the component's underlying element.</div>\r
1740             <div class="long">\r
1741                 Removes a CSS class from the component's underlying element.    <div class="mdetail-params">\r
1742         <strong>Parameters:</strong>\r
1743         <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>\r
1744         <strong>Returns:</strong>\r
1745         <ul>\r
1746             <li><code>void</code></li>\r
1747         </ul>\r
1748     </div>\r
1749                 </div>\r
1750                         </div>\r
1751         </td>\r
1752         <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>\r
1753     </tr>\r
1754         <tr class="method-row inherited expandable">\r
1755         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1756         <td class="sig">\r
1757         <a id="Ext.form.TextArea-removeListener"></a>\r
1758             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1759                         <div class="short">Removes a listener</div>\r
1760             <div class="long">\r
1761                 Removes a listener    <div class="mdetail-params">\r
1762         <strong>Parameters:</strong>\r
1763         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
1764         <strong>Returns:</strong>\r
1765         <ul>\r
1766             <li><code>void</code></li>\r
1767         </ul>\r
1768     </div>\r
1769                 </div>\r
1770                         </div>\r
1771         </td>\r
1772         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
1773     </tr>\r
1774         <tr class="method-row inherited alt expandable">\r
1775         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1776         <td class="sig">\r
1777         <a id="Ext.form.TextArea-render"></a>\r
1778             <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1779                         <div class="short">Render this Component into the passed HTML element.
1780 If you are using a Container object to house this Component, then...</div>\r
1781             <div class="long">\r
1782                 <p>Render this Component into the passed HTML element.</p>
1783 <p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
1784 do not use the render method.</b></p>
1785 <p>A Container's child Components are rendered by that Container's
1786 <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
1787 <p>Certain layout managers allow dynamic addition of child components. Those that do
1788 include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
1789 <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
1790 <p>If the Container is already rendered when a new child Component is added, you may need to call
1791 the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
1792 unrendered child Components to be rendered. This is required so that you can add multiple
1793 child components if needed while only refreshing the layout once.</p>
1794 <p>When creating complex UIs, it is important to remember that sizing and positioning
1795 of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
1796 If you expect child items to be sized in response to user interactions, you must
1797 configure the Container with a layout manager which creates and manages the type of layout you
1798 have in mind.</p>
1799 <p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
1800 layout manager is used which does nothing but render child components sequentially into the
1801 Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">\r
1802         <strong>Parameters:</strong>\r
1803         <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1804 rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
1805 which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>\r
1806         <strong>Returns:</strong>\r
1807         <ul>\r
1808             <li><code>void</code></li>\r
1809         </ul>\r
1810     </div>\r
1811                 </div>\r
1812                         </div>\r
1813         </td>\r
1814         <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>\r
1815     </tr>\r
1816         <tr class="method-row inherited expandable">\r
1817         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1818         <td class="sig">\r
1819         <a id="Ext.form.TextArea-reset"></a>\r
1820             <b>reset</b>() : void            <div class="mdesc">\r
1821                         <div class="short">Resets the current field value to the originally loaded value and clears any validation messages</div>\r
1822             <div class="long">\r
1823                 Resets the current field value to the originally loaded value and clears any validation messages    <div class="mdetail-params">\r
1824         <strong>Parameters:</strong>\r
1825         <ul><li>None.</li>        </ul>\r
1826         <strong>Returns:</strong>\r
1827         <ul>\r
1828             <li><code>void</code></li>\r
1829         </ul>\r
1830     </div>\r
1831                 </div>\r
1832                         </div>\r
1833         </td>\r
1834         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#reset" href="output/Ext.form.Field.html#reset">Field</a></td>\r
1835     </tr>\r
1836         <tr class="method-row inherited alt expandable">\r
1837         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1838         <td class="sig">\r
1839         <a id="Ext.form.TextArea-resumeEvents"></a>\r
1840             <b>resumeEvents</b>() : void            <div class="mdesc">\r
1841                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
1842             <div class="long">\r
1843                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
1844         <strong>Parameters:</strong>\r
1845         <ul><li>None.</li>        </ul>\r
1846         <strong>Returns:</strong>\r
1847         <ul>\r
1848             <li><code>void</code></li>\r
1849         </ul>\r
1850     </div>\r
1851                 </div>\r
1852                         </div>\r
1853         </td>\r
1854         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
1855     </tr>\r
1856         <tr class="method-row inherited expandable">\r
1857         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1858         <td class="sig">\r
1859         <a id="Ext.form.TextArea-selectText"></a>\r
1860             <b>selectText</b>(&nbsp;<span class="optional" title="Optional">[<code>Number start</code>]</span>, <span class="optional" title="Optional">[<code>Number end</code>]</span>&nbsp;) : void            <div class="mdesc">\r
1861                         <div class="short">Selects text in this field</div>\r
1862             <div class="long">\r
1863                 Selects text in this field    <div class="mdetail-params">\r
1864         <strong>Parameters:</strong>\r
1865         <ul><li><code>start</code> : Number<div class="sub-desc">(optional) The index where the selection should start (defaults to 0)</div></li><li><code>end</code> : Number<div class="sub-desc">(optional) The index where the selection should end (defaults to the text length)</div></li>        </ul>\r
1866         <strong>Returns:</strong>\r
1867         <ul>\r
1868             <li><code>void</code></li>\r
1869         </ul>\r
1870     </div>\r
1871                 </div>\r
1872                         </div>\r
1873         </td>\r
1874         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#selectText" href="output/Ext.form.TextField.html#selectText">TextField</a></td>\r
1875     </tr>\r
1876         <tr class="method-row inherited alt expandable">\r
1877         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1878         <td class="sig">\r
1879         <a id="Ext.form.TextArea-setDisabled"></a>\r
1880             <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">\r
1881                         <div class="short">Convenience function for setting disabled/enabled by boolean.</div>\r
1882             <div class="long">\r
1883                 Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">\r
1884         <strong>Parameters:</strong>\r
1885         <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>\r
1886         <strong>Returns:</strong>\r
1887         <ul>\r
1888             <li><code>void</code></li>\r
1889         </ul>\r
1890     </div>\r
1891                 </div>\r
1892                         </div>\r
1893         </td>\r
1894         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>\r
1895     </tr>\r
1896         <tr class="method-row inherited expandable">\r
1897         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1898         <td class="sig">\r
1899         <a id="Ext.form.TextArea-setHeight"></a>\r
1900             <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1901                         <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
1902             <div class="long">\r
1903                 Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
1904         <strong>Parameters:</strong>\r
1905         <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>\r
1906         <strong>Returns:</strong>\r
1907         <ul>\r
1908             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1909         </ul>\r
1910     </div>\r
1911                 </div>\r
1912                         </div>\r
1913         </td>\r
1914         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>\r
1915     </tr>\r
1916         <tr class="method-row inherited alt expandable">\r
1917         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1918         <td class="sig">\r
1919         <a id="Ext.form.TextArea-setPagePosition"></a>\r
1920             <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1921                         <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1922 This method fires the ...</div>\r
1923             <div class="long">\r
1924                 Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
1925 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
1926         <strong>Parameters:</strong>\r
1927         <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
1928         <strong>Returns:</strong>\r
1929         <ul>\r
1930             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1931         </ul>\r
1932     </div>\r
1933                 </div>\r
1934                         </div>\r
1935         </td>\r
1936         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>\r
1937     </tr>\r
1938         <tr class="method-row inherited expandable">\r
1939         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1940         <td class="sig">\r
1941         <a id="Ext.form.TextArea-setPosition"></a>\r
1942             <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1943                         <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1944 This method fires ...</div>\r
1945             <div class="long">\r
1946                 Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
1947 This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">\r
1948         <strong>Parameters:</strong>\r
1949         <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>\r
1950         <strong>Returns:</strong>\r
1951         <ul>\r
1952             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1953         </ul>\r
1954     </div>\r
1955                 </div>\r
1956                         </div>\r
1957         </td>\r
1958         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>\r
1959     </tr>\r
1960         <tr class="method-row inherited alt expandable">\r
1961         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1962         <td class="sig">\r
1963         <a id="Ext.form.TextArea-setRawValue"></a>\r
1964             <b>setRawValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : Mixed            <div class="mdesc">\r
1965                         <div class="short">Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.</div>\r
1966             <div class="long">\r
1967                 Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.    <div class="mdetail-params">\r
1968         <strong>Parameters:</strong>\r
1969         <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>\r
1970         <strong>Returns:</strong>\r
1971         <ul>\r
1972             <li><code>Mixed</code><div class="sub-desc">value The field value that is set</div></li>\r
1973         </ul>\r
1974     </div>\r
1975                 </div>\r
1976                         </div>\r
1977         </td>\r
1978         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setRawValue" href="output/Ext.form.Field.html#setRawValue">Field</a></td>\r
1979     </tr>\r
1980         <tr class="method-row inherited expandable">\r
1981         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
1982         <td class="sig">\r
1983         <a id="Ext.form.TextArea-setSize"></a>\r
1984             <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
1985                         <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1986 either width...</div>\r
1987             <div class="long">\r
1988                 Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
1989 either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">\r
1990         <strong>Parameters:</strong>\r
1991         <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>\r
1992         <strong>Returns:</strong>\r
1993         <ul>\r
1994             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
1995         </ul>\r
1996     </div>\r
1997                 </div>\r
1998                         </div>\r
1999         </td>\r
2000         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>\r
2001     </tr>\r
2002         <tr class="method-row inherited alt expandable">\r
2003         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2004         <td class="sig">\r
2005         <a id="Ext.form.TextArea-setValue"></a>\r
2006             <b>setValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">\r
2007                         <div class="short">Sets a data value into the field and validates it.  To set the value directly without validation see <a ext:cls="Ext.form.Field" ext:member="setRawValue" href="output/Ext.form.Field.html#setRawValue">setRawValue</a>.</div>\r
2008             <div class="long">\r
2009                 Sets a data value into the field and validates it.  To set the value directly without validation see <a ext:cls="Ext.form.Field" ext:member="setRawValue" href="output/Ext.form.Field.html#setRawValue">setRawValue</a>.    <div class="mdetail-params">\r
2010         <strong>Parameters:</strong>\r
2011         <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>\r
2012         <strong>Returns:</strong>\r
2013         <ul>\r
2014             <li><code>void</code></li>\r
2015         </ul>\r
2016     </div>\r
2017                 </div>\r
2018                         </div>\r
2019         </td>\r
2020         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setValue" href="output/Ext.form.Field.html#setValue">Field</a></td>\r
2021     </tr>\r
2022         <tr class="method-row inherited expandable">\r
2023         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2024         <td class="sig">\r
2025         <a id="Ext.form.TextArea-setVisible"></a>\r
2026             <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">\r
2027                         <div class="short">Convenience function to hide or show this component by boolean.</div>\r
2028             <div class="long">\r
2029                 Convenience function to hide or show this component by boolean.    <div class="mdetail-params">\r
2030         <strong>Parameters:</strong>\r
2031         <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>\r
2032         <strong>Returns:</strong>\r
2033         <ul>\r
2034             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2035         </ul>\r
2036     </div>\r
2037                 </div>\r
2038                         </div>\r
2039         </td>\r
2040         <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>\r
2041     </tr>\r
2042         <tr class="method-row inherited alt expandable">\r
2043         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2044         <td class="sig">\r
2045         <a id="Ext.form.TextArea-setWidth"></a>\r
2046             <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2047                         <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>\r
2048             <div class="long">\r
2049                 Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">\r
2050         <strong>Parameters:</strong>\r
2051         <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>\r
2052         <strong>Returns:</strong>\r
2053         <ul>\r
2054             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2055         </ul>\r
2056     </div>\r
2057                 </div>\r
2058                         </div>\r
2059         </td>\r
2060         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>\r
2061     </tr>\r
2062         <tr class="method-row inherited expandable">\r
2063         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2064         <td class="sig">\r
2065         <a id="Ext.form.TextArea-show"></a>\r
2066             <b>show</b>() : Ext.Component            <div class="mdesc">\r
2067                         <div class="short">Show this component.</div>\r
2068             <div class="long">\r
2069                 Show this component.    <div class="mdetail-params">\r
2070         <strong>Parameters:</strong>\r
2071         <ul><li>None.</li>        </ul>\r
2072         <strong>Returns:</strong>\r
2073         <ul>\r
2074             <li><code>Ext.Component</code><div class="sub-desc">this</div></li>\r
2075         </ul>\r
2076     </div>\r
2077                 </div>\r
2078                         </div>\r
2079         </td>\r
2080         <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>\r
2081     </tr>\r
2082         <tr class="method-row inherited alt expandable">\r
2083         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2084         <td class="sig">\r
2085         <a id="Ext.form.TextArea-suspendEvents"></a>\r
2086             <b>suspendEvents</b>() : void            <div class="mdesc">\r
2087                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
2088             <div class="long">\r
2089                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
2090         <strong>Parameters:</strong>\r
2091         <ul><li>None.</li>        </ul>\r
2092         <strong>Returns:</strong>\r
2093         <ul>\r
2094             <li><code>void</code></li>\r
2095         </ul>\r
2096     </div>\r
2097                 </div>\r
2098                         </div>\r
2099         </td>\r
2100         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
2101     </tr>\r
2102         <tr class="method-row inherited expandable">\r
2103         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2104         <td class="sig">\r
2105         <a id="Ext.form.TextArea-syncSize"></a>\r
2106             <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">\r
2107                         <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>\r
2108             <div class="long">\r
2109                 Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">\r
2110         <strong>Parameters:</strong>\r
2111         <ul><li>None.</li>        </ul>\r
2112         <strong>Returns:</strong>\r
2113         <ul>\r
2114             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2115         </ul>\r
2116     </div>\r
2117                 </div>\r
2118                         </div>\r
2119         </td>\r
2120         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>\r
2121     </tr>\r
2122         <tr class="method-row inherited alt expandable">\r
2123         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2124         <td class="sig">\r
2125         <a id="Ext.form.TextArea-un"></a>\r
2126             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
2127                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
2128             <div class="long">\r
2129                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
2130         <strong>Parameters:</strong>\r
2131         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
2132         <strong>Returns:</strong>\r
2133         <ul>\r
2134             <li><code>void</code></li>\r
2135         </ul>\r
2136     </div>\r
2137                 </div>\r
2138                         </div>\r
2139         </td>\r
2140         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
2141     </tr>\r
2142         <tr class="method-row inherited expandable">\r
2143         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2144         <td class="sig">\r
2145         <a id="Ext.form.TextArea-updateBox"></a>\r
2146             <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">\r
2147                         <div class="short">Sets the current box measurements of the component's underlying element.</div>\r
2148             <div class="long">\r
2149                 Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">\r
2150         <strong>Parameters:</strong>\r
2151         <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>\r
2152         <strong>Returns:</strong>\r
2153         <ul>\r
2154             <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>\r
2155         </ul>\r
2156     </div>\r
2157                 </div>\r
2158                         </div>\r
2159         </td>\r
2160         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>\r
2161     </tr>\r
2162         <tr class="method-row inherited alt expandable">\r
2163         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2164         <td class="sig">\r
2165         <a id="Ext.form.TextArea-validate"></a>\r
2166             <b>validate</b>() : Boolean            <div class="mdesc">\r
2167                         <div class="short">Validates the field value</div>\r
2168             <div class="long">\r
2169                 Validates the field value    <div class="mdetail-params">\r
2170         <strong>Parameters:</strong>\r
2171         <ul><li>None.</li>        </ul>\r
2172         <strong>Returns:</strong>\r
2173         <ul>\r
2174             <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>\r
2175         </ul>\r
2176     </div>\r
2177                 </div>\r
2178                         </div>\r
2179         </td>\r
2180         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validate" href="output/Ext.form.Field.html#validate">Field</a></td>\r
2181     </tr>\r
2182         <tr class="method-row inherited expandable">\r
2183         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2184         <td class="sig">\r
2185         <a id="Ext.form.TextArea-validateValue"></a>\r
2186             <b>validateValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : Boolean            <div class="mdesc">\r
2187                         <div class="short">Validates a value according to the field's validation rules and marks the field as invalid
2188 if the validation fails</div>\r
2189             <div class="long">\r
2190                 Validates a value according to the field's validation rules and marks the field as invalid
2191 if the validation fails    <div class="mdetail-params">\r
2192         <strong>Parameters:</strong>\r
2193         <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to validate</div></li>        </ul>\r
2194         <strong>Returns:</strong>\r
2195         <ul>\r
2196             <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>\r
2197         </ul>\r
2198     </div>\r
2199                 </div>\r
2200                         </div>\r
2201         </td>\r
2202         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#validateValue" href="output/Ext.form.TextField.html#validateValue">TextField</a></td>\r
2203     </tr>\r
2204             </table>
2205                 <a id="Ext.form.TextArea-events"></a>
2206         <h2>Public Events</h2>
2207                 <table cellspacing="0" class="member-table">
2208             <tr>
2209                 <th class="sig-header" colspan="2">Event</th>
2210                 <th class="msource-header">Defined By</th>
2211             </tr>
2212                 <tr class="event-row inherited expandable">\r
2213         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2214         <td class="sig">\r
2215         <a id="Ext.form.TextArea-autosize"></a>\r
2216             <b>autosize</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Number width</code>&nbsp;)            <div class="mdesc">\r
2217                         <div class="short">Fires when the autosize function is triggered.  The field may or may not have actually changed size
2218 according to the ...</div>\r
2219             <div class="long">\r
2220                 Fires when the autosize function is triggered.  The field may or may not have actually changed size
2221 according to the default logic, but this event provides a hook for the developer to apply additional
2222 logic at runtime to resize the field if needed.    <div class="mdetail-params">\r
2223         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2224         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc">This text field</div></li><li><code>width</code> : Number<div class="sub-desc">The new field width</div></li>        </ul>\r
2225     </div>\r
2226                 </div>\r
2227                         </div>\r
2228         </td>\r
2229         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-autosize" href="output/Ext.form.TextField.html#event-autosize">TextField</a></td>\r
2230     </tr>\r
2231         <tr class="event-row inherited alt expandable">\r
2232         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2233         <td class="sig">\r
2234         <a id="Ext.form.TextArea-beforedestroy"></a>\r
2235             <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2236                         <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>\r
2237             <div class="long">\r
2238                 Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">\r
2239         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2240         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2241     </div>\r
2242                 </div>\r
2243                         </div>\r
2244         </td>\r
2245         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>\r
2246     </tr>\r
2247         <tr class="event-row inherited expandable">\r
2248         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2249         <td class="sig">\r
2250         <a id="Ext.form.TextArea-beforehide"></a>\r
2251             <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2252                         <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>\r
2253             <div class="long">\r
2254                 Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">\r
2255         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2256         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2257     </div>\r
2258                 </div>\r
2259                         </div>\r
2260         </td>\r
2261         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>\r
2262     </tr>\r
2263         <tr class="event-row inherited alt expandable">\r
2264         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2265         <td class="sig">\r
2266         <a id="Ext.form.TextArea-beforerender"></a>\r
2267             <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2268                         <div class="short">Fires before the component is rendered. Return false to stop the render.</div>\r
2269             <div class="long">\r
2270                 Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">\r
2271         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2272         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2273     </div>\r
2274                 </div>\r
2275                         </div>\r
2276         </td>\r
2277         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>\r
2278     </tr>\r
2279         <tr class="event-row inherited expandable">\r
2280         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2281         <td class="sig">\r
2282         <a id="Ext.form.TextArea-beforeshow"></a>\r
2283             <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2284                         <div class="short">Fires before the component is shown. Return false to stop the show.</div>\r
2285             <div class="long">\r
2286                 Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">\r
2287         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2288         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2289     </div>\r
2290                 </div>\r
2291                         </div>\r
2292         </td>\r
2293         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>\r
2294     </tr>\r
2295         <tr class="event-row inherited alt expandable">\r
2296         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2297         <td class="sig">\r
2298         <a id="Ext.form.TextArea-beforestaterestore"></a>\r
2299             <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2300                         <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>\r
2301             <div class="long">\r
2302                 Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">\r
2303         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2304         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2305     </div>\r
2306                 </div>\r
2307                         </div>\r
2308         </td>\r
2309         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>\r
2310     </tr>\r
2311         <tr class="event-row inherited expandable">\r
2312         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2313         <td class="sig">\r
2314         <a id="Ext.form.TextArea-beforestatesave"></a>\r
2315             <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2316                         <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>\r
2317             <div class="long">\r
2318                 Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">\r
2319         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2320         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2321     </div>\r
2322                 </div>\r
2323                         </div>\r
2324         </td>\r
2325         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>\r
2326     </tr>\r
2327         <tr class="event-row inherited alt expandable">\r
2328         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2329         <td class="sig">\r
2330         <a id="Ext.form.TextArea-blur"></a>\r
2331             <b>blur</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">\r
2332                         <div class="short">Fires when this field loses input focus.</div>\r
2333             <div class="long">\r
2334                 Fires when this field loses input focus.    <div class="mdetail-params">\r
2335         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2336         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>\r
2337     </div>\r
2338                 </div>\r
2339                         </div>\r
2340         </td>\r
2341         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-blur" href="output/Ext.form.Field.html#event-blur">Field</a></td>\r
2342     </tr>\r
2343         <tr class="event-row inherited expandable">\r
2344         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2345         <td class="sig">\r
2346         <a id="Ext.form.TextArea-change"></a>\r
2347             <b>change</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Mixed newValue</code>, <code>Mixed oldValue</code>&nbsp;)            <div class="mdesc">\r
2348                         <div class="short">Fires just before the field blurs if the field value has changed.</div>\r
2349             <div class="long">\r
2350                 Fires just before the field blurs if the field value has changed.    <div class="mdetail-params">\r
2351         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2352         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>newValue</code> : Mixed<div class="sub-desc">The new value</div></li><li><code>oldValue</code> : Mixed<div class="sub-desc">The original value</div></li>        </ul>\r
2353     </div>\r
2354                 </div>\r
2355                         </div>\r
2356         </td>\r
2357         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-change" href="output/Ext.form.Field.html#event-change">Field</a></td>\r
2358     </tr>\r
2359         <tr class="event-row inherited alt expandable">\r
2360         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2361         <td class="sig">\r
2362         <a id="Ext.form.TextArea-destroy"></a>\r
2363             <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2364                         <div class="short">Fires after the component is destroyed.</div>\r
2365             <div class="long">\r
2366                 Fires after the component is destroyed.    <div class="mdetail-params">\r
2367         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2368         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2369     </div>\r
2370                 </div>\r
2371                         </div>\r
2372         </td>\r
2373         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>\r
2374     </tr>\r
2375         <tr class="event-row inherited expandable">\r
2376         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2377         <td class="sig">\r
2378         <a id="Ext.form.TextArea-disable"></a>\r
2379             <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2380                         <div class="short">Fires after the component is disabled.</div>\r
2381             <div class="long">\r
2382                 Fires after the component is disabled.    <div class="mdetail-params">\r
2383         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2384         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2385     </div>\r
2386                 </div>\r
2387                         </div>\r
2388         </td>\r
2389         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>\r
2390     </tr>\r
2391         <tr class="event-row inherited alt expandable">\r
2392         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2393         <td class="sig">\r
2394         <a id="Ext.form.TextArea-enable"></a>\r
2395             <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2396                         <div class="short">Fires after the component is enabled.</div>\r
2397             <div class="long">\r
2398                 Fires after the component is enabled.    <div class="mdetail-params">\r
2399         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2400         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2401     </div>\r
2402                 </div>\r
2403                         </div>\r
2404         </td>\r
2405         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>\r
2406     </tr>\r
2407         <tr class="event-row inherited expandable">\r
2408         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2409         <td class="sig">\r
2410         <a id="Ext.form.TextArea-focus"></a>\r
2411             <b>focus</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">\r
2412                         <div class="short">Fires when this field receives input focus.</div>\r
2413             <div class="long">\r
2414                 Fires when this field receives input focus.    <div class="mdetail-params">\r
2415         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2416         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>\r
2417     </div>\r
2418                 </div>\r
2419                         </div>\r
2420         </td>\r
2421         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-focus" href="output/Ext.form.Field.html#event-focus">Field</a></td>\r
2422     </tr>\r
2423         <tr class="event-row inherited alt expandable">\r
2424         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2425         <td class="sig">\r
2426         <a id="Ext.form.TextArea-hide"></a>\r
2427             <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2428                         <div class="short">Fires after the component is hidden.</div>\r
2429             <div class="long">\r
2430                 Fires after the component is hidden.    <div class="mdetail-params">\r
2431         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2432         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2433     </div>\r
2434                 </div>\r
2435                         </div>\r
2436         </td>\r
2437         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>\r
2438     </tr>\r
2439         <tr class="event-row inherited expandable">\r
2440         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2441         <td class="sig">\r
2442         <a id="Ext.form.TextArea-invalid"></a>\r
2443             <b>invalid</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>String msg</code>&nbsp;)            <div class="mdesc">\r
2444                         <div class="short">Fires after the field has been marked as invalid.</div>\r
2445             <div class="long">\r
2446                 Fires after the field has been marked as invalid.    <div class="mdetail-params">\r
2447         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2448         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>msg</code> : String<div class="sub-desc">The validation message</div></li>        </ul>\r
2449     </div>\r
2450                 </div>\r
2451                         </div>\r
2452         </td>\r
2453         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-invalid" href="output/Ext.form.Field.html#event-invalid">Field</a></td>\r
2454     </tr>\r
2455         <tr class="event-row inherited alt expandable">\r
2456         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2457         <td class="sig">\r
2458         <a id="Ext.form.TextArea-keydown"></a>\r
2459             <b>keydown</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
2460                         <div class="short">Keydown input field event. This event only fires if enableKeyEvents is set to true.</div>\r
2461             <div class="long">\r
2462                 Keydown input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">\r
2463         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2464         <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
2465     </div>\r
2466                 </div>\r
2467                         </div>\r
2468         </td>\r
2469         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keydown" href="output/Ext.form.TextField.html#event-keydown">TextField</a></td>\r
2470     </tr>\r
2471         <tr class="event-row inherited expandable">\r
2472         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2473         <td class="sig">\r
2474         <a id="Ext.form.TextArea-keypress"></a>\r
2475             <b>keypress</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
2476                         <div class="short">Keypress input field event. This event only fires if enableKeyEvents is set to true.</div>\r
2477             <div class="long">\r
2478                 Keypress input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">\r
2479         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2480         <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
2481     </div>\r
2482                 </div>\r
2483                         </div>\r
2484         </td>\r
2485         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keypress" href="output/Ext.form.TextField.html#event-keypress">TextField</a></td>\r
2486     </tr>\r
2487         <tr class="event-row inherited alt expandable">\r
2488         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2489         <td class="sig">\r
2490         <a id="Ext.form.TextArea-keyup"></a>\r
2491             <b>keyup</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
2492                         <div class="short">Keyup input field event. This event only fires if enableKeyEvents is set to true.</div>\r
2493             <div class="long">\r
2494                 Keyup input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">\r
2495         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2496         <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>\r
2497     </div>\r
2498                 </div>\r
2499                         </div>\r
2500         </td>\r
2501         <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keyup" href="output/Ext.form.TextField.html#event-keyup">TextField</a></td>\r
2502     </tr>\r
2503         <tr class="event-row inherited expandable">\r
2504         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2505         <td class="sig">\r
2506         <a id="Ext.form.TextArea-move"></a>\r
2507             <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">\r
2508                         <div class="short">Fires after the component is moved.</div>\r
2509             <div class="long">\r
2510                 Fires after the component is moved.    <div class="mdetail-params">\r
2511         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2512         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>\r
2513     </div>\r
2514                 </div>\r
2515                         </div>\r
2516         </td>\r
2517         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>\r
2518     </tr>\r
2519         <tr class="event-row inherited alt expandable">\r
2520         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2521         <td class="sig">\r
2522         <a id="Ext.form.TextArea-render"></a>\r
2523             <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2524                         <div class="short">Fires after the component is rendered.</div>\r
2525             <div class="long">\r
2526                 Fires after the component is rendered.    <div class="mdetail-params">\r
2527         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2528         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2529     </div>\r
2530                 </div>\r
2531                         </div>\r
2532         </td>\r
2533         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>\r
2534     </tr>\r
2535         <tr class="event-row inherited expandable">\r
2536         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2537         <td class="sig">\r
2538         <a id="Ext.form.TextArea-resize"></a>\r
2539             <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">\r
2540                         <div class="short">Fires after the component is resized.</div>\r
2541             <div class="long">\r
2542                 Fires after the component is resized.    <div class="mdetail-params">\r
2543         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2544         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>\r
2545     </div>\r
2546                 </div>\r
2547                         </div>\r
2548         </td>\r
2549         <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>\r
2550     </tr>\r
2551         <tr class="event-row inherited alt expandable">\r
2552         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2553         <td class="sig">\r
2554         <a id="Ext.form.TextArea-show"></a>\r
2555             <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">\r
2556                         <div class="short">Fires after the component is shown.</div>\r
2557             <div class="long">\r
2558                 Fires after the component is shown.    <div class="mdetail-params">\r
2559         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2560         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>\r
2561     </div>\r
2562                 </div>\r
2563                         </div>\r
2564         </td>\r
2565         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>\r
2566     </tr>\r
2567         <tr class="event-row inherited expandable">\r
2568         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2569         <td class="sig">\r
2570         <a id="Ext.form.TextArea-specialkey"></a>\r
2571             <b>specialkey</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">\r
2572                         <div class="short">Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2573 Ext.EventObject.g...</div>\r
2574             <div class="long">\r
2575                 Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2576 <a ext:cls="Ext.EventObject" ext:member="getKey" href="output/Ext.EventObject.html#getKey">Ext.EventObject.getKey</a> to determine which key was pressed.    <div class="mdetail-params">\r
2577         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2578         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>\r
2579     </div>\r
2580                 </div>\r
2581                         </div>\r
2582         </td>\r
2583         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-specialkey" href="output/Ext.form.Field.html#event-specialkey">Field</a></td>\r
2584     </tr>\r
2585         <tr class="event-row inherited alt expandable">\r
2586         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2587         <td class="sig">\r
2588         <a id="Ext.form.TextArea-staterestore"></a>\r
2589             <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2590                         <div class="short">Fires after the state of the component is restored.</div>\r
2591             <div class="long">\r
2592                 Fires after the state of the component is restored.    <div class="mdetail-params">\r
2593         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2594         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2595     </div>\r
2596                 </div>\r
2597                         </div>\r
2598         </td>\r
2599         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>\r
2600     </tr>\r
2601         <tr class="event-row inherited expandable">\r
2602         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2603         <td class="sig">\r
2604         <a id="Ext.form.TextArea-statesave"></a>\r
2605             <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">\r
2606                         <div class="short">Fires after the state of the component is saved to the configured state provider.</div>\r
2607             <div class="long">\r
2608                 Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">\r
2609         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2610         <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>\r
2611     </div>\r
2612                 </div>\r
2613                         </div>\r
2614         </td>\r
2615         <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>\r
2616     </tr>\r
2617         <tr class="event-row inherited alt expandable">\r
2618         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
2619         <td class="sig">\r
2620         <a id="Ext.form.TextArea-valid"></a>\r
2621             <b>valid</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">\r
2622                         <div class="short">Fires after the field has been validated with no errors.</div>\r
2623             <div class="long">\r
2624                 Fires after the field has been validated with no errors.    <div class="mdetail-params">\r
2625         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
2626         <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>\r
2627     </div>\r
2628                 </div>\r
2629                         </div>\r
2630         </td>\r
2631         <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-valid" href="output/Ext.form.Field.html#event-valid">Field</a></td>\r
2632     </tr>\r
2633             </table>
2634         
2635         </div>