source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.form.Field.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 136.9 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.form.Field-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.form.Field-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.form.Field-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.form.Field-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.Field"><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"/>Field</pre></div>
14                <h1>Class Ext.form.Field</h1>
15        <table cellspacing="0">
16            <tr><td class="label">Package:</td><td class="hd-info">Ext.form</td></tr>
17            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Field.js" target="_blank">Field.js</a></td></tr>
18            <tr><td class="label">Class:</td><td class="hd-info">Field</td></tr>
19                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.form.Checkbox" href="output/Ext.form.Checkbox.html">Checkbox</a>, <a ext:cls="Ext.form.CheckboxGroup" href="output/Ext.form.CheckboxGroup.html">CheckboxGroup</a>, <a ext:cls="Ext.form.Hidden" href="output/Ext.form.Hidden.html">Hidden</a>, <a ext:cls="Ext.form.HtmlEditor" href="output/Ext.form.HtmlEditor.html">HtmlEditor</a>, <a ext:cls="Ext.form.TextField" href="output/Ext.form.TextField.html">TextField</a></td></tr>
20                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a></td></tr>
21                    </table>
22        <div class="description">
23            *
24Base class for form fields that provides default event handling, sizing, value handling and other functionality.        </div>
25       
26        <div class="hr"></div>
27                <a id="Ext.form.Field-configs"></a>
28        <h2>Config Options</h2>
29        <table cellspacing="0" class="member-table">
30            <tr>
31                <th class="sig-header" colspan="2">Config Options</th>
32                <th class="msource-header">Defined By</th>
33            </tr>
34                <tr class="config-row inherited">
35        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
36        <td class="sig">
37        <a id="Ext.form.Field-allowDomMove"></a>
38            <b>allowDomMove</b> : Boolean            <div class="mdesc">
39                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
40        </td>
41        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
42    </tr>
43        <tr class="config-row inherited alt expandable">
44        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
45        <td class="sig">
46        <a id="Ext.form.Field-applyTo"></a>
47            <b>applyTo</b> : Mixed            <div class="mdesc">
48                        <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>
49            <div class="long">
50                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>
51                        </div>
52        </td>
53        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
54    </tr>
55        <tr class="config-row expandable">
56        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
57        <td class="sig">
58        <a id="Ext.form.Field-autoCreate"></a>
59            <b>autoCreate</b> : String/Object            <div class="mdesc">
60                        <div class="short">A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", au...</div>
61            <div class="long">
62                A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", autocomplete: "off"})            </div>
63                        </div>
64        </td>
65        <td class="msource">Field</td>
66    </tr>
67        <tr class="config-row inherited alt expandable">
68        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
69        <td class="sig">
70        <a id="Ext.form.Field-autoShow"></a>
71            <b>autoShow</b> : Boolean            <div class="mdesc">
72                        <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>
73            <div class="long">
74                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>
75                        </div>
76        </td>
77        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
78    </tr>
79        <tr class="config-row">
80        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
81        <td class="sig">
82        <a id="Ext.form.Field-clearCls"></a>
83            <b>clearCls</b> : String            <div class="mdesc">
84                            The CSS class used to provide field clearing (defaults to 'x-form-clear-left')                        </div>
85        </td>
86        <td class="msource">Field</td>
87    </tr>
88        <tr class="config-row alt">
89        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
90        <td class="sig">
91        <a id="Ext.form.Field-cls"></a>
92            <b>cls</b> : String            <div class="mdesc">
93                            A custom CSS class to apply to the field's underlying element (defaults to "").                        </div>
94        </td>
95        <td class="msource">Field</td>
96    </tr>
97        <tr class="config-row inherited expandable">
98        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
99        <td class="sig">
100        <a id="Ext.form.Field-ctCls"></a>
101            <b>ctCls</b> : String            <div class="mdesc">
102                        <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>
103            <div class="long">
104                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>
105                        </div>
106        </td>
107        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
108    </tr>
109        <tr class="config-row alt expandable">
110        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
111        <td class="sig">
112        <a id="Ext.form.Field-disabled"></a>
113            <b>disabled</b> : Boolean            <div class="mdesc">
114                        <div class="short">True to disable the field (defaults to false). Be aware that conformant with the HTML specification, disabled Fields ...</div>
115            <div class="long">
116                True to disable the field (defaults to false). <p>Be aware that conformant with the <a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.12.1">HTML specification</a>, disabled Fields will not be <a ext:cls="Ext.form.BasicForm" ext:member="submit" href="output/Ext.form.BasicForm.html#submit">submitted</a>.</p>            </div>
117                        </div>
118        </td>
119        <td class="msource">Field</td>
120    </tr>
121        <tr class="config-row inherited">
122        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123        <td class="sig">
124        <a id="Ext.form.Field-disabledClass"></a>
125            <b>disabledClass</b> : String            <div class="mdesc">
126                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
127        </td>
128        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
129    </tr>
130        <tr class="config-row alt">
131        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
132        <td class="sig">
133        <a id="Ext.form.Field-fieldClass"></a>
134            <b>fieldClass</b> : String            <div class="mdesc">
135                            The default CSS class for the field (defaults to "x-form-field")                        </div>
136        </td>
137        <td class="msource">Field</td>
138    </tr>
139        <tr class="config-row expandable">
140        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
141        <td class="sig">
142        <a id="Ext.form.Field-fieldLabel"></a>
143            <b>fieldLabel</b> : String            <div class="mdesc">
144                        <div class="short">The label text to display next to this field (defaults to '') A Field's label is not by default rendered as part of t...</div>
145            <div class="long">
146                The label text to display next to this field (defaults to '') <p><b>A Field's label is not by default rendered as part of the Field's structure. The label is rendered by the <a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">form layout</a> layout manager of the <a ext:cls="Ext.form.Container" href="output/Ext.form.Container.html">Container</a> to which the Field is added.</b></p>            </div>
147                        </div>
148        </td>
149        <td class="msource">Field</td>
150    </tr>
151        <tr class="config-row alt">
152        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
153        <td class="sig">
154        <a id="Ext.form.Field-focusClass"></a>
155            <b>focusClass</b> : String            <div class="mdesc">
156                            The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>
157        </td>
158        <td class="msource">Field</td>
159    </tr>
160        <tr class="config-row inherited">
161        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
162        <td class="sig">
163        <a id="Ext.form.Field-height"></a>
164            <b>height</b> : Number            <div class="mdesc">
165                            The height of this component in pixels (defaults to auto).                        </div>
166        </td>
167        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
168    </tr>
169        <tr class="config-row inherited alt">
170        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
171        <td class="sig">
172        <a id="Ext.form.Field-hidden"></a>
173            <b>hidden</b> : Boolean            <div class="mdesc">
174                            Render this component hidden (default is false).                        </div>
175        </td>
176        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
177    </tr>
178        <tr class="config-row">
179        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
180        <td class="sig">
181        <a id="Ext.form.Field-hideLabel"></a>
182            <b>hideLabel</b> : Boolean            <div class="mdesc">
183                            True to completely hide the label element (defaults to false)                        </div>
184        </td>
185        <td class="msource">Field</td>
186    </tr>
187        <tr class="config-row inherited alt expandable">
188        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189        <td class="sig">
190        <a id="Ext.form.Field-hideMode"></a>
191            <b>hideMode</b> : String            <div class="mdesc">
192                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
193            <div class="long">
194                <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>
195                        </div>
196        </td>
197        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
198    </tr>
199        <tr class="config-row inherited expandable">
200        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
201        <td class="sig">
202        <a id="Ext.form.Field-hideParent"></a>
203            <b>hideParent</b> : Boolean            <div class="mdesc">
204                        <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>
205            <div class="long">
206                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>
207                        </div>
208        </td>
209        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
210    </tr>
211        <tr class="config-row inherited alt expandable">
212        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
213        <td class="sig">
214        <a id="Ext.form.Field-id"></a>
215            <b>id</b> : String            <div class="mdesc">
216                        <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>
217            <div class="long">
218                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>
219                        </div>
220        </td>
221        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
222    </tr>
223        <tr class="config-row expandable">
224        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
225        <td class="sig">
226        <a id="Ext.form.Field-inputType"></a>
227            <b>inputType</b> : String            <div class="mdesc">
228                        <div class="short">The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "p...</div>
229            <div class="long">
230                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>
231                        </div>
232        </td>
233        <td class="msource">Field</td>
234    </tr>
235        <tr class="config-row alt">
236        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
237        <td class="sig">
238        <a id="Ext.form.Field-invalidClass"></a>
239            <b>invalidClass</b> : String            <div class="mdesc">
240                            The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>
241        </td>
242        <td class="msource">Field</td>
243    </tr>
244        <tr class="config-row expandable">
245        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
246        <td class="sig">
247        <a id="Ext.form.Field-invalidText"></a>
248            <b>invalidText</b> : String            <div class="mdesc">
249                        <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>
250            <div class="long">
251                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>
252                        </div>
253        </td>
254        <td class="msource">Field</td>
255    </tr>
256        <tr class="config-row alt expandable">
257        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
258        <td class="sig">
259        <a id="Ext.form.Field-itemCls"></a>
260            <b>itemCls</b> : String            <div class="mdesc">
261                        <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>
262            <div class="long">
263                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. NOTE: this will not have any effect on fields that are not part of a form. Example use: <pre><code><i>// Apply a style to the field's label:</i>
264&lt;style>
265    .required .x-form-item-label {font-weight:bold;color:red;}
266&lt;/style>
267
268<b>new</b> Ext.FormPanel({
269        height: 100,
270        renderTo: document.body,
271        items: [{
272                xtype: <em>'textfield'</em>,
273                fieldLabel: <em>'Name'</em>,
274                itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
275        },{
276                xtype: <em>'textfield'</em>,
277                fieldLabel: <em>'Favorite Color'</em>
278        }]
279});</code></pre>            </div>
280                        </div>
281        </td>
282        <td class="msource">Field</td>
283    </tr>
284        <tr class="config-row expandable">
285        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
286        <td class="sig">
287        <a id="Ext.form.Field-labelSeparator"></a>
288            <b>labelSeparator</b> : String            <div class="mdesc">
289                        <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>
290            <div class="long">
291                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 ''.            </div>
292                        </div>
293        </td>
294        <td class="msource">Field</td>
295    </tr>
296        <tr class="config-row alt expandable">
297        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
298        <td class="sig">
299        <a id="Ext.form.Field-labelStyle"></a>
300            <b>labelStyle</b> : String            <div class="mdesc">
301                        <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>
302            <div class="long">
303                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, <code>labelStyle: 'font-weight:bold;'</code>.            </div>
304                        </div>
305        </td>
306        <td class="msource">Field</td>
307    </tr>
308        <tr class="config-row inherited expandable">
309        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
310        <td class="sig">
311        <a id="Ext.form.Field-listeners"></a>
312            <b>listeners</b> : Object            <div class="mdesc">
313                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
314            <div class="long">
315                (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>
316                        </div>
317        </td>
318        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
319    </tr>
320        <tr class="config-row alt">
321        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
322        <td class="sig">
323        <a id="Ext.form.Field-msgFx"></a>
324            <b>msgFx</b> : String            <div class="mdesc">
325                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>
326        </td>
327        <td class="msource">Field</td>
328    </tr>
329        <tr class="config-row expandable">
330        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
331        <td class="sig">
332        <a id="Ext.form.Field-msgTarget"></a>
333            <b>msgTarget</b> : String            <div class="mdesc">
334                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>
335            <div class="long">
336                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description
337-----------   ----------------------------------------------------------------------
338qtip          Display a quick tip when the user hovers over the field
339title         Display a default browser title attribute popup
340under         Add a block div beneath the field containing the error text
341side          Add an error icon to the right of the field with a popup on hover
342[element id]  Add the error text directly to the innerHTML of the specified element</pre>            </div>
343                        </div>
344        </td>
345        <td class="msource">Field</td>
346    </tr>
347        <tr class="config-row alt">
348        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
349        <td class="sig">
350        <a id="Ext.form.Field-name"></a>
351            <b>name</b> : String            <div class="mdesc">
352                            The field's HTML name attribute (defaults to "").                        </div>
353        </td>
354        <td class="msource">Field</td>
355    </tr>
356        <tr class="config-row inherited expandable">
357        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
358        <td class="sig">
359        <a id="Ext.form.Field-overCls"></a>
360            <b>overCls</b> : String            <div class="mdesc">
361                        <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>
362            <div class="long">
363                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>
364                        </div>
365        </td>
366        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
367    </tr>
368        <tr class="config-row inherited alt">
369        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
370        <td class="sig">
371        <a id="Ext.form.Field-pageX"></a>
372            <b>pageX</b> : Number            <div class="mdesc">
373                            The page level x coordinate for this component if contained within a positioning container.                        </div>
374        </td>
375        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
376    </tr>
377        <tr class="config-row inherited">
378        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
379        <td class="sig">
380        <a id="Ext.form.Field-pageY"></a>
381            <b>pageY</b> : Number            <div class="mdesc">
382                            The page level y coordinate for this component if contained within a positioning container.                        </div>
383        </td>
384        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
385    </tr>
386        <tr class="config-row inherited alt expandable">
387        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
388        <td class="sig">
389        <a id="Ext.form.Field-plugins"></a>
390            <b>plugins</b> : Object/Array            <div class="mdesc">
391                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
392            <div class="long">
393                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>
394                        </div>
395        </td>
396        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
397    </tr>
398        <tr class="config-row expandable">
399        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
400        <td class="sig">
401        <a id="Ext.form.Field-readOnly"></a>
402            <b>readOnly</b> : Boolean            <div class="mdesc">
403                        <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>
404            <div class="long">
405                True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.            </div>
406                        </div>
407        </td>
408        <td class="msource">Field</td>
409    </tr>
410        <tr class="config-row inherited alt expandable">
411        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
412        <td class="sig">
413        <a id="Ext.form.Field-renderTo"></a>
414            <b>renderTo</b> : Mixed            <div class="mdesc">
415                        <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>
416            <div class="long">
417                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>
418                        </div>
419        </td>
420        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
421    </tr>
422        <tr class="config-row inherited expandable">
423        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
424        <td class="sig">
425        <a id="Ext.form.Field-stateEvents"></a>
426            <b>stateEvents</b> : Array            <div class="mdesc">
427                        <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>
428            <div class="long">
429                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>
430                        </div>
431        </td>
432        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
433    </tr>
434        <tr class="config-row inherited alt expandable">
435        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
436        <td class="sig">
437        <a id="Ext.form.Field-stateId"></a>
438            <b>stateId</b> : String            <div class="mdesc">
439                        <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>
440            <div class="long">
441                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>
442                        </div>
443        </td>
444        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
445    </tr>
446        <tr class="config-row inherited expandable">
447        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
448        <td class="sig">
449        <a id="Ext.form.Field-stateful"></a>
450            <b>stateful</b> : Boolean            <div class="mdesc">
451                        <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>
452            <div class="long">
453                <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>
454                        </div>
455        </td>
456        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
457    </tr>
458        <tr class="config-row inherited alt expandable">
459        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
460        <td class="sig">
461        <a id="Ext.form.Field-style"></a>
462            <b>style</b> : String            <div class="mdesc">
463                        <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>
464            <div class="long">
465                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>
466                        </div>
467        </td>
468        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
469    </tr>
470        <tr class="config-row expandable">
471        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
472        <td class="sig">
473        <a id="Ext.form.Field-tabIndex"></a>
474            <b>tabIndex</b> : Number            <div class="mdesc">
475                        <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>
476            <div class="long">
477                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>
478                        </div>
479        </td>
480        <td class="msource">Field</td>
481    </tr>
482        <tr class="config-row alt">
483        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
484        <td class="sig">
485        <a id="Ext.form.Field-validateOnBlur"></a>
486            <b>validateOnBlur</b> : Boolean            <div class="mdesc">
487                            Whether the field should validate when it loses focus (defaults to true).                        </div>
488        </td>
489        <td class="msource">Field</td>
490    </tr>
491        <tr class="config-row">
492        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
493        <td class="sig">
494        <a id="Ext.form.Field-validationDelay"></a>
495            <b>validationDelay</b> : Number            <div class="mdesc">
496                            The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)                        </div>
497        </td>
498        <td class="msource">Field</td>
499    </tr>
500        <tr class="config-row alt">
501        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
502        <td class="sig">
503        <a id="Ext.form.Field-validationEvent"></a>
504            <b>validationEvent</b> : String/Boolean            <div class="mdesc">
505                            The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").                        </div>
506        </td>
507        <td class="msource">Field</td>
508    </tr>
509        <tr class="config-row">
510        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
511        <td class="sig">
512        <a id="Ext.form.Field-value"></a>
513            <b>value</b> : Mixed            <div class="mdesc">
514                            A value to initialize this field with (defaults to undefined).                        </div>
515        </td>
516        <td class="msource">Field</td>
517    </tr>
518        <tr class="config-row inherited alt">
519        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
520        <td class="sig">
521        <a id="Ext.form.Field-width"></a>
522            <b>width</b> : Number            <div class="mdesc">
523                            The width of this component in pixels (defaults to auto).                        </div>
524        </td>
525        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
526    </tr>
527        <tr class="config-row inherited">
528        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
529        <td class="sig">
530        <a id="Ext.form.Field-x"></a>
531            <b>x</b> : Number            <div class="mdesc">
532                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
533        </td>
534        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
535    </tr>
536        <tr class="config-row inherited alt expandable">
537        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
538        <td class="sig">
539        <a id="Ext.form.Field-xtype"></a>
540            <b>xtype</b> : String            <div class="mdesc">
541                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
542            <div class="long">
543                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>
544                        </div>
545        </td>
546        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
547    </tr>
548        <tr class="config-row inherited">
549        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
550        <td class="sig">
551        <a id="Ext.form.Field-y"></a>
552            <b>y</b> : Number            <div class="mdesc">
553                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
554        </td>
555        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
556    </tr>
557            </table>
558                <a id="Ext.form.Field-props"></a>
559        <h2>Public Properties</h2>
560                <table cellspacing="0" class="member-table">
561            <tr>
562                <th class="sig-header" colspan="2">Property</th>
563                <th class="msource-header">Defined By</th>
564            </tr>
565                <tr class="property-row inherited">
566        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
567        <td class="sig">
568        <a id="Ext.form.Field-disabled"></a>
569            <b>disabled</b> : Boolean            <div class="mdesc">
570                            True if this component is disabled. Read-only.                        </div>
571        </td>
572        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
573    </tr>
574        <tr class="property-row inherited alt">
575        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
576        <td class="sig">
577        <a id="Ext.form.Field-hidden"></a>
578            <b>hidden</b> : Boolean            <div class="mdesc">
579                           
580True if this component is hidden. Read-only.                        </div>
581        </td>
582        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
583    </tr>
584        <tr class="property-row inherited">
585        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
586        <td class="sig">
587        <a id="Ext.form.Field-initialConfig"></a>
588            <b>initialConfig</b> : Object            <div class="mdesc">
589                            This Component's initial configuration specification. Read-only.                        </div>
590        </td>
591        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
592    </tr>
593        <tr class="property-row inherited alt expandable">
594        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
595        <td class="sig">
596        <a id="Ext.form.Field-ownerCt"></a>
597            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
598                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
599the component is added to a...</div>
600            <div class="long">
601                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
602the component is added to a container).  Read-only.            </div>
603                        </div>
604        </td>
605        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
606    </tr>
607        <tr class="property-row inherited">
608        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
609        <td class="sig">
610        <a id="Ext.form.Field-rendered"></a>
611            <b>rendered</b> : Boolean            <div class="mdesc">
612                            True if this component has been rendered. Read-only.                        </div>
613        </td>
614        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
615    </tr>
616            </table>
617                <a id="Ext.form.Field-methods"></a>
618        <h2>Public Methods</h2>
619                <table cellspacing="0" class="member-table">
620            <tr>
621                <th class="sig-header" colspan="2">Method</th>
622                <th class="msource-header">Defined By</th>
623            </tr>
624                <tr class="method-row expandable">
625        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
626        <td class="sig">
627        <a id="Ext.form.Field-Field"></a>
628            <b>Field</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
629                        <div class="short">Creates a new Field</div>
630            <div class="long">
631                Creates a new Field    <div class="mdetail-params">
632        <strong>Parameters:</strong>
633        <ul><li><code>config</code> : Object<div class="sub-desc">Configuration options</div></li>        </ul>
634        <strong>Returns:</strong>
635        <ul>
636            <li><code></code></li>
637        </ul>
638    </div>
639                </div>
640                        </div>
641        </td>
642        <td class="msource">Field</td>
643    </tr>
644        <tr class="method-row inherited alt expandable">
645        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
646        <td class="sig">
647        <a id="Ext.form.Field-addClass"></a>
648            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
649                        <div class="short">Adds a CSS class to the component's underlying element.</div>
650            <div class="long">
651                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
652        <strong>Parameters:</strong>
653        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
654        <strong>Returns:</strong>
655        <ul>
656            <li><code>void</code></li>
657        </ul>
658    </div>
659                </div>
660                        </div>
661        </td>
662        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
663    </tr>
664        <tr class="method-row inherited expandable">
665        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
666        <td class="sig">
667        <a id="Ext.form.Field-addEvents"></a>
668            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
669                        <div class="short">Used to define events on this Observable</div>
670            <div class="long">
671                Used to define events on this Observable    <div class="mdetail-params">
672        <strong>Parameters:</strong>
673        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
674        <strong>Returns:</strong>
675        <ul>
676            <li><code>void</code></li>
677        </ul>
678    </div>
679                </div>
680                        </div>
681        </td>
682        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
683    </tr>
684        <tr class="method-row inherited alt expandable">
685        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
686        <td class="sig">
687        <a id="Ext.form.Field-addListener"></a>
688            <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">
689                        <div class="short">Appends an event handler to this component</div>
690            <div class="long">
691                Appends an event handler to this component    <div class="mdetail-params">
692        <strong>Parameters:</strong>
693        <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
694function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
695properties. This may contain any of the following properties:<ul>
696<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>
697<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>
698<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>
699<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
700by the specified number of milliseconds. If the event fires again within that time, the original
701handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
702</ul><br>
703<p>
704<b>Combining Options</b><br>
705Using the options argument, it is possible to combine different types of listeners:<br>
706<br>
707A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
708<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
709    single: true,
710    delay: 100,
711    forumId: 4
712});</code></pre>
713<p>
714<b>Attaching multiple handlers in 1 call</b><br>
715The method also allows for a single argument to be passed which is a config object containing properties
716which specify multiple handlers.
717<p>
718<pre><code>foo.on({
719    <em>'click'</em> : {
720        fn: <b>this</b>.onClick,
721        scope: <b>this</b>,
722        delay: 100
723    },
724    <em>'mouseover'</em> : {
725        fn: <b>this</b>.onMouseOver,
726        scope: <b>this</b>
727    },
728    <em>'mouseout'</em> : {
729        fn: <b>this</b>.onMouseOut,
730        scope: <b>this</b>
731    }
732});</code></pre>
733<p>
734Or a shorthand syntax:<br>
735<pre><code>foo.on({
736    <em>'click'</em> : <b>this</b>.onClick,
737    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
738    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
739     scope: <b>this</b>
740});</code></pre></div></li>        </ul>
741        <strong>Returns:</strong>
742        <ul>
743            <li><code>void</code></li>
744        </ul>
745    </div>
746                </div>
747                        </div>
748        </td>
749        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
750    </tr>
751        <tr class="method-row inherited expandable">
752        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
753        <td class="sig">
754        <a id="Ext.form.Field-applyToMarkup"></a>
755            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
756                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
757            <div class="long">
758                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
759        <strong>Parameters:</strong>
760        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
761        <strong>Returns:</strong>
762        <ul>
763            <li><code>void</code></li>
764        </ul>
765    </div>
766                </div>
767                        </div>
768        </td>
769        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
770    </tr>
771        <tr class="method-row alt expandable">
772        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
773        <td class="sig">
774        <a id="Ext.form.Field-clearInvalid"></a>
775            <b>clearInvalid</b>() : void            <div class="mdesc">
776                        <div class="short">Clear any invalid styles/messages for this field</div>
777            <div class="long">
778                Clear any invalid styles/messages for this field    <div class="mdetail-params">
779        <strong>Parameters:</strong>
780        <ul><li>None.</li>        </ul>
781        <strong>Returns:</strong>
782        <ul>
783            <li><code>void</code></li>
784        </ul>
785    </div>
786                </div>
787                        </div>
788        </td>
789        <td class="msource">Field</td>
790    </tr>
791        <tr class="method-row inherited expandable">
792        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
793        <td class="sig">
794        <a id="Ext.form.Field-cloneConfig"></a>
795            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
796                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
797            <div class="long">
798                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
799        <strong>Parameters:</strong>
800        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
801An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
802        <strong>Returns:</strong>
803        <ul>
804            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
805        </ul>
806    </div>
807                </div>
808                        </div>
809        </td>
810        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
811    </tr>
812        <tr class="method-row inherited alt expandable">
813        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
814        <td class="sig">
815        <a id="Ext.form.Field-destroy"></a>
816            <b>destroy</b>() : void            <div class="mdesc">
817                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
818removing the c...</div>
819            <div class="long">
820                Destroys this component by purging any event listeners, removing the component's element from the DOM,
821removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
822<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
823should usually not need to be called directly.    <div class="mdetail-params">
824        <strong>Parameters:</strong>
825        <ul><li>None.</li>        </ul>
826        <strong>Returns:</strong>
827        <ul>
828            <li><code>void</code></li>
829        </ul>
830    </div>
831                </div>
832                        </div>
833        </td>
834        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
835    </tr>
836        <tr class="method-row inherited expandable">
837        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
838        <td class="sig">
839        <a id="Ext.form.Field-disable"></a>
840            <b>disable</b>() : Ext.Component            <div class="mdesc">
841                        <div class="short">Disable this component.</div>
842            <div class="long">
843                Disable this component.    <div class="mdetail-params">
844        <strong>Parameters:</strong>
845        <ul><li>None.</li>        </ul>
846        <strong>Returns:</strong>
847        <ul>
848            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
849        </ul>
850    </div>
851                </div>
852                        </div>
853        </td>
854        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
855    </tr>
856        <tr class="method-row inherited alt expandable">
857        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
858        <td class="sig">
859        <a id="Ext.form.Field-enable"></a>
860            <b>enable</b>() : Ext.Component            <div class="mdesc">
861                        <div class="short">Enable this component.</div>
862            <div class="long">
863                Enable this component.    <div class="mdetail-params">
864        <strong>Parameters:</strong>
865        <ul><li>None.</li>        </ul>
866        <strong>Returns:</strong>
867        <ul>
868            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
869        </ul>
870    </div>
871                </div>
872                        </div>
873        </td>
874        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
875    </tr>
876        <tr class="method-row inherited expandable">
877        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
878        <td class="sig">
879        <a id="Ext.form.Field-findParentBy"></a>
880            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">
881                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
882true, the con...</div>
883            <div class="long">
884                Find a container above this component at any level by a custom function. If the passed function returns
885true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
886        <strong>Parameters:</strong>
887        <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>
888        <strong>Returns:</strong>
889        <ul>
890            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
891        </ul>
892    </div>
893                </div>
894                        </div>
895        </td>
896        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
897    </tr>
898        <tr class="method-row inherited alt expandable">
899        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
900        <td class="sig">
901        <a id="Ext.form.Field-findParentByType"></a>
902            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
903                        <div class="short">Find a container above this component at any level by xtype or class</div>
904            <div class="long">
905                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
906        <strong>Parameters:</strong>
907        <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>
908        <strong>Returns:</strong>
909        <ul>
910            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
911        </ul>
912    </div>
913                </div>
914                        </div>
915        </td>
916        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
917    </tr>
918        <tr class="method-row inherited expandable">
919        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
920        <td class="sig">
921        <a id="Ext.form.Field-fireEvent"></a>
922            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
923                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
924            <div class="long">
925                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
926        <strong>Parameters:</strong>
927        <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>
928        <strong>Returns:</strong>
929        <ul>
930            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
931        </ul>
932    </div>
933                </div>
934                        </div>
935        </td>
936        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
937    </tr>
938        <tr class="method-row inherited alt expandable">
939        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
940        <td class="sig">
941        <a id="Ext.form.Field-focus"></a>
942            <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">
943                        <div class="short">Try to focus this component.</div>
944            <div class="long">
945                Try to focus this component.    <div class="mdetail-params">
946        <strong>Parameters:</strong>
947        <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>
948        <strong>Returns:</strong>
949        <ul>
950            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
951        </ul>
952    </div>
953                </div>
954                        </div>
955        </td>
956        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
957    </tr>
958        <tr class="method-row inherited expandable">
959        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
960        <td class="sig">
961        <a id="Ext.form.Field-getBox"></a>
962            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
963                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
964            <div class="long">
965                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
966        <strong>Parameters:</strong>
967        <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>
968        <strong>Returns:</strong>
969        <ul>
970            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
971        </ul>
972    </div>
973                </div>
974                        </div>
975        </td>
976        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
977    </tr>
978        <tr class="method-row inherited alt expandable">
979        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
980        <td class="sig">
981        <a id="Ext.form.Field-getEl"></a>
982            <b>getEl</b>() : Ext.Element            <div class="mdesc">
983                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
984            <div class="long">
985                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
986        <strong>Parameters:</strong>
987        <ul><li>None.</li>        </ul>
988        <strong>Returns:</strong>
989        <ul>
990            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
991        </ul>
992    </div>
993                </div>
994                        </div>
995        </td>
996        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
997    </tr>
998        <tr class="method-row inherited expandable">
999        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1000        <td class="sig">
1001        <a id="Ext.form.Field-getId"></a>
1002            <b>getId</b>() : String            <div class="mdesc">
1003                        <div class="short">Returns the id of this component.</div>
1004            <div class="long">
1005                Returns the id of this component.    <div class="mdetail-params">
1006        <strong>Parameters:</strong>
1007        <ul><li>None.</li>        </ul>
1008        <strong>Returns:</strong>
1009        <ul>
1010            <li><code>String</code></li>
1011        </ul>
1012    </div>
1013                </div>
1014                        </div>
1015        </td>
1016        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1017    </tr>
1018        <tr class="method-row inherited alt expandable">
1019        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1020        <td class="sig">
1021        <a id="Ext.form.Field-getItemId"></a>
1022            <b>getItemId</b>() : String            <div class="mdesc">
1023                        <div class="short">Returns the item id of this component.</div>
1024            <div class="long">
1025                Returns the item id of this component.    <div class="mdetail-params">
1026        <strong>Parameters:</strong>
1027        <ul><li>None.</li>        </ul>
1028        <strong>Returns:</strong>
1029        <ul>
1030            <li><code>String</code></li>
1031        </ul>
1032    </div>
1033                </div>
1034                        </div>
1035        </td>
1036        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1037    </tr>
1038        <tr class="method-row expandable">
1039        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040        <td class="sig">
1041        <a id="Ext.form.Field-getName"></a>
1042            <b>getName</b>() : String            <div class="mdesc">
1043                        <div class="short">Returns the name attribute of the field if available</div>
1044            <div class="long">
1045                Returns the name attribute of the field if available    <div class="mdetail-params">
1046        <strong>Parameters:</strong>
1047        <ul><li>None.</li>        </ul>
1048        <strong>Returns:</strong>
1049        <ul>
1050            <li><code>String</code><div class="sub-desc">name The field name</div></li>
1051        </ul>
1052    </div>
1053                </div>
1054                        </div>
1055        </td>
1056        <td class="msource">Field</td>
1057    </tr>
1058        <tr class="method-row inherited alt expandable">
1059        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060        <td class="sig">
1061        <a id="Ext.form.Field-getPosition"></a>
1062            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1063                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1064            <div class="long">
1065                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1066        <strong>Parameters:</strong>
1067        <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>
1068        <strong>Returns:</strong>
1069        <ul>
1070            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1071        </ul>
1072    </div>
1073                </div>
1074                        </div>
1075        </td>
1076        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1077    </tr>
1078        <tr class="method-row expandable">
1079        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1080        <td class="sig">
1081        <a id="Ext.form.Field-getRawValue"></a>
1082            <b>getRawValue</b>() : Mixed            <div class="mdesc">
1083                        <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>
1084            <div class="long">
1085                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">
1086        <strong>Parameters:</strong>
1087        <ul><li>None.</li>        </ul>
1088        <strong>Returns:</strong>
1089        <ul>
1090            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1091        </ul>
1092    </div>
1093                </div>
1094                        </div>
1095        </td>
1096        <td class="msource">Field</td>
1097    </tr>
1098        <tr class="method-row inherited alt expandable">
1099        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1100        <td class="sig">
1101        <a id="Ext.form.Field-getSize"></a>
1102            <b>getSize</b>() : Object            <div class="mdesc">
1103                        <div class="short">Gets the current size of the component's underlying element.</div>
1104            <div class="long">
1105                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1106        <strong>Parameters:</strong>
1107        <ul><li>None.</li>        </ul>
1108        <strong>Returns:</strong>
1109        <ul>
1110            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1111        </ul>
1112    </div>
1113                </div>
1114                        </div>
1115        </td>
1116        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1117    </tr>
1118        <tr class="method-row expandable">
1119        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1120        <td class="sig">
1121        <a id="Ext.form.Field-getValue"></a>
1122            <b>getValue</b>() : Mixed            <div class="mdesc">
1123                        <div class="short">Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see getRa...</div>
1124            <div class="long">
1125                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">
1126        <strong>Parameters:</strong>
1127        <ul><li>None.</li>        </ul>
1128        <strong>Returns:</strong>
1129        <ul>
1130            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1131        </ul>
1132    </div>
1133                </div>
1134                        </div>
1135        </td>
1136        <td class="msource">Field</td>
1137    </tr>
1138        <tr class="method-row inherited alt expandable">
1139        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1140        <td class="sig">
1141        <a id="Ext.form.Field-getXType"></a>
1142            <b>getXType</b>() : String            <div class="mdesc">
1143                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1144available xtypes, see the Ex...</div>
1145            <div class="long">
1146                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
1147available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1148<pre><code>var t = <b>new</b> Ext.form.TextField();
1149alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1150        <strong>Parameters:</strong>
1151        <ul><li>None.</li>        </ul>
1152        <strong>Returns:</strong>
1153        <ul>
1154            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1155        </ul>
1156    </div>
1157                </div>
1158                        </div>
1159        </td>
1160        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1161    </tr>
1162        <tr class="method-row inherited expandable">
1163        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1164        <td class="sig">
1165        <a id="Ext.form.Field-getXTypes"></a>
1166            <b>getXTypes</b>() : String            <div class="mdesc">
1167                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1168available xtypes, see the Ext...</div>
1169            <div class="long">
1170                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1171available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1172<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1173to participate in determination of inherited xtypes.</b></p>
1174<p>Example usage:</p>
1175<pre><code>
1176var t = new Ext.form.TextField();
1177alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1178        <strong>Parameters:</strong>
1179        <ul><li>None.</li>        </ul>
1180        <strong>Returns:</strong>
1181        <ul>
1182            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1183        </ul>
1184    </div>
1185                </div>
1186                        </div>
1187        </td>
1188        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1189    </tr>
1190        <tr class="method-row inherited alt expandable">
1191        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1192        <td class="sig">
1193        <a id="Ext.form.Field-hasListener"></a>
1194            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1195                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1196            <div class="long">
1197                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1198        <strong>Parameters:</strong>
1199        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1200        <strong>Returns:</strong>
1201        <ul>
1202            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1203        </ul>
1204    </div>
1205                </div>
1206                        </div>
1207        </td>
1208        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1209    </tr>
1210        <tr class="method-row inherited expandable">
1211        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1212        <td class="sig">
1213        <a id="Ext.form.Field-hide"></a>
1214            <b>hide</b>() : Ext.Component            <div class="mdesc">
1215                        <div class="short">Hide this component.</div>
1216            <div class="long">
1217                Hide this component.    <div class="mdetail-params">
1218        <strong>Parameters:</strong>
1219        <ul><li>None.</li>        </ul>
1220        <strong>Returns:</strong>
1221        <ul>
1222            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1223        </ul>
1224    </div>
1225                </div>
1226                        </div>
1227        </td>
1228        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1229    </tr>
1230        <tr class="method-row alt expandable">
1231        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1232        <td class="sig">
1233        <a id="Ext.form.Field-isDirty"></a>
1234            <b>isDirty</b>() : void            <div class="mdesc">
1235                        <div class="short">Returns true if this field has been changed since it was originally loaded and is not disabled.</div>
1236            <div class="long">
1237                Returns true if this field has been changed since it was originally loaded and is not disabled.    <div class="mdetail-params">
1238        <strong>Parameters:</strong>
1239        <ul><li>None.</li>        </ul>
1240        <strong>Returns:</strong>
1241        <ul>
1242            <li><code>void</code></li>
1243        </ul>
1244    </div>
1245                </div>
1246                        </div>
1247        </td>
1248        <td class="msource">Field</td>
1249    </tr>
1250        <tr class="method-row expandable">
1251        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1252        <td class="sig">
1253        <a id="Ext.form.Field-isValid"></a>
1254            <b>isValid</b>(&nbsp;<code>Boolean preventMark</code>&nbsp;) : Boolean            <div class="mdesc">
1255                        <div class="short">Returns whether or not the field value is currently valid</div>
1256            <div class="long">
1257                Returns whether or not the field value is currently valid    <div class="mdetail-params">
1258        <strong>Parameters:</strong>
1259        <ul><li><code>preventMark</code> : Boolean<div class="sub-desc">True to disable marking the field invalid</div></li>        </ul>
1260        <strong>Returns:</strong>
1261        <ul>
1262            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
1263        </ul>
1264    </div>
1265                </div>
1266                        </div>
1267        </td>
1268        <td class="msource">Field</td>
1269    </tr>
1270        <tr class="method-row inherited alt expandable">
1271        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1272        <td class="sig">
1273        <a id="Ext.form.Field-isVisible"></a>
1274            <b>isVisible</b>() : void            <div class="mdesc">
1275                        <div class="short">Returns true if this component is visible.</div>
1276            <div class="long">
1277                Returns true if this component is visible.    <div class="mdetail-params">
1278        <strong>Parameters:</strong>
1279        <ul><li>None.</li>        </ul>
1280        <strong>Returns:</strong>
1281        <ul>
1282            <li><code>void</code></li>
1283        </ul>
1284    </div>
1285                </div>
1286                        </div>
1287        </td>
1288        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1289    </tr>
1290        <tr class="method-row inherited expandable">
1291        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1292        <td class="sig">
1293        <a id="Ext.form.Field-isXType"></a>
1294            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1295                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1296from th...</div>
1297            <div class="long">
1298                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1299from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
1300<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1301to participate in determination of inherited xtypes.</b></p>
1302<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>
1303<p>Example usage:</p>
1304<pre><code>var t = <b>new</b> Ext.form.TextField();
1305<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1306<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1307<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1308        <strong>Parameters:</strong>
1309        <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
1310the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
1311        <strong>Returns:</strong>
1312        <ul>
1313            <li><code>void</code></li>
1314        </ul>
1315    </div>
1316                </div>
1317                        </div>
1318        </td>
1319        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1320    </tr>
1321        <tr class="method-row alt expandable">
1322        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1323        <td class="sig">
1324        <a id="Ext.form.Field-markInvalid"></a>
1325            <b>markInvalid</b>(&nbsp;<span class="optional" title="Optional">[<code>String msg</code>]</span>&nbsp;) : void            <div class="mdesc">
1326                        <div class="short">Mark this field as invalid, using msgTarget to determine how to display the error and
1327applying invalidClass to the fi...</div>
1328            <div class="long">
1329                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
1330applying <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">
1331        <strong>Parameters:</strong>
1332        <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>
1333        <strong>Returns:</strong>
1334        <ul>
1335            <li><code>void</code></li>
1336        </ul>
1337    </div>
1338                </div>
1339                        </div>
1340        </td>
1341        <td class="msource">Field</td>
1342    </tr>
1343        <tr class="method-row inherited expandable">
1344        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1345        <td class="sig">
1346        <a id="Ext.form.Field-on"></a>
1347            <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">
1348                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1349            <div class="long">
1350                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1351        <strong>Parameters:</strong>
1352        <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
1353function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1354        <strong>Returns:</strong>
1355        <ul>
1356            <li><code>void</code></li>
1357        </ul>
1358    </div>
1359                </div>
1360                        </div>
1361        </td>
1362        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1363    </tr>
1364        <tr class="method-row inherited alt expandable">
1365        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1366        <td class="sig">
1367        <a id="Ext.form.Field-purgeListeners"></a>
1368            <b>purgeListeners</b>() : void            <div class="mdesc">
1369                        <div class="short">Removes all listeners for this object</div>
1370            <div class="long">
1371                Removes all listeners for this object    <div class="mdetail-params">
1372        <strong>Parameters:</strong>
1373        <ul><li>None.</li>        </ul>
1374        <strong>Returns:</strong>
1375        <ul>
1376            <li><code>void</code></li>
1377        </ul>
1378    </div>
1379                </div>
1380                        </div>
1381        </td>
1382        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1383    </tr>
1384        <tr class="method-row inherited expandable">
1385        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1386        <td class="sig">
1387        <a id="Ext.form.Field-relayEvents"></a>
1388            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
1389                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
1390            <div class="long">
1391                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
1392        <strong>Parameters:</strong>
1393        <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>
1394        <strong>Returns:</strong>
1395        <ul>
1396            <li><code>void</code></li>
1397        </ul>
1398    </div>
1399                </div>
1400                        </div>
1401        </td>
1402        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
1403    </tr>
1404        <tr class="method-row inherited alt expandable">
1405        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1406        <td class="sig">
1407        <a id="Ext.form.Field-removeClass"></a>
1408            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1409                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1410            <div class="long">
1411                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1412        <strong>Parameters:</strong>
1413        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1414        <strong>Returns:</strong>
1415        <ul>
1416            <li><code>void</code></li>
1417        </ul>
1418    </div>
1419                </div>
1420                        </div>
1421        </td>
1422        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1423    </tr>
1424        <tr class="method-row inherited expandable">
1425        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1426        <td class="sig">
1427        <a id="Ext.form.Field-removeListener"></a>
1428            <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">
1429                        <div class="short">Removes a listener</div>
1430            <div class="long">
1431                Removes a listener    <div class="mdetail-params">
1432        <strong>Parameters:</strong>
1433        <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>
1434        <strong>Returns:</strong>
1435        <ul>
1436            <li><code>void</code></li>
1437        </ul>
1438    </div>
1439                </div>
1440                        </div>
1441        </td>
1442        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1443    </tr>
1444        <tr class="method-row inherited alt expandable">
1445        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1446        <td class="sig">
1447        <a id="Ext.form.Field-render"></a>
1448            <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">
1449                        <div class="short">Render this Component into the passed HTML element.
1450If you are using a Container object to house this Component, then...</div>
1451            <div class="long">
1452                <p>Render this Component into the passed HTML element.</p>
1453<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
1454do not use the render method.</b></p>
1455<p>A Container's child Components are rendered by that Container's
1456<a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
1457<p>Certain layout managers allow dynamic addition of child components. Those that do
1458include <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>,
1459<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>
1460<p>If the Container is already rendered when a new child Component is added, you may need to call
1461the 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
1462unrendered child Components to be rendered. This is required so that you can add multiple
1463child components if needed while only refreshing the layout once.</p>
1464<p>When creating complex UIs, it is important to remember that sizing and positioning
1465of 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.
1466If you expect child items to be sized in response to user interactions, you must
1467configure the Container with a layout manager which creates and manages the type of layout you
1468have in mind.</p>
1469<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
1470layout manager is used which does nothing but render child components sequentially into the
1471Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
1472        <strong>Parameters:</strong>
1473        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1474rendered 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>
1475which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1476        <strong>Returns:</strong>
1477        <ul>
1478            <li><code>void</code></li>
1479        </ul>
1480    </div>
1481                </div>
1482                        </div>
1483        </td>
1484        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1485    </tr>
1486        <tr class="method-row expandable">
1487        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1488        <td class="sig">
1489        <a id="Ext.form.Field-reset"></a>
1490            <b>reset</b>() : void            <div class="mdesc">
1491                        <div class="short">Resets the current field value to the originally loaded value and clears any validation messages</div>
1492            <div class="long">
1493                Resets the current field value to the originally loaded value and clears any validation messages    <div class="mdetail-params">
1494        <strong>Parameters:</strong>
1495        <ul><li>None.</li>        </ul>
1496        <strong>Returns:</strong>
1497        <ul>
1498            <li><code>void</code></li>
1499        </ul>
1500    </div>
1501                </div>
1502                        </div>
1503        </td>
1504        <td class="msource">Field</td>
1505    </tr>
1506        <tr class="method-row inherited alt expandable">
1507        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1508        <td class="sig">
1509        <a id="Ext.form.Field-resumeEvents"></a>
1510            <b>resumeEvents</b>() : void            <div class="mdesc">
1511                        <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>
1512            <div class="long">
1513                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">
1514        <strong>Parameters:</strong>
1515        <ul><li>None.</li>        </ul>
1516        <strong>Returns:</strong>
1517        <ul>
1518            <li><code>void</code></li>
1519        </ul>
1520    </div>
1521                </div>
1522                        </div>
1523        </td>
1524        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1525    </tr>
1526        <tr class="method-row inherited expandable">
1527        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1528        <td class="sig">
1529        <a id="Ext.form.Field-setDisabled"></a>
1530            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1531                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1532            <div class="long">
1533                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1534        <strong>Parameters:</strong>
1535        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1536        <strong>Returns:</strong>
1537        <ul>
1538            <li><code>void</code></li>
1539        </ul>
1540    </div>
1541                </div>
1542                        </div>
1543        </td>
1544        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1545    </tr>
1546        <tr class="method-row inherited alt expandable">
1547        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1548        <td class="sig">
1549        <a id="Ext.form.Field-setHeight"></a>
1550            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1551                        <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>
1552            <div class="long">
1553                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">
1554        <strong>Parameters:</strong>
1555        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1556        <strong>Returns:</strong>
1557        <ul>
1558            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1559        </ul>
1560    </div>
1561                </div>
1562                        </div>
1563        </td>
1564        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1565    </tr>
1566        <tr class="method-row inherited expandable">
1567        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1568        <td class="sig">
1569        <a id="Ext.form.Field-setPagePosition"></a>
1570            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1571                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1572This method fires the ...</div>
1573            <div class="long">
1574                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>.
1575This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1576        <strong>Parameters:</strong>
1577        <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>
1578        <strong>Returns:</strong>
1579        <ul>
1580            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1581        </ul>
1582    </div>
1583                </div>
1584                        </div>
1585        </td>
1586        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
1587    </tr>
1588        <tr class="method-row inherited alt expandable">
1589        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1590        <td class="sig">
1591        <a id="Ext.form.Field-setPosition"></a>
1592            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1593                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1594This method fires ...</div>
1595            <div class="long">
1596                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>.
1597This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
1598        <strong>Parameters:</strong>
1599        <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>
1600        <strong>Returns:</strong>
1601        <ul>
1602            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1603        </ul>
1604    </div>
1605                </div>
1606                        </div>
1607        </td>
1608        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
1609    </tr>
1610        <tr class="method-row expandable">
1611        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1612        <td class="sig">
1613        <a id="Ext.form.Field-setRawValue"></a>
1614            <b>setRawValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : Mixed            <div class="mdesc">
1615                        <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>
1616            <div class="long">
1617                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">
1618        <strong>Parameters:</strong>
1619        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
1620        <strong>Returns:</strong>
1621        <ul>
1622            <li><code>Mixed</code><div class="sub-desc">value The field value that is set</div></li>
1623        </ul>
1624    </div>
1625                </div>
1626                        </div>
1627        </td>
1628        <td class="msource">Field</td>
1629    </tr>
1630        <tr class="method-row inherited alt expandable">
1631        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1632        <td class="sig">
1633        <a id="Ext.form.Field-setSize"></a>
1634            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1635                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1636either width...</div>
1637            <div class="long">
1638                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
1639either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
1640        <strong>Parameters:</strong>
1641        <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>
1642        <strong>Returns:</strong>
1643        <ul>
1644            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1645        </ul>
1646    </div>
1647                </div>
1648                        </div>
1649        </td>
1650        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
1651    </tr>
1652        <tr class="method-row expandable">
1653        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1654        <td class="sig">
1655        <a id="Ext.form.Field-setValue"></a>
1656            <b>setValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">
1657                        <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>
1658            <div class="long">
1659                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">
1660        <strong>Parameters:</strong>
1661        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
1662        <strong>Returns:</strong>
1663        <ul>
1664            <li><code>void</code></li>
1665        </ul>
1666    </div>
1667                </div>
1668                        </div>
1669        </td>
1670        <td class="msource">Field</td>
1671    </tr>
1672        <tr class="method-row inherited alt expandable">
1673        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1674        <td class="sig">
1675        <a id="Ext.form.Field-setVisible"></a>
1676            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1677                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1678            <div class="long">
1679                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1680        <strong>Parameters:</strong>
1681        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1682        <strong>Returns:</strong>
1683        <ul>
1684            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1685        </ul>
1686    </div>
1687                </div>
1688                        </div>
1689        </td>
1690        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1691    </tr>
1692        <tr class="method-row inherited expandable">
1693        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1694        <td class="sig">
1695        <a id="Ext.form.Field-setWidth"></a>
1696            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1697                        <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>
1698            <div class="long">
1699                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">
1700        <strong>Parameters:</strong>
1701        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
1702        <strong>Returns:</strong>
1703        <ul>
1704            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1705        </ul>
1706    </div>
1707                </div>
1708                        </div>
1709        </td>
1710        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
1711    </tr>
1712        <tr class="method-row inherited alt expandable">
1713        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1714        <td class="sig">
1715        <a id="Ext.form.Field-show"></a>
1716            <b>show</b>() : Ext.Component            <div class="mdesc">
1717                        <div class="short">Show this component.</div>
1718            <div class="long">
1719                Show this component.    <div class="mdetail-params">
1720        <strong>Parameters:</strong>
1721        <ul><li>None.</li>        </ul>
1722        <strong>Returns:</strong>
1723        <ul>
1724            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1725        </ul>
1726    </div>
1727                </div>
1728                        </div>
1729        </td>
1730        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1731    </tr>
1732        <tr class="method-row inherited expandable">
1733        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1734        <td class="sig">
1735        <a id="Ext.form.Field-suspendEvents"></a>
1736            <b>suspendEvents</b>() : void            <div class="mdesc">
1737                        <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>
1738            <div class="long">
1739                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">
1740        <strong>Parameters:</strong>
1741        <ul><li>None.</li>        </ul>
1742        <strong>Returns:</strong>
1743        <ul>
1744            <li><code>void</code></li>
1745        </ul>
1746    </div>
1747                </div>
1748                        </div>
1749        </td>
1750        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1751    </tr>
1752        <tr class="method-row inherited alt expandable">
1753        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1754        <td class="sig">
1755        <a id="Ext.form.Field-syncSize"></a>
1756            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
1757                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
1758            <div class="long">
1759                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
1760        <strong>Parameters:</strong>
1761        <ul><li>None.</li>        </ul>
1762        <strong>Returns:</strong>
1763        <ul>
1764            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1765        </ul>
1766    </div>
1767                </div>
1768                        </div>
1769        </td>
1770        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
1771    </tr>
1772        <tr class="method-row inherited expandable">
1773        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1774        <td class="sig">
1775        <a id="Ext.form.Field-un"></a>
1776            <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">
1777                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1778            <div class="long">
1779                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1780        <strong>Parameters:</strong>
1781        <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>
1782        <strong>Returns:</strong>
1783        <ul>
1784            <li><code>void</code></li>
1785        </ul>
1786    </div>
1787                </div>
1788                        </div>
1789        </td>
1790        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1791    </tr>
1792        <tr class="method-row inherited alt expandable">
1793        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1794        <td class="sig">
1795        <a id="Ext.form.Field-updateBox"></a>
1796            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1797                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
1798            <div class="long">
1799                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1800        <strong>Parameters:</strong>
1801        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
1802        <strong>Returns:</strong>
1803        <ul>
1804            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1805        </ul>
1806    </div>
1807                </div>
1808                        </div>
1809        </td>
1810        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
1811    </tr>
1812        <tr class="method-row expandable">
1813        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1814        <td class="sig">
1815        <a id="Ext.form.Field-validate"></a>
1816            <b>validate</b>() : Boolean            <div class="mdesc">
1817                        <div class="short">Validates the field value</div>
1818            <div class="long">
1819                Validates the field value    <div class="mdetail-params">
1820        <strong>Parameters:</strong>
1821        <ul><li>None.</li>        </ul>
1822        <strong>Returns:</strong>
1823        <ul>
1824            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
1825        </ul>
1826    </div>
1827                </div>
1828                        </div>
1829        </td>
1830        <td class="msource">Field</td>
1831    </tr>
1832            </table>
1833                <a id="Ext.form.Field-events"></a>
1834        <h2>Public Events</h2>
1835                <table cellspacing="0" class="member-table">
1836            <tr>
1837                <th class="sig-header" colspan="2">Event</th>
1838                <th class="msource-header">Defined By</th>
1839            </tr>
1840                <tr class="event-row inherited expandable">
1841        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1842        <td class="sig">
1843        <a id="Ext.form.Field-beforedestroy"></a>
1844            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1845                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1846            <div class="long">
1847                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1848        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1849        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1850    </div>
1851                </div>
1852                        </div>
1853        </td>
1854        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1855    </tr>
1856        <tr class="event-row inherited alt expandable">
1857        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1858        <td class="sig">
1859        <a id="Ext.form.Field-beforehide"></a>
1860            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1861                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1862            <div class="long">
1863                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1864        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1865        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1866    </div>
1867                </div>
1868                        </div>
1869        </td>
1870        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1871    </tr>
1872        <tr class="event-row inherited expandable">
1873        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1874        <td class="sig">
1875        <a id="Ext.form.Field-beforerender"></a>
1876            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1877                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1878            <div class="long">
1879                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1880        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1881        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1882    </div>
1883                </div>
1884                        </div>
1885        </td>
1886        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1887    </tr>
1888        <tr class="event-row inherited alt expandable">
1889        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1890        <td class="sig">
1891        <a id="Ext.form.Field-beforeshow"></a>
1892            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1893                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1894            <div class="long">
1895                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1896        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1897        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1898    </div>
1899                </div>
1900                        </div>
1901        </td>
1902        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1903    </tr>
1904        <tr class="event-row inherited expandable">
1905        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1906        <td class="sig">
1907        <a id="Ext.form.Field-beforestaterestore"></a>
1908            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1909                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1910            <div class="long">
1911                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1912        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1913        <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>
1914    </div>
1915                </div>
1916                        </div>
1917        </td>
1918        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1919    </tr>
1920        <tr class="event-row inherited alt expandable">
1921        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1922        <td class="sig">
1923        <a id="Ext.form.Field-beforestatesave"></a>
1924            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1925                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1926            <div class="long">
1927                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1928        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1929        <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>
1930    </div>
1931                </div>
1932                        </div>
1933        </td>
1934        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1935    </tr>
1936        <tr class="event-row expandable">
1937        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1938        <td class="sig">
1939        <a id="Ext.form.Field-blur"></a>
1940            <b>blur</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
1941                        <div class="short">Fires when this field loses input focus.</div>
1942            <div class="long">
1943                Fires when this field loses input focus.    <div class="mdetail-params">
1944        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1945        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
1946    </div>
1947                </div>
1948                        </div>
1949        </td>
1950        <td class="msource">Field</td>
1951    </tr>
1952        <tr class="event-row alt expandable">
1953        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1954        <td class="sig">
1955        <a id="Ext.form.Field-change"></a>
1956            <b>change</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Mixed newValue</code>, <code>Mixed oldValue</code>&nbsp;)            <div class="mdesc">
1957                        <div class="short">Fires just before the field blurs if the field value has changed.</div>
1958            <div class="long">
1959                Fires just before the field blurs if the field value has changed.    <div class="mdetail-params">
1960        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1961        <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>
1962    </div>
1963                </div>
1964                        </div>
1965        </td>
1966        <td class="msource">Field</td>
1967    </tr>
1968        <tr class="event-row inherited expandable">
1969        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1970        <td class="sig">
1971        <a id="Ext.form.Field-destroy"></a>
1972            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1973                        <div class="short">Fires after the component is destroyed.</div>
1974            <div class="long">
1975                Fires after the component is destroyed.    <div class="mdetail-params">
1976        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1977        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1978    </div>
1979                </div>
1980                        </div>
1981        </td>
1982        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1983    </tr>
1984        <tr class="event-row inherited alt expandable">
1985        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1986        <td class="sig">
1987        <a id="Ext.form.Field-disable"></a>
1988            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1989                        <div class="short">Fires after the component is disabled.</div>
1990            <div class="long">
1991                Fires after the component is disabled.    <div class="mdetail-params">
1992        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1993        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1994    </div>
1995                </div>
1996                        </div>
1997        </td>
1998        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1999    </tr>
2000        <tr class="event-row inherited expandable">
2001        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2002        <td class="sig">
2003        <a id="Ext.form.Field-enable"></a>
2004            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2005                        <div class="short">Fires after the component is enabled.</div>
2006            <div class="long">
2007                Fires after the component is enabled.    <div class="mdetail-params">
2008        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2009        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2010    </div>
2011                </div>
2012                        </div>
2013        </td>
2014        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
2015    </tr>
2016        <tr class="event-row alt expandable">
2017        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2018        <td class="sig">
2019        <a id="Ext.form.Field-focus"></a>
2020            <b>focus</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
2021                        <div class="short">Fires when this field receives input focus.</div>
2022            <div class="long">
2023                Fires when this field receives input focus.    <div class="mdetail-params">
2024        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2025        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
2026    </div>
2027                </div>
2028                        </div>
2029        </td>
2030        <td class="msource">Field</td>
2031    </tr>
2032        <tr class="event-row inherited expandable">
2033        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2034        <td class="sig">
2035        <a id="Ext.form.Field-hide"></a>
2036            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2037                        <div class="short">Fires after the component is hidden.</div>
2038            <div class="long">
2039                Fires after the component is hidden.    <div class="mdetail-params">
2040        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2041        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2042    </div>
2043                </div>
2044                        </div>
2045        </td>
2046        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
2047    </tr>
2048        <tr class="event-row alt expandable">
2049        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2050        <td class="sig">
2051        <a id="Ext.form.Field-invalid"></a>
2052            <b>invalid</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>String msg</code>&nbsp;)            <div class="mdesc">
2053                        <div class="short">Fires after the field has been marked as invalid.</div>
2054            <div class="long">
2055                Fires after the field has been marked as invalid.    <div class="mdetail-params">
2056        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2057        <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>
2058    </div>
2059                </div>
2060                        </div>
2061        </td>
2062        <td class="msource">Field</td>
2063    </tr>
2064        <tr class="event-row inherited expandable">
2065        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2066        <td class="sig">
2067        <a id="Ext.form.Field-move"></a>
2068            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
2069                        <div class="short">Fires after the component is moved.</div>
2070            <div class="long">
2071                Fires after the component is moved.    <div class="mdetail-params">
2072        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2073        <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>
2074    </div>
2075                </div>
2076                        </div>
2077        </td>
2078        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
2079    </tr>
2080        <tr class="event-row inherited alt expandable">
2081        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2082        <td class="sig">
2083        <a id="Ext.form.Field-render"></a>
2084            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2085                        <div class="short">Fires after the component is rendered.</div>
2086            <div class="long">
2087                Fires after the component is rendered.    <div class="mdetail-params">
2088        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2089        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2090    </div>
2091                </div>
2092                        </div>
2093        </td>
2094        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
2095    </tr>
2096        <tr class="event-row inherited expandable">
2097        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2098        <td class="sig">
2099        <a id="Ext.form.Field-resize"></a>
2100            <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">
2101                        <div class="short">Fires after the component is resized.</div>
2102            <div class="long">
2103                Fires after the component is resized.    <div class="mdetail-params">
2104        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2105        <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>
2106    </div>
2107                </div>
2108                        </div>
2109        </td>
2110        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
2111    </tr>
2112        <tr class="event-row inherited alt expandable">
2113        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2114        <td class="sig">
2115        <a id="Ext.form.Field-show"></a>
2116            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2117                        <div class="short">Fires after the component is shown.</div>
2118            <div class="long">
2119                Fires after the component is shown.    <div class="mdetail-params">
2120        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2121        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2122    </div>
2123                </div>
2124                        </div>
2125        </td>
2126        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
2127    </tr>
2128        <tr class="event-row expandable">
2129        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2130        <td class="sig">
2131        <a id="Ext.form.Field-specialkey"></a>
2132            <b>specialkey</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2133                        <div class="short">Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2134Ext.EventObject.g...</div>
2135            <div class="long">
2136                Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
2137<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">
2138        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2139        <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>
2140    </div>
2141                </div>
2142                        </div>
2143        </td>
2144        <td class="msource">Field</td>
2145    </tr>
2146        <tr class="event-row inherited alt expandable">
2147        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2148        <td class="sig">
2149        <a id="Ext.form.Field-staterestore"></a>
2150            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2151                        <div class="short">Fires after the state of the component is restored.</div>
2152            <div class="long">
2153                Fires after the state of the component is restored.    <div class="mdetail-params">
2154        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2155        <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>
2156    </div>
2157                </div>
2158                        </div>
2159        </td>
2160        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
2161    </tr>
2162        <tr class="event-row inherited expandable">
2163        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2164        <td class="sig">
2165        <a id="Ext.form.Field-statesave"></a>
2166            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2167                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
2168            <div class="long">
2169                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
2170        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2171        <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>
2172    </div>
2173                </div>
2174                        </div>
2175        </td>
2176        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
2177    </tr>
2178        <tr class="event-row alt expandable">
2179        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2180        <td class="sig">
2181        <a id="Ext.form.Field-valid"></a>
2182            <b>valid</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
2183                        <div class="short">Fires after the field has been validated with no errors.</div>
2184            <div class="long">
2185                Fires after the field has been validated with no errors.    <div class="mdetail-params">
2186        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2187        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
2188    </div>
2189                </div>
2190                        </div>
2191        </td>
2192        <td class="msource">Field</td>
2193    </tr>
2194            </table>
2195       
2196        </div>
Note: See TracBrowser for help on using the repository browser.