Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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