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