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

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 211.3 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.form.ComboBox-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.form.ComboBox-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.form.ComboBox-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.form.ComboBox-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.ComboBox"><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"/><a ext:cls="Ext.form.TriggerField" ext:member="" href="output/Ext.form.TriggerField.html">TriggerField</a>
16            <img src="resources/elbow-end.gif"/>ComboBox</pre></div>
17                <h1>Class Ext.form.ComboBox</h1>
18        <table cellspacing="0">
19            <tr><td class="label">Package:</td><td class="hd-info">Ext.form</td></tr>
20            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Combo.js" target="_blank">Combo.js</a></td></tr>
21            <tr><td class="label">Class:</td><td class="hd-info">ComboBox</td></tr>
22                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.form.TimeField" href="output/Ext.form.TimeField.html">TimeField</a></td></tr>
23                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.form.TriggerField" ext:member="" href="output/Ext.form.TriggerField.html">TriggerField</a></td></tr>
24                    </table>
25        <div class="description">
26            *
27<p>A combobox control with support for autocomplete, remote-loading, paging and many other features.</p>
28A ComboBox works in a similar manner to a traditional HTML &lt;select> field. The difference is that to submit the
29<a ext:cls="Ext.form.ComboBox" ext:member="valueField" href="output/Ext.form.ComboBox.html#valueField">valueField</a>, you must specify a <a ext:cls="Ext.form.ComboBox" ext:member="hiddenName" href="output/Ext.form.ComboBox.html#hiddenName">hiddenName</a> to create a hidden input field to hold the
30value of the valueField. The <i><a ext:cls="Ext.form.ComboBox" ext:member="displayField" href="output/Ext.form.ComboBox.html#displayField">displayField</a></i> is shown in the text field which is named
31according to the <a ext:cls="Ext.form.ComboBox" ext:member="name" href="output/Ext.form.ComboBox.html#name">name</a>.        </div>
32       
33        <div class="hr"></div>
34                <a id="Ext.form.ComboBox-configs"></a>
35        <h2>Config Options</h2>
36        <table cellspacing="0" class="member-table">
37            <tr>
38                <th class="sig-header" colspan="2">Config Options</th>
39                <th class="msource-header">Defined By</th>
40            </tr>
41                <tr class="config-row">
42        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
43        <td class="sig">
44        <a id="Ext.form.ComboBox-allQuery"></a>
45            <b>allQuery</b> : String            <div class="mdesc">
46                            The text query to send to the server to return all records for the list with no filtering (defaults to '')                        </div>
47        </td>
48        <td class="msource">ComboBox</td>
49    </tr>
50        <tr class="config-row inherited alt">
51        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
52        <td class="sig">
53        <a id="Ext.form.ComboBox-allowBlank"></a>
54            <b>allowBlank</b> : Boolean            <div class="mdesc">
55                            False to validate that the value length > 0 (defaults to true)                        </div>
56        </td>
57        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#allowBlank" href="output/Ext.form.TextField.html#allowBlank">TextField</a></td>
58    </tr>
59        <tr class="config-row inherited">
60        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
61        <td class="sig">
62        <a id="Ext.form.ComboBox-allowDomMove"></a>
63            <b>allowDomMove</b> : Boolean            <div class="mdesc">
64                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
65        </td>
66        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
67    </tr>
68        <tr class="config-row inherited alt expandable">
69        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
70        <td class="sig">
71        <a id="Ext.form.ComboBox-applyTo"></a>
72            <b>applyTo</b> : Mixed            <div class="mdesc">
73                        <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>
74            <div class="long">
75                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>
76                        </div>
77        </td>
78        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
79    </tr>
80        <tr class="config-row expandable">
81        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
82        <td class="sig">
83        <a id="Ext.form.ComboBox-autoCreate"></a>
84            <b>autoCreate</b> : Boolean/Object            <div class="mdesc">
85                        <div class="short">A DomHelper element spec, or true for a default element spec (defaults to: {tag: "input", type: "text", size: "24", a...</div>
86            <div class="long">
87                A DomHelper element spec, or true for a default element spec (defaults to: {tag: "input", type: "text", size: "24", autocomplete: "off"})            </div>
88                        </div>
89        </td>
90        <td class="msource">ComboBox</td>
91    </tr>
92        <tr class="config-row inherited alt expandable">
93        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
94        <td class="sig">
95        <a id="Ext.form.ComboBox-autoEl"></a>
96            <b>autoEl</b> : String/Object            <div class="mdesc">
97                        <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>
98            <div class="long">
99                A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
100{xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>
101                        </div>
102        </td>
103        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>
104    </tr>
105        <tr class="config-row inherited expandable">
106        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
107        <td class="sig">
108        <a id="Ext.form.ComboBox-autoHeight"></a>
109            <b>autoHeight</b> : Boolean            <div class="mdesc">
110                        <div class="short">True to use height:'auto', false to use fixed height (defaults to false). Note: Although many components inherit this...</div>
111            <div class="long">
112                True to use height:'auto', false to use fixed height (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a height of 'auto'. Setting autoHeight:true means that the browser will manage height based on the element's contents, and that Ext will not manage it at all.            </div>
113                        </div>
114        </td>
115        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>
116    </tr>
117        <tr class="config-row inherited alt expandable">
118        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
119        <td class="sig">
120        <a id="Ext.form.ComboBox-autoShow"></a>
121            <b>autoShow</b> : Boolean            <div class="mdesc">
122                        <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>
123            <div class="long">
124                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>
125                        </div>
126        </td>
127        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
128    </tr>
129        <tr class="config-row inherited expandable">
130        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
131        <td class="sig">
132        <a id="Ext.form.ComboBox-autoWidth"></a>
133            <b>autoWidth</b> : Boolean            <div class="mdesc">
134                        <div class="short">True to use width:'auto', false to use fixed width (defaults to false). Note: Although many components inherit this c...</div>
135            <div class="long">
136                True to use width:'auto', false to use fixed width (defaults to false). <b>Note</b>: Although many components inherit this config option, not all will function as expected with a width of 'auto'. Setting autoWidth:true means that the browser will manage width based on the element's contents, and that Ext will not manage it at all.            </div>
137                        </div>
138        </td>
139        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoWidth" href="output/Ext.BoxComponent.html#autoWidth">BoxComponent</a></td>
140    </tr>
141        <tr class="config-row inherited alt">
142        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
143        <td class="sig">
144        <a id="Ext.form.ComboBox-blankText"></a>
145            <b>blankText</b> : String            <div class="mdesc">
146                            Error text to display if the allow blank validation fails (defaults to "This field is required")                        </div>
147        </td>
148        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#blankText" href="output/Ext.form.TextField.html#blankText">TextField</a></td>
149    </tr>
150        <tr class="config-row inherited expandable">
151        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
152        <td class="sig">
153        <a id="Ext.form.ComboBox-clearCls"></a>
154            <b>clearCls</b> : String            <div class="mdesc">
155                        <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>
156            <div class="long">
157                The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>
158                        </div>
159        </td>
160        <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>
161    </tr>
162        <tr class="config-row inherited alt expandable">
163        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
164        <td class="sig">
165        <a id="Ext.form.ComboBox-cls"></a>
166            <b>cls</b> : String            <div class="mdesc">
167                        <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>
168            <div class="long">
169                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>
170                        </div>
171        </td>
172        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
173    </tr>
174        <tr class="config-row inherited expandable">
175        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
176        <td class="sig">
177        <a id="Ext.form.ComboBox-ctCls"></a>
178            <b>ctCls</b> : String            <div class="mdesc">
179                        <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>
180            <div class="long">
181                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>
182                        </div>
183        </td>
184        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
185    </tr>
186        <tr class="config-row inherited alt">
187        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
188        <td class="sig">
189        <a id="Ext.form.ComboBox-disableKeyFilter"></a>
190            <b>disableKeyFilter</b> : Boolean            <div class="mdesc">
191                            True to disable input keystroke filtering (defaults to false)                        </div>
192        </td>
193        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#disableKeyFilter" href="output/Ext.form.TextField.html#disableKeyFilter">TextField</a></td>
194    </tr>
195        <tr class="config-row inherited">
196        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
197        <td class="sig">
198        <a id="Ext.form.ComboBox-disabled"></a>
199            <b>disabled</b> : Boolean            <div class="mdesc">
200                            Render this component disabled (default is false).                        </div>
201        </td>
202        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
203    </tr>
204        <tr class="config-row inherited alt">
205        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
206        <td class="sig">
207        <a id="Ext.form.ComboBox-disabledClass"></a>
208            <b>disabledClass</b> : String            <div class="mdesc">
209                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
210        </td>
211        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
212    </tr>
213        <tr class="config-row expandable">
214        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
215        <td class="sig">
216        <a id="Ext.form.ComboBox-displayField"></a>
217            <b>displayField</b> : String            <div class="mdesc">
218                        <div class="short">The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if transf...</div>
219            <div class="long">
220                The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if transforming a select)            </div>
221                        </div>
222        </td>
223        <td class="msource">ComboBox</td>
224    </tr>
225        <tr class="config-row alt">
226        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
227        <td class="sig">
228        <a id="Ext.form.ComboBox-editable"></a>
229            <b>editable</b> : Boolean            <div class="mdesc">
230                            False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)                        </div>
231        </td>
232        <td class="msource">ComboBox</td>
233    </tr>
234        <tr class="config-row inherited expandable">
235        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
236        <td class="sig">
237        <a id="Ext.form.ComboBox-emptyClass"></a>
238            <b>emptyClass</b> : String            <div class="mdesc">
239                        <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>
240            <div class="long">
241                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>
242                        </div>
243        </td>
244        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyClass" href="output/Ext.form.TextField.html#emptyClass">TextField</a></td>
245    </tr>
246        <tr class="config-row inherited alt expandable">
247        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
248        <td class="sig">
249        <a id="Ext.form.ComboBox-emptyText"></a>
250            <b>emptyText</b> : String            <div class="mdesc">
251                        <div class="short">The default text to place into an empty field (defaults to null). Note that this value will be submitted to the serve...</div>
252            <div class="long">
253                The default text to place into an empty field (defaults to null). Note that this value will be submitted to the server if this field is enabled and configured with a <a ext:cls="Ext.form.TextField" ext:member="name" href="output/Ext.form.TextField.html#name">name</a>.            </div>
254                        </div>
255        </td>
256        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyText" href="output/Ext.form.TextField.html#emptyText">TextField</a></td>
257    </tr>
258        <tr class="config-row inherited">
259        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
260        <td class="sig">
261        <a id="Ext.form.ComboBox-fieldClass"></a>
262            <b>fieldClass</b> : String            <div class="mdesc">
263                            The default CSS class for the field (defaults to "x-form-field")                        </div>
264        </td>
265        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldClass" href="output/Ext.form.Field.html#fieldClass">Field</a></td>
266    </tr>
267        <tr class="config-row inherited alt expandable">
268        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
269        <td class="sig">
270        <a id="Ext.form.ComboBox-fieldLabel"></a>
271            <b>fieldLabel</b> : String            <div class="mdesc">
272                        <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>
273            <div class="long">
274                The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
275    height: 100,
276    renderTo: Ext.getBody(),
277    items: [{
278        xtype: <em>'textfield'</em>,
279        fieldLabel: <em>'Name'</em>
280    }]
281});</code></pre>            </div>
282                        </div>
283        </td>
284        <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</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.ComboBox-focusClass"></a>
290            <b>focusClass</b> : String            <div class="mdesc">
291                            The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>
292        </td>
293        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#focusClass" href="output/Ext.form.Field.html#focusClass">Field</a></td>
294    </tr>
295        <tr class="config-row alt expandable">
296        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
297        <td class="sig">
298        <a id="Ext.form.ComboBox-forceSelection"></a>
299            <b>forceSelection</b> : Boolean            <div class="mdesc">
300                        <div class="short">True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text i...</div>
301            <div class="long">
302                True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to false)            </div>
303                        </div>
304        </td>
305        <td class="msource">ComboBox</td>
306    </tr>
307        <tr class="config-row">
308        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
309        <td class="sig">
310        <a id="Ext.form.ComboBox-handleHeight"></a>
311            <b>handleHeight</b> : Number            <div class="mdesc">
312                            The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)                        </div>
313        </td>
314        <td class="msource">ComboBox</td>
315    </tr>
316        <tr class="config-row inherited alt">
317        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
318        <td class="sig">
319        <a id="Ext.form.ComboBox-height"></a>
320            <b>height</b> : Number            <div class="mdesc">
321                            The height of this component in pixels (defaults to auto).                        </div>
322        </td>
323        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
324    </tr>
325        <tr class="config-row inherited">
326        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
327        <td class="sig">
328        <a id="Ext.form.ComboBox-hidden"></a>
329            <b>hidden</b> : Boolean            <div class="mdesc">
330                            Render this component hidden (default is false).                        </div>
331        </td>
332        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
333    </tr>
334        <tr class="config-row alt expandable">
335        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
336        <td class="sig">
337        <a id="Ext.form.ComboBox-hiddenId"></a>
338            <b>hiddenId</b> : String            <div class="mdesc">
339                        <div class="short">If hiddenName is specified, hiddenId can also be provided to give the hidden field a unique id (defaults to the hidde...</div>
340            <div class="long">
341                If <a ext:cls="Ext.form.ComboBox" ext:member="hiddenName" href="output/Ext.form.ComboBox.html#hiddenName">hiddenName</a> is specified, hiddenId can also be provided to give the hidden field a unique id (defaults to the hiddenName). The hiddenId and combo <a ext:cls="Ext.form.ComboBox" ext:member="id" href="output/Ext.form.ComboBox.html#id">id</a> should be different, since no two DOM nodes should share the same id.            </div>
342                        </div>
343        </td>
344        <td class="msource">ComboBox</td>
345    </tr>
346        <tr class="config-row expandable">
347        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
348        <td class="sig">
349        <a id="Ext.form.ComboBox-hiddenName"></a>
350            <b>hiddenName</b> : String            <div class="mdesc">
351                        <div class="short">If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults t...</div>
352            <div class="long">
353                If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name). Required for the combo's value to automatically post during a form submission. Note that the hidden field's id will also default to this name if <a ext:cls="Ext.form.ComboBox" ext:member="hiddenId" href="output/Ext.form.ComboBox.html#hiddenId">hiddenId</a> is not specified. The combo's id and the hidden field's ids should be different, since no two DOM nodes should share the same id, so if the combo and hidden names are the same, you should specify a unique hiddenId.            </div>
354                        </div>
355        </td>
356        <td class="msource">ComboBox</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.ComboBox-hideLabel"></a>
362            <b>hideLabel</b> : Boolean            <div class="mdesc">
363                        <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>
364            <div class="long">
365                True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
366    height: 100,
367    renderTo: Ext.getBody(),
368    items: [{
369        xtype: <em>'textfield'</em>
370        hideLabel: true
371    }]
372});</code></pre>            </div>
373                        </div>
374        </td>
375        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>
376    </tr>
377        <tr class="config-row inherited expandable">
378        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
379        <td class="sig">
380        <a id="Ext.form.ComboBox-hideMode"></a>
381            <b>hideMode</b> : String            <div class="mdesc">
382                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
383            <div class="long">
384                <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>
385                        </div>
386        </td>
387        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
388    </tr>
389        <tr class="config-row inherited alt expandable">
390        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
391        <td class="sig">
392        <a id="Ext.form.ComboBox-hideParent"></a>
393            <b>hideParent</b> : Boolean            <div class="mdesc">
394                        <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>
395            <div class="long">
396                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>
397                        </div>
398        </td>
399        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
400    </tr>
401        <tr class="config-row inherited">
402        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
403        <td class="sig">
404        <a id="Ext.form.ComboBox-hideTrigger"></a>
405            <b>hideTrigger</b> : Boolean            <div class="mdesc">
406                            True to hide the trigger element and display only the base text field (defaults to false)                        </div>
407        </td>
408        <td class="msource"><a ext:cls="Ext.form.TriggerField" ext:member="#hideTrigger" href="output/Ext.form.TriggerField.html#hideTrigger">TriggerField</a></td>
409    </tr>
410        <tr class="config-row inherited alt expandable">
411        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
412        <td class="sig">
413        <a id="Ext.form.ComboBox-id"></a>
414            <b>id</b> : String            <div class="mdesc">
415                        <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>
416            <div class="long">
417                The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>
418                        </div>
419        </td>
420        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
421    </tr>
422        <tr class="config-row inherited expandable">
423        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
424        <td class="sig">
425        <a id="Ext.form.ComboBox-inputType"></a>
426            <b>inputType</b> : String            <div class="mdesc">
427                        <div class="short">The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "p...</div>
428            <div class="long">
429                The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "password" must be used to render those field types currently -- there are no separate Ext components for those. Note that if you use <tt>inputType:'file'</tt>, <a ext:cls="Ext.form.Field" ext:member="emptyText" href="output/Ext.form.Field.html#emptyText">emptyText</a> is not supported and should be avoided.            </div>
430                        </div>
431        </td>
432        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#inputType" href="output/Ext.form.Field.html#inputType">Field</a></td>
433    </tr>
434        <tr class="config-row inherited alt">
435        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
436        <td class="sig">
437        <a id="Ext.form.ComboBox-invalidClass"></a>
438            <b>invalidClass</b> : String            <div class="mdesc">
439                            The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>
440        </td>
441        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidClass" href="output/Ext.form.Field.html#invalidClass">Field</a></td>
442    </tr>
443        <tr class="config-row inherited expandable">
444        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
445        <td class="sig">
446        <a id="Ext.form.ComboBox-invalidText"></a>
447            <b>invalidText</b> : String            <div class="mdesc">
448                        <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>
449            <div class="long">
450                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>
451                        </div>
452        </td>
453        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidText" href="output/Ext.form.Field.html#invalidText">Field</a></td>
454    </tr>
455        <tr class="config-row inherited alt expandable">
456        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
457        <td class="sig">
458        <a id="Ext.form.ComboBox-itemCls"></a>
459            <b>itemCls</b> : String            <div class="mdesc">
460                        <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>
461            <div class="long">
462                An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
463&lt;style>
464    .required .x-form-item-label {font-weight:bold;color:red;}
465&lt;/style>
466
467<b>new</b> Ext.FormPanel({
468    height: 100,
469    renderTo: Ext.getBody(),
470    items: [{
471        xtype: <em>'textfield'</em>,
472        fieldLabel: <em>'Name'</em>,
473        itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
474    },{
475        xtype: <em>'textfield'</em>,
476        fieldLabel: <em>'Favorite Color'</em>
477    }]
478});</code></pre>            </div>
479                        </div>
480        </td>
481        <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>
482    </tr>
483        <tr class="config-row expandable">
484        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
485        <td class="sig">
486        <a id="Ext.form.ComboBox-itemSelector"></a>
487            <b>itemSelector</b> : String            <div class="mdesc">
488                        <div class="short">This setting is required if a custom XTemplate has been specified in tpl which assigns a class other than 'x-combo-li...</div>
489            <div class="long">
490                <b>This setting is required if a custom XTemplate has been specified in <a ext:cls="Ext.form.ComboBox" ext:member="tpl" href="output/Ext.form.ComboBox.html#tpl">tpl</a> which assigns a class other than <pre>'x-combo-list-item'</pre> to dropdown list items</b>. A simple CSS selector (e.g. div.some-class or span:first-child) that will be used to determine what nodes the DataView which handles the dropdown display will be working with.            </div>
491                        </div>
492        </td>
493        <td class="msource">ComboBox</td>
494    </tr>
495        <tr class="config-row inherited alt expandable">
496        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
497        <td class="sig">
498        <a id="Ext.form.ComboBox-labelSeparator"></a>
499            <b>labelSeparator</b> : String            <div class="mdesc">
500                        <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>
501            <div class="long">
502                The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
503    height: 100,
504    renderTo: Ext.getBody(),
505    items: [{
506        xtype: <em>'textfield'</em>,
507        fieldLabel: <em>'Name'</em>,
508        labelSeparator: <em>'...'</em>
509    }]
510});</code></pre>            </div>
511                        </div>
512        </td>
513        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>
514    </tr>
515        <tr class="config-row inherited expandable">
516        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
517        <td class="sig">
518        <a id="Ext.form.ComboBox-labelStyle"></a>
519            <b>labelStyle</b> : String            <div class="mdesc">
520                        <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>
521            <div class="long">
522                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
523    height: 100,
524    renderTo: Ext.getBody(),
525    items: [{
526        xtype: <em>'textfield'</em>,
527        fieldLabel: <em>'Name'</em>,
528        labelStyle: <em>'font-weight:bold;'</em>
529    }]
530});</code></pre>            </div>
531                        </div>
532        </td>
533        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>
534    </tr>
535        <tr class="config-row alt">
536        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
537        <td class="sig">
538        <a id="Ext.form.ComboBox-lazyInit"></a>
539            <b>lazyInit</b> : Boolean            <div class="mdesc">
540                            True to not initialize the list for this combo until the field is focused (defaults to true)                        </div>
541        </td>
542        <td class="msource">ComboBox</td>
543    </tr>
544        <tr class="config-row expandable">
545        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
546        <td class="sig">
547        <a id="Ext.form.ComboBox-lazyRender"></a>
548            <b>lazyRender</b> : Boolean            <div class="mdesc">
549                        <div class="short">True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor,...</div>
550            <div class="long">
551                True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor, defaults to false).            </div>
552                        </div>
553        </td>
554        <td class="msource">ComboBox</td>
555    </tr>
556        <tr class="config-row alt">
557        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
558        <td class="sig">
559        <a id="Ext.form.ComboBox-listAlign"></a>
560            <b>listAlign</b> : String            <div class="mdesc">
561                            A valid anchor position value. See <a ext:cls="Ext.Element" ext:member="alignTo" href="output/Ext.Element.html#alignTo">Ext.Element.alignTo</a> for details on supported anchor positions (defaults to 'tl-bl')                        </div>
562        </td>
563        <td class="msource">ComboBox</td>
564    </tr>
565        <tr class="config-row">
566        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
567        <td class="sig">
568        <a id="Ext.form.ComboBox-listClass"></a>
569            <b>listClass</b> : String            <div class="mdesc">
570                            CSS class to apply to the dropdown list element (defaults to '')                        </div>
571        </td>
572        <td class="msource">ComboBox</td>
573    </tr>
574        <tr class="config-row alt">
575        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
576        <td class="sig">
577        <a id="Ext.form.ComboBox-listWidth"></a>
578            <b>listWidth</b> : Number            <div class="mdesc">
579                            The width in pixels of the dropdown list (defaults to the width of the ComboBox field)                        </div>
580        </td>
581        <td class="msource">ComboBox</td>
582    </tr>
583        <tr class="config-row inherited expandable">
584        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
585        <td class="sig">
586        <a id="Ext.form.ComboBox-listeners"></a>
587            <b>listeners</b> : Object            <div class="mdesc">
588                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
589            <div class="long">
590                (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
591                        </div>
592        </td>
593        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
594    </tr>
595        <tr class="config-row alt expandable">
596        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
597        <td class="sig">
598        <a id="Ext.form.ComboBox-loadingText"></a>
599            <b>loadingText</b> : String            <div class="mdesc">
600                        <div class="short">The text to display in the dropdown list while data is loading. Only applies when mode = 'remote' (defaults to 'Loadi...</div>
601            <div class="long">
602                The text to display in the dropdown list while data is loading. Only applies when mode = 'remote' (defaults to 'Loading...')            </div>
603                        </div>
604        </td>
605        <td class="msource">ComboBox</td>
606    </tr>
607        <tr class="config-row inherited">
608        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
609        <td class="sig">
610        <a id="Ext.form.ComboBox-maskRe"></a>
611            <b>maskRe</b> : RegExp            <div class="mdesc">
612                            An input mask regular expression that will be used to filter keystrokes that don't match (defaults to null)                        </div>
613        </td>
614        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maskRe" href="output/Ext.form.TextField.html#maskRe">TextField</a></td>
615    </tr>
616        <tr class="config-row alt">
617        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
618        <td class="sig">
619        <a id="Ext.form.ComboBox-maxHeight"></a>
620            <b>maxHeight</b> : Number            <div class="mdesc">
621                            The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300)                        </div>
622        </td>
623        <td class="msource">ComboBox</td>
624    </tr>
625        <tr class="config-row inherited">
626        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
627        <td class="sig">
628        <a id="Ext.form.ComboBox-maxLength"></a>
629            <b>maxLength</b> : Number            <div class="mdesc">
630                            Maximum input field length allowed (defaults to Number.MAX_VALUE)                        </div>
631        </td>
632        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLength" href="output/Ext.form.TextField.html#maxLength">TextField</a></td>
633    </tr>
634        <tr class="config-row inherited alt expandable">
635        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
636        <td class="sig">
637        <a id="Ext.form.ComboBox-maxLengthText"></a>
638            <b>maxLengthText</b> : String            <div class="mdesc">
639                        <div class="short">Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxL...</div>
640            <div class="long">
641                Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")            </div>
642                        </div>
643        </td>
644        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLengthText" href="output/Ext.form.TextField.html#maxLengthText">TextField</a></td>
645    </tr>
646        <tr class="config-row expandable">
647        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
648        <td class="sig">
649        <a id="Ext.form.ComboBox-minChars"></a>
650            <b>minChars</b> : Number            <div class="mdesc">
651                        <div class="short">The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remo...</div>
652            <div class="long">
653                The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remote or 0 if local, does not apply if editable = false)            </div>
654                        </div>
655        </td>
656        <td class="msource">ComboBox</td>
657    </tr>
658        <tr class="config-row alt expandable">
659        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
660        <td class="sig">
661        <a id="Ext.form.ComboBox-minHeight"></a>
662            <b>minHeight</b> : Number            <div class="mdesc">
663                        <div class="short">The minimum height in pixels of the dropdown list when the list is constrained by its distance to the viewport edges ...</div>
664            <div class="long">
665                The minimum height in pixels of the dropdown list when the list is constrained by its distance to the viewport edges (defaults to 90)            </div>
666                        </div>
667        </td>
668        <td class="msource">ComboBox</td>
669    </tr>
670        <tr class="config-row inherited">
671        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
672        <td class="sig">
673        <a id="Ext.form.ComboBox-minLength"></a>
674            <b>minLength</b> : Number            <div class="mdesc">
675                            Minimum input field length required (defaults to 0)                        </div>
676        </td>
677        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLength" href="output/Ext.form.TextField.html#minLength">TextField</a></td>
678    </tr>
679        <tr class="config-row inherited alt expandable">
680        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
681        <td class="sig">
682        <a id="Ext.form.ComboBox-minLengthText"></a>
683            <b>minLengthText</b> : String            <div class="mdesc">
684                        <div class="short">Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minL...</div>
685            <div class="long">
686                Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")            </div>
687                        </div>
688        </td>
689        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLengthText" href="output/Ext.form.TextField.html#minLengthText">TextField</a></td>
690    </tr>
691        <tr class="config-row">
692        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
693        <td class="sig">
694        <a id="Ext.form.ComboBox-minListWidth"></a>
695            <b>minListWidth</b> : Number            <div class="mdesc">
696                            The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value)                        </div>
697        </td>
698        <td class="msource">ComboBox</td>
699    </tr>
700        <tr class="config-row alt">
701        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
702        <td class="sig">
703        <a id="Ext.form.ComboBox-mode"></a>
704            <b>mode</b> : String            <div class="mdesc">
705                            Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server)                        </div>
706        </td>
707        <td class="msource">ComboBox</td>
708    </tr>
709        <tr class="config-row inherited">
710        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
711        <td class="sig">
712        <a id="Ext.form.ComboBox-msgFx"></a>
713            <b>msgFx</b> : String            <div class="mdesc">
714                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>
715        </td>
716        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</a></td>
717    </tr>
718        <tr class="config-row inherited alt expandable">
719        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
720        <td class="sig">
721        <a id="Ext.form.ComboBox-msgTarget"></a>
722            <b>msgTarget</b> : String            <div class="mdesc">
723                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>
724            <div class="long">
725                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description
726-----------   ----------------------------------------------------------------------
727qtip          Display a quick tip when the user hovers over the field
728title         Display a default browser title attribute popup
729under         Add a block div beneath the field containing the error text
730side          Add an error icon to the right of the field with a popup on hover
731[element id]  Add the error text directly to the innerHTML of the specified element</pre>            </div>
732                        </div>
733        </td>
734        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</a></td>
735    </tr>
736        <tr class="config-row inherited">
737        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
738        <td class="sig">
739        <a id="Ext.form.ComboBox-name"></a>
740            <b>name</b> : String            <div class="mdesc">
741                            The field's HTML name attribute (defaults to "").                        </div>
742        </td>
743        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>
744    </tr>
745        <tr class="config-row inherited alt expandable">
746        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
747        <td class="sig">
748        <a id="Ext.form.ComboBox-overCls"></a>
749            <b>overCls</b> : String            <div class="mdesc">
750                        <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>
751            <div class="long">
752                An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>
753                        </div>
754        </td>
755        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
756    </tr>
757        <tr class="config-row expandable">
758        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
759        <td class="sig">
760        <a id="Ext.form.ComboBox-pageSize"></a>
761            <b>pageSize</b> : Number            <div class="mdesc">
762                        <div class="short">If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execu...</div>
763            <div class="long">
764                If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execute with page start and limit parameters. Only applies when mode = 'remote' (defaults to 0)            </div>
765                        </div>
766        </td>
767        <td class="msource">ComboBox</td>
768    </tr>
769        <tr class="config-row inherited alt">
770        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
771        <td class="sig">
772        <a id="Ext.form.ComboBox-pageX"></a>
773            <b>pageX</b> : Number            <div class="mdesc">
774                            The page level x coordinate for this component if contained within a positioning container.                        </div>
775        </td>
776        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
777    </tr>
778        <tr class="config-row inherited">
779        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
780        <td class="sig">
781        <a id="Ext.form.ComboBox-pageY"></a>
782            <b>pageY</b> : Number            <div class="mdesc">
783                            The page level y coordinate for this component if contained within a positioning container.                        </div>
784        </td>
785        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
786    </tr>
787        <tr class="config-row inherited alt expandable">
788        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
789        <td class="sig">
790        <a id="Ext.form.ComboBox-plugins"></a>
791            <b>plugins</b> : Object/Array            <div class="mdesc">
792                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
793            <div class="long">
794                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>
795                        </div>
796        </td>
797        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
798    </tr>
799        <tr class="config-row expandable">
800        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
801        <td class="sig">
802        <a id="Ext.form.ComboBox-queryDelay"></a>
803            <b>queryDelay</b> : Number            <div class="mdesc">
804                        <div class="short">The length of time in milliseconds to delay between the start of typing and sending the query to filter the dropdown ...</div>
805            <div class="long">
806                The length of time in milliseconds to delay between the start of typing and sending the query to filter the dropdown list (defaults to 500 if mode = 'remote' or 10 if mode = 'local')            </div>
807                        </div>
808        </td>
809        <td class="msource">ComboBox</td>
810    </tr>
811        <tr class="config-row alt">
812        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
813        <td class="sig">
814        <a id="Ext.form.ComboBox-queryParam"></a>
815            <b>queryParam</b> : String            <div class="mdesc">
816                            Name of the query as it will be passed on the querystring (defaults to 'query')                        </div>
817        </td>
818        <td class="msource">ComboBox</td>
819    </tr>
820        <tr class="config-row inherited expandable">
821        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
822        <td class="sig">
823        <a id="Ext.form.ComboBox-readOnly"></a>
824            <b>readOnly</b> : Boolean            <div class="mdesc">
825                        <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>
826            <div class="long">
827                True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.            </div>
828                        </div>
829        </td>
830        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#readOnly" href="output/Ext.form.Field.html#readOnly">Field</a></td>
831    </tr>
832        <tr class="config-row inherited alt expandable">
833        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
834        <td class="sig">
835        <a id="Ext.form.ComboBox-regex"></a>
836            <b>regex</b> : RegExp            <div class="mdesc">
837                        <div class="short">A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, t...</div>
838            <div class="long">
839                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>
840                        </div>
841        </td>
842        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#regex" href="output/Ext.form.TextField.html#regex">TextField</a></td>
843    </tr>
844        <tr class="config-row inherited">
845        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
846        <td class="sig">
847        <a id="Ext.form.ComboBox-regexText"></a>
848            <b>regexText</b> : String            <div class="mdesc">
849                            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>
850        </td>
851        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#regexText" href="output/Ext.form.TextField.html#regexText">TextField</a></td>
852    </tr>
853        <tr class="config-row inherited alt expandable">
854        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
855        <td class="sig">
856        <a id="Ext.form.ComboBox-renderTo"></a>
857            <b>renderTo</b> : Mixed            <div class="mdesc">
858                        <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>
859            <div class="long">
860                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>
861                        </div>
862        </td>
863        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
864    </tr>
865        <tr class="config-row">
866        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
867        <td class="sig">
868        <a id="Ext.form.ComboBox-resizable"></a>
869            <b>resizable</b> : Boolean            <div class="mdesc">
870                            True to add a resize handle to the bottom of the dropdown list (defaults to false)                        </div>
871        </td>
872        <td class="msource">ComboBox</td>
873    </tr>
874        <tr class="config-row alt expandable">
875        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
876        <td class="sig">
877        <a id="Ext.form.ComboBox-selectOnFocus"></a>
878            <b>selectOnFocus</b> : Boolean            <div class="mdesc">
879                        <div class="short">True to select any existing text in the field immediately on focus. Only applies when editable = true (defaults to fa...</div>
880            <div class="long">
881                True to select any existing text in the field immediately on focus. Only applies when editable = true (defaults to false)            </div>
882                        </div>
883        </td>
884        <td class="msource">ComboBox</td>
885    </tr>
886        <tr class="config-row">
887        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
888        <td class="sig">
889        <a id="Ext.form.ComboBox-selectedClass"></a>
890            <b>selectedClass</b> : String            <div class="mdesc">
891                            CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected')                        </div>
892        </td>
893        <td class="msource">ComboBox</td>
894    </tr>
895        <tr class="config-row alt">
896        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
897        <td class="sig">
898        <a id="Ext.form.ComboBox-shadow"></a>
899            <b>shadow</b> : Boolean/String            <div class="mdesc">
900                            True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right                        </div>
901        </td>
902        <td class="msource">ComboBox</td>
903    </tr>
904        <tr class="config-row inherited expandable">
905        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
906        <td class="sig">
907        <a id="Ext.form.ComboBox-stateEvents"></a>
908            <b>stateEvents</b> : Array            <div class="mdesc">
909                        <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>
910            <div class="long">
911                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>
912                        </div>
913        </td>
914        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
915    </tr>
916        <tr class="config-row inherited alt expandable">
917        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918        <td class="sig">
919        <a id="Ext.form.ComboBox-stateId"></a>
920            <b>stateId</b> : String            <div class="mdesc">
921                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>
922            <div class="long">
923                The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
924                        </div>
925        </td>
926        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
927    </tr>
928        <tr class="config-row inherited expandable">
929        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
930        <td class="sig">
931        <a id="Ext.form.ComboBox-stateful"></a>
932            <b>stateful</b> : Boolean            <div class="mdesc">
933                        <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>
934            <div class="long">
935                <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>
936                        </div>
937        </td>
938        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
939    </tr>
940        <tr class="config-row alt expandable">
941        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
942        <td class="sig">
943        <a id="Ext.form.ComboBox-store"></a>
944            <b>store</b> : Ext.data.Store/Array            <div class="mdesc">
945                        <div class="short">The data source to which this combo is bound (defaults to undefined). This can be any Ext.data.Store subclass, a 1-di...</div>
946            <div class="long">
947                The data source to which this combo is bound (defaults to undefined). This can be any <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> subclass, a 1-dimensional array (e.g., ['Foo','Bar']) or a 2-dimensional array (e.g., [['f','Foo'],['b','Bar']]). Arrays will be converted to a <a ext:cls="Ext.data.SimpleStore" href="output/Ext.data.SimpleStore.html">Ext.data.SimpleStore</a> internally. 1-dimensional arrays will automatically be expanded (each array item will be the combo value and text) and for multi-dimensional arrays, the value in index 0 of each item will be assumed to be the combo value, while the value at index 1 is assumed to be the combo text.            </div>
948                        </div>
949        </td>
950        <td class="msource">ComboBox</td>
951    </tr>
952        <tr class="config-row inherited">
953        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
954        <td class="sig">
955        <a id="Ext.form.ComboBox-stripCharsRe"></a>
956            <b>stripCharsRe</b> : RegExp            <div class="mdesc">
957                            A JavaScript RegExp object used to strip unwanted content from the value before validation (defaults to null).                        </div>
958        </td>
959        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#stripCharsRe" href="output/Ext.form.TextField.html#stripCharsRe">TextField</a></td>
960    </tr>
961        <tr class="config-row inherited alt expandable">
962        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
963        <td class="sig">
964        <a id="Ext.form.ComboBox-style"></a>
965            <b>style</b> : String            <div class="mdesc">
966                        <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>
967            <div class="long">
968                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>
969                        </div>
970        </td>
971        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
972    </tr>
973        <tr class="config-row inherited expandable">
974        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
975        <td class="sig">
976        <a id="Ext.form.ComboBox-tabIndex"></a>
977            <b>tabIndex</b> : Number            <div class="mdesc">
978                        <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>
979            <div class="long">
980                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>
981                        </div>
982        </td>
983        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#tabIndex" href="output/Ext.form.Field.html#tabIndex">Field</a></td>
984    </tr>
985        <tr class="config-row alt expandable">
986        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
987        <td class="sig">
988        <a id="Ext.form.ComboBox-title"></a>
989            <b>title</b> : String            <div class="mdesc">
990                        <div class="short">If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults t...</div>
991            <div class="long">
992                If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults to undefined, with no header element)            </div>
993                        </div>
994        </td>
995        <td class="msource">ComboBox</td>
996    </tr>
997        <tr class="config-row expandable">
998        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
999        <td class="sig">
1000        <a id="Ext.form.ComboBox-tpl"></a>
1001            <b>tpl</b> : String/Ext.XTemplate            <div class="mdesc">
1002                        <div class="short">The template string, or Ext.XTemplate instance to use to display each item in the dropdown list. Use this to create c...</div>
1003            <div class="long">
1004                The template string, or <a ext:cls="Ext.XTemplate" href="output/Ext.XTemplate.html">Ext.XTemplate</a> instance to use to display each item in the dropdown list. Use this to create custom UI layouts for items in the list. <p> If you wish to preserve the default visual look of list items, add the CSS class name <pre>x-combo-list-item</pre> to the template's container element. <p> <b>The template must contain one or more substitution parameters using field names from the Combo's</b> <a ext:cls="Ext.form.ComboBox" ext:member="store" href="output/Ext.form.ComboBox.html#store">Store</a>. An example of a custom template would be adding an <pre>ext:qtip</pre> attribute which might display other fields from the Store. <p> The dropdown list is displayed in a DataView. See <a ext:cls="Ext.DataView" href="output/Ext.DataView.html">Ext.DataView</a> for details.            </div>
1005                        </div>
1006        </td>
1007        <td class="msource">ComboBox</td>
1008    </tr>
1009        <tr class="config-row alt expandable">
1010        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1011        <td class="sig">
1012        <a id="Ext.form.ComboBox-transform"></a>
1013            <b>transform</b> : Mixed            <div class="mdesc">
1014                        <div class="short">The id, DOM node or element of an existing HTML SELECT to convert to a ComboBox. Note that if you specify this and th...</div>
1015            <div class="long">
1016                The id, DOM node or element of an existing HTML SELECT to convert to a ComboBox. Note that if you specify this and the combo is going to be in a <a ext:cls="Ext.form.BasicForm" href="output/Ext.form.BasicForm.html">Ext.form.BasicForm</a> or <a ext:cls="Ext.form.FormPanel" href="output/Ext.form.FormPanel.html">Ext.form.FormPanel</a>, you must also set <a ext:cls="Ext.form.ComboBox" ext:member="lazyRender" href="output/Ext.form.ComboBox.html#lazyRender">lazyRender</a> = true.            </div>
1017                        </div>
1018        </td>
1019        <td class="msource">ComboBox</td>
1020    </tr>
1021        <tr class="config-row expandable">
1022        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1023        <td class="sig">
1024        <a id="Ext.form.ComboBox-triggerAction"></a>
1025            <b>triggerAction</b> : String            <div class="mdesc">
1026                        <div class="short">The action to execute when the trigger is clicked. Use 'all' to run the query specified by the allQuery config option...</div>
1027            <div class="long">
1028                The action to execute when the trigger is clicked. Use 'all' to run the query specified by the allQuery config option (defaults to 'query')            </div>
1029                        </div>
1030        </td>
1031        <td class="msource">ComboBox</td>
1032    </tr>
1033        <tr class="config-row alt expandable">
1034        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1035        <td class="sig">
1036        <a id="Ext.form.ComboBox-triggerClass"></a>
1037            <b>triggerClass</b> : String            <div class="mdesc">
1038                        <div class="short">An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and ...</div>
1039            <div class="long">
1040                An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerClass will be <b>appended</b> if specified (defaults to 'x-form-arrow-trigger' which displays a downward arrow icon).            </div>
1041                        </div>
1042        </td>
1043        <td class="msource">ComboBox</td>
1044    </tr>
1045        <tr class="config-row expandable">
1046        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1047        <td class="sig">
1048        <a id="Ext.form.ComboBox-typeAhead"></a>
1049            <b>typeAhead</b> : Boolean            <div class="mdesc">
1050                        <div class="short">True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if ...</div>
1051            <div class="long">
1052                True to populate and autoselect the remainder of the text being typed after a configurable delay (<a ext:cls="Ext.form.ComboBox" ext:member="typeAheadDelay" href="output/Ext.form.ComboBox.html#typeAheadDelay">typeAheadDelay</a>) if it matches a known value (defaults to false)            </div>
1053                        </div>
1054        </td>
1055        <td class="msource">ComboBox</td>
1056    </tr>
1057        <tr class="config-row alt">
1058        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1059        <td class="sig">
1060        <a id="Ext.form.ComboBox-typeAheadDelay"></a>
1061            <b>typeAheadDelay</b> : Number            <div class="mdesc">
1062                            The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true (defaults to 250)                        </div>
1063        </td>
1064        <td class="msource">ComboBox</td>
1065    </tr>
1066        <tr class="config-row inherited">
1067        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1068        <td class="sig">
1069        <a id="Ext.form.ComboBox-validateOnBlur"></a>
1070            <b>validateOnBlur</b> : Boolean            <div class="mdesc">
1071                            Whether the field should validate when it loses focus (defaults to true).                        </div>
1072        </td>
1073        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validateOnBlur" href="output/Ext.form.Field.html#validateOnBlur">Field</a></td>
1074    </tr>
1075        <tr class="config-row inherited alt">
1076        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1077        <td class="sig">
1078        <a id="Ext.form.ComboBox-validationDelay"></a>
1079            <b>validationDelay</b> : Number            <div class="mdesc">
1080                            The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)                        </div>
1081        </td>
1082        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationDelay" href="output/Ext.form.Field.html#validationDelay">Field</a></td>
1083    </tr>
1084        <tr class="config-row inherited">
1085        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1086        <td class="sig">
1087        <a id="Ext.form.ComboBox-validationEvent"></a>
1088            <b>validationEvent</b> : String/Boolean            <div class="mdesc">
1089                            The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").                        </div>
1090        </td>
1091        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validationEvent" href="output/Ext.form.Field.html#validationEvent">Field</a></td>
1092    </tr>
1093        <tr class="config-row inherited alt expandable">
1094        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1095        <td class="sig">
1096        <a id="Ext.form.ComboBox-validator"></a>
1097            <b>validator</b> : Function            <div class="mdesc">
1098                        <div class="short">A custom validation function to be called during field validation (defaults to null). If specified, this function wil...</div>
1099            <div class="long">
1100                A custom validation function to be called during field validation (defaults to null). If specified, this function will be called only after the built-in validations (<a ext:cls="Ext.form.TextField" ext:member="allowBlank" href="output/Ext.form.TextField.html#allowBlank">allowBlank</a>, <a ext:cls="Ext.form.TextField" ext:member="minLength" href="output/Ext.form.TextField.html#minLength">minLength</a>, <a ext:cls="Ext.form.TextField" ext:member="maxLength" href="output/Ext.form.TextField.html#maxLength">maxLength</a>) and any configured <a ext:cls="Ext.form.TextField" ext:member="vtype" href="output/Ext.form.TextField.html#vtype">vtype</a> all return true. This function will be passed the current field value and expected to return boolean true if the value is valid or a string error message if invalid.            </div>
1101                        </div>
1102        </td>
1103        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#validator" href="output/Ext.form.TextField.html#validator">TextField</a></td>
1104    </tr>
1105        <tr class="config-row inherited">
1106        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1107        <td class="sig">
1108        <a id="Ext.form.ComboBox-value"></a>
1109            <b>value</b> : Mixed            <div class="mdesc">
1110                            A value to initialize this field with (defaults to undefined).                        </div>
1111        </td>
1112        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#value" href="output/Ext.form.Field.html#value">Field</a></td>
1113    </tr>
1114        <tr class="config-row alt expandable">
1115        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1116        <td class="sig">
1117        <a id="Ext.form.ComboBox-valueField"></a>
1118            <b>valueField</b> : String            <div class="mdesc">
1119                        <div class="short">The underlying data value name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'value' if trans...</div>
1120            <div class="long">
1121                The underlying data value name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'value' if transforming a select) Note: use of a valueField requires the user to make a selection in order for a value to be mapped.            </div>
1122                        </div>
1123        </td>
1124        <td class="msource">ComboBox</td>
1125    </tr>
1126        <tr class="config-row expandable">
1127        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1128        <td class="sig">
1129        <a id="Ext.form.ComboBox-valueNotFoundText"></a>
1130            <b>valueNotFoundText</b> : String            <div class="mdesc">
1131                        <div class="short">When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be d...</div>
1132            <div class="long">
1133                When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined). If this defaut text is used, it means there is no value set and no validation will occur on this field.            </div>
1134                        </div>
1135        </td>
1136        <td class="msource">ComboBox</td>
1137    </tr>
1138        <tr class="config-row inherited alt">
1139        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1140        <td class="sig">
1141        <a id="Ext.form.ComboBox-vtype"></a>
1142            <b>vtype</b> : String            <div class="mdesc">
1143                            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>
1144        </td>
1145        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#vtype" href="output/Ext.form.TextField.html#vtype">TextField</a></td>
1146    </tr>
1147        <tr class="config-row inherited expandable">
1148        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1149        <td class="sig">
1150        <a id="Ext.form.ComboBox-vtypeText"></a>
1151            <b>vtypeText</b> : String            <div class="mdesc">
1152                        <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>
1153            <div class="long">
1154                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>
1155                        </div>
1156        </td>
1157        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#vtypeText" href="output/Ext.form.TextField.html#vtypeText">TextField</a></td>
1158    </tr>
1159        <tr class="config-row inherited alt">
1160        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1161        <td class="sig">
1162        <a id="Ext.form.ComboBox-width"></a>
1163            <b>width</b> : Number            <div class="mdesc">
1164                            The width of this component in pixels (defaults to auto).                        </div>
1165        </td>
1166        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
1167    </tr>
1168        <tr class="config-row inherited">
1169        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1170        <td class="sig">
1171        <a id="Ext.form.ComboBox-x"></a>
1172            <b>x</b> : Number            <div class="mdesc">
1173                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
1174        </td>
1175        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
1176    </tr>
1177        <tr class="config-row inherited alt expandable">
1178        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1179        <td class="sig">
1180        <a id="Ext.form.ComboBox-xtype"></a>
1181            <b>xtype</b> : String            <div class="mdesc">
1182                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
1183            <div class="long">
1184                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>
1185                        </div>
1186        </td>
1187        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
1188    </tr>
1189        <tr class="config-row inherited">
1190        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1191        <td class="sig">
1192        <a id="Ext.form.ComboBox-y"></a>
1193            <b>y</b> : Number            <div class="mdesc">
1194                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
1195        </td>
1196        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
1197    </tr>
1198            </table>
1199                <a id="Ext.form.ComboBox-props"></a>
1200        <h2>Public Properties</h2>
1201                <table cellspacing="0" class="member-table">
1202            <tr>
1203                <th class="sig-header" colspan="2">Property</th>
1204                <th class="msource-header">Defined By</th>
1205            </tr>
1206                <tr class="property-row inherited">
1207        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1208        <td class="sig">
1209        <a id="Ext.form.ComboBox-disabled"></a>
1210            <b>disabled</b> : Boolean            <div class="mdesc">
1211                            True if this component is disabled. Read-only.                        </div>
1212        </td>
1213        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
1214    </tr>
1215        <tr class="property-row inherited alt">
1216        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1217        <td class="sig">
1218        <a id="Ext.form.ComboBox-hidden"></a>
1219            <b>hidden</b> : Boolean            <div class="mdesc">
1220                           
1221True if this component is hidden. Read-only.                        </div>
1222        </td>
1223        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
1224    </tr>
1225        <tr class="property-row inherited">
1226        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1227        <td class="sig">
1228        <a id="Ext.form.ComboBox-initialConfig"></a>
1229            <b>initialConfig</b> : Object            <div class="mdesc">
1230                            This Component's initial configuration specification. Read-only.                        </div>
1231        </td>
1232        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
1233    </tr>
1234        <tr class="property-row alt">
1235        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1236        <td class="sig">
1237        <a id="Ext.form.ComboBox-lastQuery"></a>
1238            <b>lastQuery</b> : String            <div class="mdesc">
1239                            The value of the match string used to filter the store. Delete this property to force a requery.                        </div>
1240        </td>
1241        <td class="msource">ComboBox</td>
1242    </tr>
1243        <tr class="property-row inherited expandable">
1244        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1245        <td class="sig">
1246        <a id="Ext.form.ComboBox-ownerCt"></a>
1247            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
1248                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
1249the component is added to a...</div>
1250            <div class="long">
1251                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
1252the component is added to a container).  Read-only.            </div>
1253                        </div>
1254        </td>
1255        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
1256    </tr>
1257        <tr class="property-row inherited alt">
1258        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1259        <td class="sig">
1260        <a id="Ext.form.ComboBox-rendered"></a>
1261            <b>rendered</b> : Boolean            <div class="mdesc">
1262                            True if this component has been rendered. Read-only.                        </div>
1263        </td>
1264        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
1265    </tr>
1266        <tr class="property-row">
1267        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1268        <td class="sig">
1269        <a id="Ext.form.ComboBox-view"></a>
1270            <b>view</b> : Ext.DataView            <div class="mdesc">
1271                            The <a ext:cls="Ext.DataView" href="output/Ext.DataView.html">DataView</a> used to display the ComboBox's options.                        </div>
1272        </td>
1273        <td class="msource">ComboBox</td>
1274    </tr>
1275            </table>
1276                <a id="Ext.form.ComboBox-methods"></a>
1277        <h2>Public Methods</h2>
1278                <table cellspacing="0" class="member-table">
1279            <tr>
1280                <th class="sig-header" colspan="2">Method</th>
1281                <th class="msource-header">Defined By</th>
1282            </tr>
1283                <tr class="method-row expandable">
1284        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1285        <td class="sig">
1286        <a id="Ext.form.ComboBox-ComboBox"></a>
1287            <b>ComboBox</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
1288                        <div class="short">Create a new ComboBox.</div>
1289            <div class="long">
1290                Create a new ComboBox.    <div class="mdetail-params">
1291        <strong>Parameters:</strong>
1292        <ul><li><code>config</code> : Object<div class="sub-desc">Configuration options</div></li>        </ul>
1293        <strong>Returns:</strong>
1294        <ul>
1295            <li><code></code></li>
1296        </ul>
1297    </div>
1298                </div>
1299                        </div>
1300        </td>
1301        <td class="msource">ComboBox</td>
1302    </tr>
1303        <tr class="method-row inherited alt expandable">
1304        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1305        <td class="sig">
1306        <a id="Ext.form.ComboBox-addClass"></a>
1307            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1308                        <div class="short">Adds a CSS class to the component's underlying element.</div>
1309            <div class="long">
1310                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
1311        <strong>Parameters:</strong>
1312        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
1313        <strong>Returns:</strong>
1314        <ul>
1315            <li><code>void</code></li>
1316        </ul>
1317    </div>
1318                </div>
1319                        </div>
1320        </td>
1321        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
1322    </tr>
1323        <tr class="method-row inherited expandable">
1324        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1325        <td class="sig">
1326        <a id="Ext.form.ComboBox-addEvents"></a>
1327            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
1328                        <div class="short">Used to define events on this Observable</div>
1329            <div class="long">
1330                Used to define events on this Observable    <div class="mdetail-params">
1331        <strong>Parameters:</strong>
1332        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
1333        <strong>Returns:</strong>
1334        <ul>
1335            <li><code>void</code></li>
1336        </ul>
1337    </div>
1338                </div>
1339                        </div>
1340        </td>
1341        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
1342    </tr>
1343        <tr class="method-row inherited alt expandable">
1344        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1345        <td class="sig">
1346        <a id="Ext.form.ComboBox-addListener"></a>
1347            <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">
1348                        <div class="short">Appends an event handler to this component</div>
1349            <div class="long">
1350                Appends an event handler to this component    <div class="mdetail-params">
1351        <strong>Parameters:</strong>
1352        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1353function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1354properties. This may contain any of the following properties:<ul>
1355<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>
1356<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>
1357<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>
1358<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
1359by the specified number of milliseconds. If the event fires again within that time, the original
1360handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1361</ul><br>
1362<p>
1363<b>Combining Options</b><br>
1364Using the options argument, it is possible to combine different types of listeners:<br>
1365<br>
1366A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1367<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1368    single: true,
1369    delay: 100,
1370    forumId: 4
1371});</code></pre>
1372<p>
1373<b>Attaching multiple handlers in 1 call</b><br>
1374The method also allows for a single argument to be passed which is a config object containing properties
1375which specify multiple handlers.
1376<p>
1377<pre><code>foo.on({
1378    <em>'click'</em> : {
1379        fn: <b>this</b>.onClick,
1380        scope: <b>this</b>,
1381        delay: 100
1382    },
1383    <em>'mouseover'</em> : {
1384        fn: <b>this</b>.onMouseOver,
1385        scope: <b>this</b>
1386    },
1387    <em>'mouseout'</em> : {
1388        fn: <b>this</b>.onMouseOut,
1389        scope: <b>this</b>
1390    }
1391});</code></pre>
1392<p>
1393Or a shorthand syntax:<br>
1394<pre><code>foo.on({
1395    <em>'click'</em> : <b>this</b>.onClick,
1396    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1397    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1398     scope: <b>this</b>
1399});</code></pre></div></li>        </ul>
1400        <strong>Returns:</strong>
1401        <ul>
1402            <li><code>void</code></li>
1403        </ul>
1404    </div>
1405                </div>
1406                        </div>
1407        </td>
1408        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
1409    </tr>
1410        <tr class="method-row inherited expandable">
1411        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1412        <td class="sig">
1413        <a id="Ext.form.ComboBox-applyToMarkup"></a>
1414            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
1415                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
1416            <div class="long">
1417                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
1418        <strong>Parameters:</strong>
1419        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
1420        <strong>Returns:</strong>
1421        <ul>
1422            <li><code>void</code></li>
1423        </ul>
1424    </div>
1425                </div>
1426                        </div>
1427        </td>
1428        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
1429    </tr>
1430        <tr class="method-row inherited alt expandable">
1431        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1432        <td class="sig">
1433        <a id="Ext.form.ComboBox-clearInvalid"></a>
1434            <b>clearInvalid</b>() : void            <div class="mdesc">
1435                        <div class="short">Clear any invalid styles/messages for this field</div>
1436            <div class="long">
1437                Clear any invalid styles/messages for this field    <div class="mdetail-params">
1438        <strong>Parameters:</strong>
1439        <ul><li>None.</li>        </ul>
1440        <strong>Returns:</strong>
1441        <ul>
1442            <li><code>void</code></li>
1443        </ul>
1444    </div>
1445                </div>
1446                        </div>
1447        </td>
1448        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearInvalid" href="output/Ext.form.Field.html#clearInvalid">Field</a></td>
1449    </tr>
1450        <tr class="method-row expandable">
1451        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1452        <td class="sig">
1453        <a id="Ext.form.ComboBox-clearValue"></a>
1454            <b>clearValue</b>() : void            <div class="mdesc">
1455                        <div class="short">Clears any text/value currently set in the field</div>
1456            <div class="long">
1457                Clears any text/value currently set in the field    <div class="mdetail-params">
1458        <strong>Parameters:</strong>
1459        <ul><li>None.</li>        </ul>
1460        <strong>Returns:</strong>
1461        <ul>
1462            <li><code>void</code></li>
1463        </ul>
1464    </div>
1465                </div>
1466                        </div>
1467        </td>
1468        <td class="msource">ComboBox</td>
1469    </tr>
1470        <tr class="method-row inherited alt expandable">
1471        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1472        <td class="sig">
1473        <a id="Ext.form.ComboBox-cloneConfig"></a>
1474            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
1475                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
1476            <div class="long">
1477                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
1478        <strong>Parameters:</strong>
1479        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1480An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
1481        <strong>Returns:</strong>
1482        <ul>
1483            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
1484        </ul>
1485    </div>
1486                </div>
1487                        </div>
1488        </td>
1489        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
1490    </tr>
1491        <tr class="method-row expandable">
1492        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1493        <td class="sig">
1494        <a id="Ext.form.ComboBox-collapse"></a>
1495            <b>collapse</b>() : void            <div class="mdesc">
1496                        <div class="short">Hides the dropdown list if it is currently expanded. Fires the <a ext:cls="Ext.form.ComboBox" ext:member="collapse" href="output/Ext.form.ComboBox.html#collapse">collapse</a> event on completion.</div>
1497            <div class="long">
1498                Hides the dropdown list if it is currently expanded. Fires the <a ext:cls="Ext.form.ComboBox" ext:member="collapse" href="output/Ext.form.ComboBox.html#collapse">collapse</a> event on completion.    <div class="mdetail-params">
1499        <strong>Parameters:</strong>
1500        <ul><li>None.</li>        </ul>
1501        <strong>Returns:</strong>
1502        <ul>
1503            <li><code>void</code></li>
1504        </ul>
1505    </div>
1506                </div>
1507                        </div>
1508        </td>
1509        <td class="msource">ComboBox</td>
1510    </tr>
1511        <tr class="method-row inherited alt expandable">
1512        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1513        <td class="sig">
1514        <a id="Ext.form.ComboBox-destroy"></a>
1515            <b>destroy</b>() : void            <div class="mdesc">
1516                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1517removing the c...</div>
1518            <div class="long">
1519                Destroys this component by purging any event listeners, removing the component's element from the DOM,
1520removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1521<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1522should usually not need to be called directly.    <div class="mdetail-params">
1523        <strong>Parameters:</strong>
1524        <ul><li>None.</li>        </ul>
1525        <strong>Returns:</strong>
1526        <ul>
1527            <li><code>void</code></li>
1528        </ul>
1529    </div>
1530                </div>
1531                        </div>
1532        </td>
1533        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
1534    </tr>
1535        <tr class="method-row inherited expandable">
1536        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1537        <td class="sig">
1538        <a id="Ext.form.ComboBox-disable"></a>
1539            <b>disable</b>() : Ext.Component            <div class="mdesc">
1540                        <div class="short">Disable this component.</div>
1541            <div class="long">
1542                Disable this component.    <div class="mdetail-params">
1543        <strong>Parameters:</strong>
1544        <ul><li>None.</li>        </ul>
1545        <strong>Returns:</strong>
1546        <ul>
1547            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1548        </ul>
1549    </div>
1550                </div>
1551                        </div>
1552        </td>
1553        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
1554    </tr>
1555        <tr class="method-row alt expandable">
1556        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1557        <td class="sig">
1558        <a id="Ext.form.ComboBox-doQuery"></a>
1559            <b>doQuery</b>(&nbsp;<code>String query</code>, <code>Boolean forceAll</code>&nbsp;) : void            <div class="mdesc">
1560                        <div class="short">Execute a query to filter the dropdown list.  Fires the beforequery event prior to performing the
1561query allowing the ...</div>
1562            <div class="long">
1563                Execute a query to filter the dropdown list.  Fires the <a ext:cls="Ext.form.ComboBox" ext:member="beforequery" href="output/Ext.form.ComboBox.html#beforequery">beforequery</a> event prior to performing the
1564query allowing the query action to be canceled if needed.    <div class="mdetail-params">
1565        <strong>Parameters:</strong>
1566        <ul><li><code>query</code> : String<div class="sub-desc">The SQL query to execute</div></li><li><code>forceAll</code> : Boolean<div class="sub-desc">True to force the query to execute even if there are currently fewer characters
1567in the field than the minimum specified by the minChars config option. It also clears any filter previously
1568saved in the current store (defaults to false)</div></li>        </ul>
1569        <strong>Returns:</strong>
1570        <ul>
1571            <li><code>void</code></li>
1572        </ul>
1573    </div>
1574                </div>
1575                        </div>
1576        </td>
1577        <td class="msource">ComboBox</td>
1578    </tr>
1579        <tr class="method-row inherited expandable">
1580        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1581        <td class="sig">
1582        <a id="Ext.form.ComboBox-enable"></a>
1583            <b>enable</b>() : Ext.Component            <div class="mdesc">
1584                        <div class="short">Enable this component.</div>
1585            <div class="long">
1586                Enable this component.    <div class="mdetail-params">
1587        <strong>Parameters:</strong>
1588        <ul><li>None.</li>        </ul>
1589        <strong>Returns:</strong>
1590        <ul>
1591            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1592        </ul>
1593    </div>
1594                </div>
1595                        </div>
1596        </td>
1597        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
1598    </tr>
1599        <tr class="method-row alt expandable">
1600        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1601        <td class="sig">
1602        <a id="Ext.form.ComboBox-expand"></a>
1603            <b>expand</b>() : void            <div class="mdesc">
1604                        <div class="short">Expands the dropdown list if it is currently hidden. Fires the <a ext:cls="Ext.form.ComboBox" ext:member="expand" href="output/Ext.form.ComboBox.html#expand">expand</a> event on completion.</div>
1605            <div class="long">
1606                Expands the dropdown list if it is currently hidden. Fires the <a ext:cls="Ext.form.ComboBox" ext:member="expand" href="output/Ext.form.ComboBox.html#expand">expand</a> event on completion.    <div class="mdetail-params">
1607        <strong>Parameters:</strong>
1608        <ul><li>None.</li>        </ul>
1609        <strong>Returns:</strong>
1610        <ul>
1611            <li><code>void</code></li>
1612        </ul>
1613    </div>
1614                </div>
1615                        </div>
1616        </td>
1617        <td class="msource">ComboBox</td>
1618    </tr>
1619        <tr class="method-row inherited expandable">
1620        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1621        <td class="sig">
1622        <a id="Ext.form.ComboBox-findParentBy"></a>
1623            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">
1624                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1625true, the con...</div>
1626            <div class="long">
1627                Find a container above this component at any level by a custom function. If the passed function returns
1628true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
1629        <strong>Parameters:</strong>
1630        <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>
1631        <strong>Returns:</strong>
1632        <ul>
1633            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
1634        </ul>
1635    </div>
1636                </div>
1637                        </div>
1638        </td>
1639        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
1640    </tr>
1641        <tr class="method-row inherited alt expandable">
1642        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1643        <td class="sig">
1644        <a id="Ext.form.ComboBox-findParentByType"></a>
1645            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
1646                        <div class="short">Find a container above this component at any level by xtype or class</div>
1647            <div class="long">
1648                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
1649        <strong>Parameters:</strong>
1650        <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>
1651        <strong>Returns:</strong>
1652        <ul>
1653            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
1654        </ul>
1655    </div>
1656                </div>
1657                        </div>
1658        </td>
1659        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
1660    </tr>
1661        <tr class="method-row inherited expandable">
1662        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1663        <td class="sig">
1664        <a id="Ext.form.ComboBox-fireEvent"></a>
1665            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
1666                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
1667            <div class="long">
1668                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
1669        <strong>Parameters:</strong>
1670        <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>
1671        <strong>Returns:</strong>
1672        <ul>
1673            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
1674        </ul>
1675    </div>
1676                </div>
1677                        </div>
1678        </td>
1679        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
1680    </tr>
1681        <tr class="method-row inherited alt expandable">
1682        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1683        <td class="sig">
1684        <a id="Ext.form.ComboBox-focus"></a>
1685            <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">
1686                        <div class="short">Try to focus this component.</div>
1687            <div class="long">
1688                Try to focus this component.    <div class="mdetail-params">
1689        <strong>Parameters:</strong>
1690        <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>
1691        <strong>Returns:</strong>
1692        <ul>
1693            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1694        </ul>
1695    </div>
1696                </div>
1697                        </div>
1698        </td>
1699        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
1700    </tr>
1701        <tr class="method-row inherited expandable">
1702        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1703        <td class="sig">
1704        <a id="Ext.form.ComboBox-getBox"></a>
1705            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
1706                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
1707            <div class="long">
1708                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1709        <strong>Parameters:</strong>
1710        <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>
1711        <strong>Returns:</strong>
1712        <ul>
1713            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
1714        </ul>
1715    </div>
1716                </div>
1717                        </div>
1718        </td>
1719        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
1720    </tr>
1721        <tr class="method-row inherited alt expandable">
1722        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1723        <td class="sig">
1724        <a id="Ext.form.ComboBox-getEl"></a>
1725            <b>getEl</b>() : Ext.Element            <div class="mdesc">
1726                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
1727            <div class="long">
1728                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
1729        <strong>Parameters:</strong>
1730        <ul><li>None.</li>        </ul>
1731        <strong>Returns:</strong>
1732        <ul>
1733            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
1734        </ul>
1735    </div>
1736                </div>
1737                        </div>
1738        </td>
1739        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
1740    </tr>
1741        <tr class="method-row inherited expandable">
1742        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1743        <td class="sig">
1744        <a id="Ext.form.ComboBox-getId"></a>
1745            <b>getId</b>() : String            <div class="mdesc">
1746                        <div class="short">Returns the id of this component.</div>
1747            <div class="long">
1748                Returns the id of this component.    <div class="mdetail-params">
1749        <strong>Parameters:</strong>
1750        <ul><li>None.</li>        </ul>
1751        <strong>Returns:</strong>
1752        <ul>
1753            <li><code>String</code></li>
1754        </ul>
1755    </div>
1756                </div>
1757                        </div>
1758        </td>
1759        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1760    </tr>
1761        <tr class="method-row inherited alt expandable">
1762        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1763        <td class="sig">
1764        <a id="Ext.form.ComboBox-getItemId"></a>
1765            <b>getItemId</b>() : String            <div class="mdesc">
1766                        <div class="short">Returns the item id of this component.</div>
1767            <div class="long">
1768                Returns the item id of this component.    <div class="mdetail-params">
1769        <strong>Parameters:</strong>
1770        <ul><li>None.</li>        </ul>
1771        <strong>Returns:</strong>
1772        <ul>
1773            <li><code>String</code></li>
1774        </ul>
1775    </div>
1776                </div>
1777                        </div>
1778        </td>
1779        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1780    </tr>
1781        <tr class="method-row inherited expandable">
1782        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1783        <td class="sig">
1784        <a id="Ext.form.ComboBox-getName"></a>
1785            <b>getName</b>() : String            <div class="mdesc">
1786                        <div class="short">Returns the name attribute of the field if available</div>
1787            <div class="long">
1788                Returns the name attribute of the field if available    <div class="mdetail-params">
1789        <strong>Parameters:</strong>
1790        <ul><li>None.</li>        </ul>
1791        <strong>Returns:</strong>
1792        <ul>
1793            <li><code>String</code><div class="sub-desc">name The field name</div></li>
1794        </ul>
1795    </div>
1796                </div>
1797                        </div>
1798        </td>
1799        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getName" href="output/Ext.form.Field.html#getName">Field</a></td>
1800    </tr>
1801        <tr class="method-row inherited alt expandable">
1802        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1803        <td class="sig">
1804        <a id="Ext.form.ComboBox-getPosition"></a>
1805            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1806                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1807            <div class="long">
1808                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1809        <strong>Parameters:</strong>
1810        <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>
1811        <strong>Returns:</strong>
1812        <ul>
1813            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1814        </ul>
1815    </div>
1816                </div>
1817                        </div>
1818        </td>
1819        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1820    </tr>
1821        <tr class="method-row inherited expandable">
1822        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1823        <td class="sig">
1824        <a id="Ext.form.ComboBox-getRawValue"></a>
1825            <b>getRawValue</b>() : Mixed            <div class="mdesc">
1826                        <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>
1827            <div class="long">
1828                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">
1829        <strong>Parameters:</strong>
1830        <ul><li>None.</li>        </ul>
1831        <strong>Returns:</strong>
1832        <ul>
1833            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1834        </ul>
1835    </div>
1836                </div>
1837                        </div>
1838        </td>
1839        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getRawValue" href="output/Ext.form.Field.html#getRawValue">Field</a></td>
1840    </tr>
1841        <tr class="method-row inherited alt expandable">
1842        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1843        <td class="sig">
1844        <a id="Ext.form.ComboBox-getSize"></a>
1845            <b>getSize</b>() : Object            <div class="mdesc">
1846                        <div class="short">Gets the current size of the component's underlying element.</div>
1847            <div class="long">
1848                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1849        <strong>Parameters:</strong>
1850        <ul><li>None.</li>        </ul>
1851        <strong>Returns:</strong>
1852        <ul>
1853            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1854        </ul>
1855    </div>
1856                </div>
1857                        </div>
1858        </td>
1859        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1860    </tr>
1861        <tr class="method-row expandable">
1862        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1863        <td class="sig">
1864        <a id="Ext.form.ComboBox-getStore"></a>
1865            <b>getStore</b>() : Ext.data.Store            <div class="mdesc">
1866                        <div class="short">Returns the store associated with this combo.</div>
1867            <div class="long">
1868                Returns the store associated with this combo.    <div class="mdetail-params">
1869        <strong>Parameters:</strong>
1870        <ul><li>None.</li>        </ul>
1871        <strong>Returns:</strong>
1872        <ul>
1873            <li><code>Ext.data.Store</code><div class="sub-desc">The store</div></li>
1874        </ul>
1875    </div>
1876                </div>
1877                        </div>
1878        </td>
1879        <td class="msource">ComboBox</td>
1880    </tr>
1881        <tr class="method-row alt expandable">
1882        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1883        <td class="sig">
1884        <a id="Ext.form.ComboBox-getValue"></a>
1885            <b>getValue</b>() : String            <div class="mdesc">
1886                        <div class="short">Returns the currently selected field value or empty string if no value is set.</div>
1887            <div class="long">
1888                Returns the currently selected field value or empty string if no value is set.    <div class="mdetail-params">
1889        <strong>Parameters:</strong>
1890        <ul><li>None.</li>        </ul>
1891        <strong>Returns:</strong>
1892        <ul>
1893            <li><code>String</code><div class="sub-desc">value The selected value</div></li>
1894        </ul>
1895    </div>
1896                </div>
1897                        </div>
1898        </td>
1899        <td class="msource">ComboBox</td>
1900    </tr>
1901        <tr class="method-row inherited expandable">
1902        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1903        <td class="sig">
1904        <a id="Ext.form.ComboBox-getXType"></a>
1905            <b>getXType</b>() : String            <div class="mdesc">
1906                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1907available xtypes, see the Ex...</div>
1908            <div class="long">
1909                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
1910available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1911<pre><code>var t = <b>new</b> Ext.form.TextField();
1912alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1913        <strong>Parameters:</strong>
1914        <ul><li>None.</li>        </ul>
1915        <strong>Returns:</strong>
1916        <ul>
1917            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1918        </ul>
1919    </div>
1920                </div>
1921                        </div>
1922        </td>
1923        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1924    </tr>
1925        <tr class="method-row inherited alt expandable">
1926        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1927        <td class="sig">
1928        <a id="Ext.form.ComboBox-getXTypes"></a>
1929            <b>getXTypes</b>() : String            <div class="mdesc">
1930                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1931available xtypes, see the Ext...</div>
1932            <div class="long">
1933                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1934available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1935<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1936to participate in determination of inherited xtypes.</b></p>
1937<p>Example usage:</p>
1938<pre><code>
1939var t = new Ext.form.TextField();
1940alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1941        <strong>Parameters:</strong>
1942        <ul><li>None.</li>        </ul>
1943        <strong>Returns:</strong>
1944        <ul>
1945            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1946        </ul>
1947    </div>
1948                </div>
1949                        </div>
1950        </td>
1951        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1952    </tr>
1953        <tr class="method-row inherited expandable">
1954        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1955        <td class="sig">
1956        <a id="Ext.form.ComboBox-hasListener"></a>
1957            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1958                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1959            <div class="long">
1960                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1961        <strong>Parameters:</strong>
1962        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1963        <strong>Returns:</strong>
1964        <ul>
1965            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1966        </ul>
1967    </div>
1968                </div>
1969                        </div>
1970        </td>
1971        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1972    </tr>
1973        <tr class="method-row inherited alt expandable">
1974        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1975        <td class="sig">
1976        <a id="Ext.form.ComboBox-hide"></a>
1977            <b>hide</b>() : Ext.Component            <div class="mdesc">
1978                        <div class="short">Hide this component.</div>
1979            <div class="long">
1980                Hide this component.    <div class="mdetail-params">
1981        <strong>Parameters:</strong>
1982        <ul><li>None.</li>        </ul>
1983        <strong>Returns:</strong>
1984        <ul>
1985            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1986        </ul>
1987    </div>
1988                </div>
1989                        </div>
1990        </td>
1991        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1992    </tr>
1993        <tr class="method-row inherited expandable">
1994        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1995        <td class="sig">
1996        <a id="Ext.form.ComboBox-initComponent"></a>
1997            <b>initComponent</b>() : void            <div class="mdesc">
1998                        <div class="short"></div>
1999            <div class="long">
2000                    <div class="mdetail-params">
2001        <strong>Parameters:</strong>
2002        <ul><li>None.</li>        </ul>
2003        <strong>Returns:</strong>
2004        <ul>
2005            <li><code>void</code></li>
2006        </ul>
2007    </div>
2008                </div>
2009                        </div>
2010        </td>
2011        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#initComponent" href="output/Ext.form.TextField.html#initComponent">TextField</a></td>
2012    </tr>
2013        <tr class="method-row inherited alt expandable">
2014        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2015        <td class="sig">
2016        <a id="Ext.form.ComboBox-isDirty"></a>
2017            <b>isDirty</b>() : void            <div class="mdesc">
2018                        <div class="short">Returns true if this field has been changed since it was originally loaded and is not disabled.</div>
2019            <div class="long">
2020                Returns true if this field has been changed since it was originally loaded and is not disabled.    <div class="mdetail-params">
2021        <strong>Parameters:</strong>
2022        <ul><li>None.</li>        </ul>
2023        <strong>Returns:</strong>
2024        <ul>
2025            <li><code>void</code></li>
2026        </ul>
2027    </div>
2028                </div>
2029                        </div>
2030        </td>
2031        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isDirty" href="output/Ext.form.Field.html#isDirty">Field</a></td>
2032    </tr>
2033        <tr class="method-row expandable">
2034        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2035        <td class="sig">
2036        <a id="Ext.form.ComboBox-isExpanded"></a>
2037            <b>isExpanded</b>() : void            <div class="mdesc">
2038                        <div class="short">Returns true if the dropdown list is expanded, else false.</div>
2039            <div class="long">
2040                Returns true if the dropdown list is expanded, else false.    <div class="mdetail-params">
2041        <strong>Parameters:</strong>
2042        <ul><li>None.</li>        </ul>
2043        <strong>Returns:</strong>
2044        <ul>
2045            <li><code>void</code></li>
2046        </ul>
2047    </div>
2048                </div>
2049                        </div>
2050        </td>
2051        <td class="msource">ComboBox</td>
2052    </tr>
2053        <tr class="method-row inherited alt expandable">
2054        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2055        <td class="sig">
2056        <a id="Ext.form.ComboBox-isValid"></a>
2057            <b>isValid</b>(&nbsp;<code>Boolean preventMark</code>&nbsp;) : Boolean            <div class="mdesc">
2058                        <div class="short">Returns whether or not the field value is currently valid</div>
2059            <div class="long">
2060                Returns whether or not the field value is currently valid    <div class="mdetail-params">
2061        <strong>Parameters:</strong>
2062        <ul><li><code>preventMark</code> : Boolean<div class="sub-desc">True to disable marking the field invalid</div></li>        </ul>
2063        <strong>Returns:</strong>
2064        <ul>
2065            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
2066        </ul>
2067    </div>
2068                </div>
2069                        </div>
2070        </td>
2071        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isValid" href="output/Ext.form.Field.html#isValid">Field</a></td>
2072    </tr>
2073        <tr class="method-row inherited expandable">
2074        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2075        <td class="sig">
2076        <a id="Ext.form.ComboBox-isVisible"></a>
2077            <b>isVisible</b>() : void            <div class="mdesc">
2078                        <div class="short">Returns true if this component is visible.</div>
2079            <div class="long">
2080                Returns true if this component is visible.    <div class="mdetail-params">
2081        <strong>Parameters:</strong>
2082        <ul><li>None.</li>        </ul>
2083        <strong>Returns:</strong>
2084        <ul>
2085            <li><code>void</code></li>
2086        </ul>
2087    </div>
2088                </div>
2089                        </div>
2090        </td>
2091        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
2092    </tr>
2093        <tr class="method-row inherited alt expandable">
2094        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2095        <td class="sig">
2096        <a id="Ext.form.ComboBox-isXType"></a>
2097            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
2098                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2099from th...</div>
2100            <div class="long">
2101                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
2102from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
2103<p><b>If using your own subclasses, be aware that a Component must register its own xtype
2104to participate in determination of inherited xtypes.</b></p>
2105<p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
2106<p>Example usage:</p>
2107<pre><code>var t = <b>new</b> Ext.form.TextField();
2108<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
2109<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
2110<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
2111        <strong>Parameters:</strong>
2112        <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
2113the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
2114        <strong>Returns:</strong>
2115        <ul>
2116            <li><code>void</code></li>
2117        </ul>
2118    </div>
2119                </div>
2120                        </div>
2121        </td>
2122        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
2123    </tr>
2124        <tr class="method-row inherited expandable">
2125        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2126        <td class="sig">
2127        <a id="Ext.form.ComboBox-markInvalid"></a>
2128            <b>markInvalid</b>(&nbsp;<span class="optional" title="Optional">[<code>String msg</code>]</span>&nbsp;) : void            <div class="mdesc">
2129                        <div class="short">Mark this field as invalid, using msgTarget to determine how to display the error and
2130applying invalidClass to the fi...</div>
2131            <div class="long">
2132                Mark this field as invalid, using <a ext:cls="Ext.form.Field" ext:member="msgTarget" href="output/Ext.form.Field.html#msgTarget">msgTarget</a> to determine how to display the error and
2133applying <a ext:cls="Ext.form.Field" ext:member="invalidClass" href="output/Ext.form.Field.html#invalidClass">invalidClass</a> to the field's element.    <div class="mdetail-params">
2134        <strong>Parameters:</strong>
2135        <ul><li><code>msg</code> : String<div class="sub-desc">(optional) The validation message (defaults to <a ext:cls="Ext.form.Field" ext:member="invalidText" href="output/Ext.form.Field.html#invalidText">invalidText</a>)</div></li>        </ul>
2136        <strong>Returns:</strong>
2137        <ul>
2138            <li><code>void</code></li>
2139        </ul>
2140    </div>
2141                </div>
2142                        </div>
2143        </td>
2144        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#markInvalid" href="output/Ext.form.Field.html#markInvalid">Field</a></td>
2145    </tr>
2146        <tr class="method-row inherited alt expandable">
2147        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2148        <td class="sig">
2149        <a id="Ext.form.ComboBox-on"></a>
2150            <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">
2151                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
2152            <div class="long">
2153                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
2154        <strong>Parameters:</strong>
2155        <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
2156function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
2157        <strong>Returns:</strong>
2158        <ul>
2159            <li><code>void</code></li>
2160        </ul>
2161    </div>
2162                </div>
2163                        </div>
2164        </td>
2165        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
2166    </tr>
2167        <tr class="method-row inherited expandable">
2168        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2169        <td class="sig">
2170        <a id="Ext.form.ComboBox-purgeListeners"></a>
2171            <b>purgeListeners</b>() : void            <div class="mdesc">
2172                        <div class="short">Removes all listeners for this object</div>
2173            <div class="long">
2174                Removes all listeners for this object    <div class="mdetail-params">
2175        <strong>Parameters:</strong>
2176        <ul><li>None.</li>        </ul>
2177        <strong>Returns:</strong>
2178        <ul>
2179            <li><code>void</code></li>
2180        </ul>
2181    </div>
2182                </div>
2183                        </div>
2184        </td>
2185        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
2186    </tr>
2187        <tr class="method-row inherited alt expandable">
2188        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2189        <td class="sig">
2190        <a id="Ext.form.ComboBox-relayEvents"></a>
2191            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
2192                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
2193            <div class="long">
2194                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
2195        <strong>Parameters:</strong>
2196        <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>
2197        <strong>Returns:</strong>
2198        <ul>
2199            <li><code>void</code></li>
2200        </ul>
2201    </div>
2202                </div>
2203                        </div>
2204        </td>
2205        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
2206    </tr>
2207        <tr class="method-row inherited expandable">
2208        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2209        <td class="sig">
2210        <a id="Ext.form.ComboBox-removeClass"></a>
2211            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
2212                        <div class="short">Removes a CSS class from the component's underlying element.</div>
2213            <div class="long">
2214                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
2215        <strong>Parameters:</strong>
2216        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
2217        <strong>Returns:</strong>
2218        <ul>
2219            <li><code>void</code></li>
2220        </ul>
2221    </div>
2222                </div>
2223                        </div>
2224        </td>
2225        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
2226    </tr>
2227        <tr class="method-row inherited alt expandable">
2228        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2229        <td class="sig">
2230        <a id="Ext.form.ComboBox-removeListener"></a>
2231            <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">
2232                        <div class="short">Removes a listener</div>
2233            <div class="long">
2234                Removes a listener    <div class="mdetail-params">
2235        <strong>Parameters:</strong>
2236        <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>
2237        <strong>Returns:</strong>
2238        <ul>
2239            <li><code>void</code></li>
2240        </ul>
2241    </div>
2242                </div>
2243                        </div>
2244        </td>
2245        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
2246    </tr>
2247        <tr class="method-row inherited expandable">
2248        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2249        <td class="sig">
2250        <a id="Ext.form.ComboBox-render"></a>
2251            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
2252                        <div class="short">Render this Component into the passed HTML element.
2253If you are using a Container object to house this Component, then...</div>
2254            <div class="long">
2255                <p>Render this Component into the passed HTML element.</p>
2256<p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
2257do not use the render method.</b></p>
2258<p>A Container's child Components are rendered by that Container's
2259<a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
2260<p>Certain layout managers allow dynamic addition of child components. Those that do
2261include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
2262<a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
2263<p>If the Container is already rendered when a new child Component is added, you may need to call
2264the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
2265unrendered child Components to be rendered. This is required so that you can add multiple
2266child components if needed while only refreshing the layout once.</p>
2267<p>When creating complex UIs, it is important to remember that sizing and positioning
2268of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
2269If you expect child items to be sized in response to user interactions, you must
2270configure the Container with a layout manager which creates and manages the type of layout you
2271have in mind.</p>
2272<p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
2273layout manager is used which does nothing but render child components sequentially into the
2274Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
2275        <strong>Parameters:</strong>
2276        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
2277rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
2278which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
2279        <strong>Returns:</strong>
2280        <ul>
2281            <li><code>void</code></li>
2282        </ul>
2283    </div>
2284                </div>
2285                        </div>
2286        </td>
2287        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
2288    </tr>
2289        <tr class="method-row inherited alt expandable">
2290        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2291        <td class="sig">
2292        <a id="Ext.form.ComboBox-reset"></a>
2293            <b>reset</b>() : void            <div class="mdesc">
2294                        <div class="short">Resets the current field value to the originally loaded value and clears any validation messages</div>
2295            <div class="long">
2296                Resets the current field value to the originally loaded value and clears any validation messages    <div class="mdetail-params">
2297        <strong>Parameters:</strong>
2298        <ul><li>None.</li>        </ul>
2299        <strong>Returns:</strong>
2300        <ul>
2301            <li><code>void</code></li>
2302        </ul>
2303    </div>
2304                </div>
2305                        </div>
2306        </td>
2307        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#reset" href="output/Ext.form.Field.html#reset">Field</a></td>
2308    </tr>
2309        <tr class="method-row inherited expandable">
2310        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2311        <td class="sig">
2312        <a id="Ext.form.ComboBox-resumeEvents"></a>
2313            <b>resumeEvents</b>() : void            <div class="mdesc">
2314                        <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>
2315            <div class="long">
2316                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">
2317        <strong>Parameters:</strong>
2318        <ul><li>None.</li>        </ul>
2319        <strong>Returns:</strong>
2320        <ul>
2321            <li><code>void</code></li>
2322        </ul>
2323    </div>
2324                </div>
2325                        </div>
2326        </td>
2327        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
2328    </tr>
2329        <tr class="method-row alt expandable">
2330        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2331        <td class="sig">
2332        <a id="Ext.form.ComboBox-select"></a>
2333            <b>select</b>(&nbsp;<code>Number index</code>, <code>Boolean scrollIntoView</code>&nbsp;) : void            <div class="mdesc">
2334                        <div class="short">Select an item in the dropdown list by its numeric index in the list. This function does NOT cause the select event t...</div>
2335            <div class="long">
2336                Select an item in the dropdown list by its numeric index in the list. This function does NOT cause the select event to fire.
2337The store must be loaded and the list expanded for this function to work, otherwise use setValue.    <div class="mdetail-params">
2338        <strong>Parameters:</strong>
2339        <ul><li><code>index</code> : Number<div class="sub-desc">The zero-based index of the list item to select</div></li><li><code>scrollIntoView</code> : Boolean<div class="sub-desc">False to prevent the dropdown list from autoscrolling to display the
2340selected item if it is not currently in view (defaults to true)</div></li>        </ul>
2341        <strong>Returns:</strong>
2342        <ul>
2343            <li><code>void</code></li>
2344        </ul>
2345    </div>
2346                </div>
2347                        </div>
2348        </td>
2349        <td class="msource">ComboBox</td>
2350    </tr>
2351        <tr class="method-row expandable">
2352        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2353        <td class="sig">
2354        <a id="Ext.form.ComboBox-selectByValue"></a>
2355            <b>selectByValue</b>(&nbsp;<code>String value</code>, <code>Boolean scrollIntoView</code>&nbsp;) : Boolean            <div class="mdesc">
2356                        <div class="short">Select an item in the dropdown list by its data value. This function does NOT cause the select event to fire.
2357The sto...</div>
2358            <div class="long">
2359                Select an item in the dropdown list by its data value. This function does NOT cause the select event to fire.
2360The store must be loaded and the list expanded for this function to work, otherwise use setValue.    <div class="mdetail-params">
2361        <strong>Parameters:</strong>
2362        <ul><li><code>value</code> : String<div class="sub-desc">The data value of the item to select</div></li><li><code>scrollIntoView</code> : Boolean<div class="sub-desc">False to prevent the dropdown list from autoscrolling to display the
2363selected item if it is not currently in view (defaults to true)</div></li>        </ul>
2364        <strong>Returns:</strong>
2365        <ul>
2366            <li><code>Boolean</code><div class="sub-desc">True if the value matched an item in the list, else false</div></li>
2367        </ul>
2368    </div>
2369                </div>
2370                        </div>
2371        </td>
2372        <td class="msource">ComboBox</td>
2373    </tr>
2374        <tr class="method-row inherited alt expandable">
2375        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2376        <td class="sig">
2377        <a id="Ext.form.ComboBox-selectText"></a>
2378            <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">
2379                        <div class="short">Selects text in this field</div>
2380            <div class="long">
2381                Selects text in this field    <div class="mdetail-params">
2382        <strong>Parameters:</strong>
2383        <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>
2384        <strong>Returns:</strong>
2385        <ul>
2386            <li><code>void</code></li>
2387        </ul>
2388    </div>
2389                </div>
2390                        </div>
2391        </td>
2392        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#selectText" href="output/Ext.form.TextField.html#selectText">TextField</a></td>
2393    </tr>
2394        <tr class="method-row inherited expandable">
2395        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2396        <td class="sig">
2397        <a id="Ext.form.ComboBox-setDisabled"></a>
2398            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
2399                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
2400            <div class="long">
2401                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
2402        <strong>Parameters:</strong>
2403        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
2404        <strong>Returns:</strong>
2405        <ul>
2406            <li><code>void</code></li>
2407        </ul>
2408    </div>
2409                </div>
2410                        </div>
2411        </td>
2412        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
2413    </tr>
2414        <tr class="method-row alt expandable">
2415        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2416        <td class="sig">
2417        <a id="Ext.form.ComboBox-setEditable"></a>
2418            <b>setEditable</b>(&nbsp;<code>Boolean value</code>&nbsp;) : void            <div class="mdesc">
2419                        <div class="short">Allow or prevent the user from directly editing the field text.  If false is passed,
2420the user will only be able to se...</div>
2421            <div class="long">
2422                Allow or prevent the user from directly editing the field text.  If false is passed,
2423the user will only be able to select from the items defined in the dropdown list.  This method
2424is the runtime equivalent of setting the 'editable' config option at config time.    <div class="mdetail-params">
2425        <strong>Parameters:</strong>
2426        <ul><li><code>value</code> : Boolean<div class="sub-desc">True to allow the user to directly edit the field text</div></li>        </ul>
2427        <strong>Returns:</strong>
2428        <ul>
2429            <li><code>void</code></li>
2430        </ul>
2431    </div>
2432                </div>
2433                        </div>
2434        </td>
2435        <td class="msource">ComboBox</td>
2436    </tr>
2437        <tr class="method-row inherited expandable">
2438        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2439        <td class="sig">
2440        <a id="Ext.form.ComboBox-setHeight"></a>
2441            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2442                        <div class="short">Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>
2443            <div class="long">
2444                Sets the height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">
2445        <strong>Parameters:</strong>
2446        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
2447        <strong>Returns:</strong>
2448        <ul>
2449            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2450        </ul>
2451    </div>
2452                </div>
2453                        </div>
2454        </td>
2455        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
2456    </tr>
2457        <tr class="method-row inherited alt expandable">
2458        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2459        <td class="sig">
2460        <a id="Ext.form.ComboBox-setPagePosition"></a>
2461            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2462                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2463This method fires the ...</div>
2464            <div class="long">
2465                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>.
2466This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
2467        <strong>Parameters:</strong>
2468        <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>
2469        <strong>Returns:</strong>
2470        <ul>
2471            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2472        </ul>
2473    </div>
2474                </div>
2475                        </div>
2476        </td>
2477        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
2478    </tr>
2479        <tr class="method-row inherited expandable">
2480        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2481        <td class="sig">
2482        <a id="Ext.form.ComboBox-setPosition"></a>
2483            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2484                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2485This method fires ...</div>
2486            <div class="long">
2487                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>.
2488This method fires the <a ext:cls="Ext.BoxComponent" ext:member="move" href="output/Ext.BoxComponent.html#move">move</a> event.    <div class="mdetail-params">
2489        <strong>Parameters:</strong>
2490        <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>
2491        <strong>Returns:</strong>
2492        <ul>
2493            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2494        </ul>
2495    </div>
2496                </div>
2497                        </div>
2498        </td>
2499        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
2500    </tr>
2501        <tr class="method-row inherited alt expandable">
2502        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2503        <td class="sig">
2504        <a id="Ext.form.ComboBox-setRawValue"></a>
2505            <b>setRawValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : Mixed            <div class="mdesc">
2506                        <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>
2507            <div class="long">
2508                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">
2509        <strong>Parameters:</strong>
2510        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
2511        <strong>Returns:</strong>
2512        <ul>
2513            <li><code>Mixed</code><div class="sub-desc">value The field value that is set</div></li>
2514        </ul>
2515    </div>
2516                </div>
2517                        </div>
2518        </td>
2519        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setRawValue" href="output/Ext.form.Field.html#setRawValue">Field</a></td>
2520    </tr>
2521        <tr class="method-row inherited expandable">
2522        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2523        <td class="sig">
2524        <a id="Ext.form.ComboBox-setSize"></a>
2525            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2526                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2527either width...</div>
2528            <div class="long">
2529                Sets the width and height of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.  This method can accept
2530either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
2531        <strong>Parameters:</strong>
2532        <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>
2533        <strong>Returns:</strong>
2534        <ul>
2535            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2536        </ul>
2537    </div>
2538                </div>
2539                        </div>
2540        </td>
2541        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
2542    </tr>
2543        <tr class="method-row alt expandable">
2544        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2545        <td class="sig">
2546        <a id="Ext.form.ComboBox-setValue"></a>
2547            <b>setValue</b>(&nbsp;<code>String value</code>&nbsp;) : void            <div class="mdesc">
2548                        <div class="short">Sets the specified value into the field.  If the value finds a match, the corresponding record text
2549will be displayed...</div>
2550            <div class="long">
2551                Sets the specified value into the field.  If the value finds a match, the corresponding record text
2552will be displayed in the field.  If the value does not match the data value of an existing item,
2553and the valueNotFoundText config option is defined, it will be displayed as the default field text.
2554Otherwise the field will be blank (although the value will still be set).    <div class="mdetail-params">
2555        <strong>Parameters:</strong>
2556        <ul><li><code>value</code> : String<div class="sub-desc">The value to match</div></li>        </ul>
2557        <strong>Returns:</strong>
2558        <ul>
2559            <li><code>void</code></li>
2560        </ul>
2561    </div>
2562                </div>
2563                        </div>
2564        </td>
2565        <td class="msource">ComboBox</td>
2566    </tr>
2567        <tr class="method-row inherited expandable">
2568        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2569        <td class="sig">
2570        <a id="Ext.form.ComboBox-setVisible"></a>
2571            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
2572                        <div class="short">Convenience function to hide or show this component by boolean.</div>
2573            <div class="long">
2574                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
2575        <strong>Parameters:</strong>
2576        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
2577        <strong>Returns:</strong>
2578        <ul>
2579            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2580        </ul>
2581    </div>
2582                </div>
2583                        </div>
2584        </td>
2585        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
2586    </tr>
2587        <tr class="method-row inherited alt expandable">
2588        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2589        <td class="sig">
2590        <a id="Ext.form.ComboBox-setWidth"></a>
2591            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2592                        <div class="short">Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.</div>
2593            <div class="long">
2594                Sets the width of the component.  This method fires the <a ext:cls="Ext.BoxComponent" ext:member="resize" href="output/Ext.BoxComponent.html#resize">resize</a> event.    <div class="mdetail-params">
2595        <strong>Parameters:</strong>
2596        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
2597        <strong>Returns:</strong>
2598        <ul>
2599            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2600        </ul>
2601    </div>
2602                </div>
2603                        </div>
2604        </td>
2605        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
2606    </tr>
2607        <tr class="method-row inherited expandable">
2608        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2609        <td class="sig">
2610        <a id="Ext.form.ComboBox-show"></a>
2611            <b>show</b>() : Ext.Component            <div class="mdesc">
2612                        <div class="short">Show this component.</div>
2613            <div class="long">
2614                Show this component.    <div class="mdetail-params">
2615        <strong>Parameters:</strong>
2616        <ul><li>None.</li>        </ul>
2617        <strong>Returns:</strong>
2618        <ul>
2619            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2620        </ul>
2621    </div>
2622                </div>
2623                        </div>
2624        </td>
2625        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
2626    </tr>
2627        <tr class="method-row inherited alt expandable">
2628        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2629        <td class="sig">
2630        <a id="Ext.form.ComboBox-suspendEvents"></a>
2631            <b>suspendEvents</b>() : void            <div class="mdesc">
2632                        <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>
2633            <div class="long">
2634                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">
2635        <strong>Parameters:</strong>
2636        <ul><li>None.</li>        </ul>
2637        <strong>Returns:</strong>
2638        <ul>
2639            <li><code>void</code></li>
2640        </ul>
2641    </div>
2642                </div>
2643                        </div>
2644        </td>
2645        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
2646    </tr>
2647        <tr class="method-row inherited expandable">
2648        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2649        <td class="sig">
2650        <a id="Ext.form.ComboBox-syncSize"></a>
2651            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
2652                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
2653            <div class="long">
2654                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
2655        <strong>Parameters:</strong>
2656        <ul><li>None.</li>        </ul>
2657        <strong>Returns:</strong>
2658        <ul>
2659            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2660        </ul>
2661    </div>
2662                </div>
2663                        </div>
2664        </td>
2665        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
2666    </tr>
2667        <tr class="method-row inherited alt expandable">
2668        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2669        <td class="sig">
2670        <a id="Ext.form.ComboBox-un"></a>
2671            <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">
2672                        <div class="short">Removes a listener (shorthand for removeListener)</div>
2673            <div class="long">
2674                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
2675        <strong>Parameters:</strong>
2676        <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>
2677        <strong>Returns:</strong>
2678        <ul>
2679            <li><code>void</code></li>
2680        </ul>
2681    </div>
2682                </div>
2683                        </div>
2684        </td>
2685        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
2686    </tr>
2687        <tr class="method-row inherited expandable">
2688        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2689        <td class="sig">
2690        <a id="Ext.form.ComboBox-updateBox"></a>
2691            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2692                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
2693            <div class="long">
2694                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
2695        <strong>Parameters:</strong>
2696        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
2697        <strong>Returns:</strong>
2698        <ul>
2699            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2700        </ul>
2701    </div>
2702                </div>
2703                        </div>
2704        </td>
2705        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
2706    </tr>
2707        <tr class="method-row inherited alt expandable">
2708        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2709        <td class="sig">
2710        <a id="Ext.form.ComboBox-validate"></a>
2711            <b>validate</b>() : Boolean            <div class="mdesc">
2712                        <div class="short">Validates the field value</div>
2713            <div class="long">
2714                Validates the field value    <div class="mdetail-params">
2715        <strong>Parameters:</strong>
2716        <ul><li>None.</li>        </ul>
2717        <strong>Returns:</strong>
2718        <ul>
2719            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
2720        </ul>
2721    </div>
2722                </div>
2723                        </div>
2724        </td>
2725        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#validate" href="output/Ext.form.Field.html#validate">Field</a></td>
2726    </tr>
2727        <tr class="method-row inherited expandable">
2728        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2729        <td class="sig">
2730        <a id="Ext.form.ComboBox-validateValue"></a>
2731            <b>validateValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : Boolean            <div class="mdesc">
2732                        <div class="short">Validates a value according to the field's validation rules and marks the field as invalid
2733if the validation fails</div>
2734            <div class="long">
2735                Validates a value according to the field's validation rules and marks the field as invalid
2736if the validation fails    <div class="mdetail-params">
2737        <strong>Parameters:</strong>
2738        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to validate</div></li>        </ul>
2739        <strong>Returns:</strong>
2740        <ul>
2741            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
2742        </ul>
2743    </div>
2744                </div>
2745                        </div>
2746        </td>
2747        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#validateValue" href="output/Ext.form.TextField.html#validateValue">TextField</a></td>
2748    </tr>
2749            </table>
2750                <a id="Ext.form.ComboBox-events"></a>
2751        <h2>Public Events</h2>
2752                <table cellspacing="0" class="member-table">
2753            <tr>
2754                <th class="sig-header" colspan="2">Event</th>
2755                <th class="msource-header">Defined By</th>
2756            </tr>
2757                <tr class="event-row inherited expandable">
2758        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2759        <td class="sig">
2760        <a id="Ext.form.ComboBox-autosize"></a>
2761            <b>autosize</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Number width</code>&nbsp;)            <div class="mdesc">
2762                        <div class="short">Fires when the autosize function is triggered.  The field may or may not have actually changed size
2763according to the ...</div>
2764            <div class="long">
2765                Fires when the autosize function is triggered.  The field may or may not have actually changed size
2766according to the default logic, but this event provides a hook for the developer to apply additional
2767logic at runtime to resize the field if needed.    <div class="mdetail-params">
2768        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2769        <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>
2770    </div>
2771                </div>
2772                        </div>
2773        </td>
2774        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-autosize" href="output/Ext.form.TextField.html#event-autosize">TextField</a></td>
2775    </tr>
2776        <tr class="event-row inherited alt expandable">
2777        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2778        <td class="sig">
2779        <a id="Ext.form.ComboBox-beforedestroy"></a>
2780            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2781                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
2782            <div class="long">
2783                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
2784        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2785        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2786    </div>
2787                </div>
2788                        </div>
2789        </td>
2790        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
2791    </tr>
2792        <tr class="event-row inherited expandable">
2793        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2794        <td class="sig">
2795        <a id="Ext.form.ComboBox-beforehide"></a>
2796            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2797                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
2798            <div class="long">
2799                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
2800        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2801        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2802    </div>
2803                </div>
2804                        </div>
2805        </td>
2806        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
2807    </tr>
2808        <tr class="event-row alt expandable">
2809        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2810        <td class="sig">
2811        <a id="Ext.form.ComboBox-beforequery"></a>
2812            <b>beforequery</b> : (&nbsp;<code>Object queryEvent</code>&nbsp;)            <div class="mdesc">
2813                        <div class="short">Fires before all queries are processed. Return false to cancel the query or set the queryEvent's
2814cancel property to t...</div>
2815            <div class="long">
2816                Fires before all queries are processed. Return false to cancel the query or set the queryEvent's
2817cancel property to true.    <div class="mdetail-params">
2818        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2819        <ul><li><code>queryEvent</code> : Object<div class="sub-desc">An object that has these properties:<ul>
2820<li><code>combo</code> : Ext.form.ComboBox <div class="sub-desc">This combo box</div></li>
2821<li><code>query</code> : String <div class="sub-desc">The query</div></li>
2822<li><code>forceAll</code> : Boolean <div class="sub-desc">True to force "all" query</div></li>
2823<li><code>cancel</code> : Boolean <div class="sub-desc">Set to true to cancel the query</div></li>
2824</ul></div></li>        </ul>
2825    </div>
2826                </div>
2827                        </div>
2828        </td>
2829        <td class="msource">ComboBox</td>
2830    </tr>
2831        <tr class="event-row inherited expandable">
2832        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2833        <td class="sig">
2834        <a id="Ext.form.ComboBox-beforerender"></a>
2835            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2836                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
2837            <div class="long">
2838                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
2839        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2840        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2841    </div>
2842                </div>
2843                        </div>
2844        </td>
2845        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
2846    </tr>
2847        <tr class="event-row alt expandable">
2848        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2849        <td class="sig">
2850        <a id="Ext.form.ComboBox-beforeselect"></a>
2851            <b>beforeselect</b> : (&nbsp;<code>Ext.form.ComboBox combo</code>, <code>Ext.data.Record record</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2852                        <div class="short">Fires before a list item is selected. Return false to cancel the selection.</div>
2853            <div class="long">
2854                Fires before a list item is selected. Return false to cancel the selection.    <div class="mdetail-params">
2855        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2856        <ul><li><code>combo</code> : Ext.form.ComboBox<div class="sub-desc">This combo box</div></li><li><code>record</code> : Ext.data.Record<div class="sub-desc">The data record returned from the underlying store</div></li><li><code>index</code> : Number<div class="sub-desc">The index of the selected item in the dropdown list</div></li>        </ul>
2857    </div>
2858                </div>
2859                        </div>
2860        </td>
2861        <td class="msource">ComboBox</td>
2862    </tr>
2863        <tr class="event-row inherited expandable">
2864        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2865        <td class="sig">
2866        <a id="Ext.form.ComboBox-beforeshow"></a>
2867            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2868                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
2869            <div class="long">
2870                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
2871        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2872        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2873    </div>
2874                </div>
2875                        </div>
2876        </td>
2877        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
2878    </tr>
2879        <tr class="event-row inherited alt expandable">
2880        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2881        <td class="sig">
2882        <a id="Ext.form.ComboBox-beforestaterestore"></a>
2883            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2884                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
2885            <div class="long">
2886                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
2887        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2888        <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>
2889    </div>
2890                </div>
2891                        </div>
2892        </td>
2893        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
2894    </tr>
2895        <tr class="event-row inherited expandable">
2896        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2897        <td class="sig">
2898        <a id="Ext.form.ComboBox-beforestatesave"></a>
2899            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2900                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
2901            <div class="long">
2902                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
2903        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2904        <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>
2905    </div>
2906                </div>
2907                        </div>
2908        </td>
2909        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
2910    </tr>
2911        <tr class="event-row inherited alt expandable">
2912        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2913        <td class="sig">
2914        <a id="Ext.form.ComboBox-blur"></a>
2915            <b>blur</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
2916                        <div class="short">Fires when this field loses input focus.</div>
2917            <div class="long">
2918                Fires when this field loses input focus.    <div class="mdetail-params">
2919        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2920        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
2921    </div>
2922                </div>
2923                        </div>
2924        </td>
2925        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-blur" href="output/Ext.form.Field.html#event-blur">Field</a></td>
2926    </tr>
2927        <tr class="event-row inherited expandable">
2928        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2929        <td class="sig">
2930        <a id="Ext.form.ComboBox-change"></a>
2931            <b>change</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Mixed newValue</code>, <code>Mixed oldValue</code>&nbsp;)            <div class="mdesc">
2932                        <div class="short">Fires just before the field blurs if the field value has changed.</div>
2933            <div class="long">
2934                Fires just before the field blurs if the field value has changed.    <div class="mdetail-params">
2935        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2936        <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>
2937    </div>
2938                </div>
2939                        </div>
2940        </td>
2941        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-change" href="output/Ext.form.Field.html#event-change">Field</a></td>
2942    </tr>
2943        <tr class="event-row alt expandable">
2944        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2945        <td class="sig">
2946        <a id="Ext.form.ComboBox-collapse"></a>
2947            <b>collapse</b> : (&nbsp;<code>Ext.form.ComboBox combo</code>&nbsp;)            <div class="mdesc">
2948                        <div class="short">Fires when the dropdown list is collapsed</div>
2949            <div class="long">
2950                Fires when the dropdown list is collapsed    <div class="mdetail-params">
2951        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2952        <ul><li><code>combo</code> : Ext.form.ComboBox<div class="sub-desc">This combo box</div></li>        </ul>
2953    </div>
2954                </div>
2955                        </div>
2956        </td>
2957        <td class="msource">ComboBox</td>
2958    </tr>
2959        <tr class="event-row inherited expandable">
2960        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2961        <td class="sig">
2962        <a id="Ext.form.ComboBox-destroy"></a>
2963            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2964                        <div class="short">Fires after the component is destroyed.</div>
2965            <div class="long">
2966                Fires after the component is destroyed.    <div class="mdetail-params">
2967        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2968        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2969    </div>
2970                </div>
2971                        </div>
2972        </td>
2973        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
2974    </tr>
2975        <tr class="event-row inherited alt expandable">
2976        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2977        <td class="sig">
2978        <a id="Ext.form.ComboBox-disable"></a>
2979            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2980                        <div class="short">Fires after the component is disabled.</div>
2981            <div class="long">
2982                Fires after the component is disabled.    <div class="mdetail-params">
2983        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2984        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2985    </div>
2986                </div>
2987                        </div>
2988        </td>
2989        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
2990    </tr>
2991        <tr class="event-row inherited expandable">
2992        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2993        <td class="sig">
2994        <a id="Ext.form.ComboBox-enable"></a>
2995            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2996                        <div class="short">Fires after the component is enabled.</div>
2997            <div class="long">
2998                Fires after the component is enabled.    <div class="mdetail-params">
2999        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3000        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3001    </div>
3002                </div>
3003                        </div>
3004        </td>
3005        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
3006    </tr>
3007        <tr class="event-row alt expandable">
3008        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3009        <td class="sig">
3010        <a id="Ext.form.ComboBox-expand"></a>
3011            <b>expand</b> : (&nbsp;<code>Ext.form.ComboBox combo</code>&nbsp;)            <div class="mdesc">
3012                        <div class="short">Fires when the dropdown list is expanded</div>
3013            <div class="long">
3014                Fires when the dropdown list is expanded    <div class="mdetail-params">
3015        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3016        <ul><li><code>combo</code> : Ext.form.ComboBox<div class="sub-desc">This combo box</div></li>        </ul>
3017    </div>
3018                </div>
3019                        </div>
3020        </td>
3021        <td class="msource">ComboBox</td>
3022    </tr>
3023        <tr class="event-row inherited expandable">
3024        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3025        <td class="sig">
3026        <a id="Ext.form.ComboBox-focus"></a>
3027            <b>focus</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
3028                        <div class="short">Fires when this field receives input focus.</div>
3029            <div class="long">
3030                Fires when this field receives input focus.    <div class="mdetail-params">
3031        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3032        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
3033    </div>
3034                </div>
3035                        </div>
3036        </td>
3037        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-focus" href="output/Ext.form.Field.html#event-focus">Field</a></td>
3038    </tr>
3039        <tr class="event-row inherited alt expandable">
3040        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3041        <td class="sig">
3042        <a id="Ext.form.ComboBox-hide"></a>
3043            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3044                        <div class="short">Fires after the component is hidden.</div>
3045            <div class="long">
3046                Fires after the component is hidden.    <div class="mdetail-params">
3047        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3048        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3049    </div>
3050                </div>
3051                        </div>
3052        </td>
3053        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
3054    </tr>
3055        <tr class="event-row inherited expandable">
3056        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3057        <td class="sig">
3058        <a id="Ext.form.ComboBox-invalid"></a>
3059            <b>invalid</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>String msg</code>&nbsp;)            <div class="mdesc">
3060                        <div class="short">Fires after the field has been marked as invalid.</div>
3061            <div class="long">
3062                Fires after the field has been marked as invalid.    <div class="mdetail-params">
3063        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3064        <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>
3065    </div>
3066                </div>
3067                        </div>
3068        </td>
3069        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-invalid" href="output/Ext.form.Field.html#event-invalid">Field</a></td>
3070    </tr>
3071        <tr class="event-row inherited alt expandable">
3072        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3073        <td class="sig">
3074        <a id="Ext.form.ComboBox-keydown"></a>
3075            <b>keydown</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3076                        <div class="short">Keydown input field event. This event only fires if enableKeyEvents is set to true.</div>
3077            <div class="long">
3078                Keydown input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">
3079        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3080        <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3081    </div>
3082                </div>
3083                        </div>
3084        </td>
3085        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keydown" href="output/Ext.form.TextField.html#event-keydown">TextField</a></td>
3086    </tr>
3087        <tr class="event-row inherited expandable">
3088        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3089        <td class="sig">
3090        <a id="Ext.form.ComboBox-keypress"></a>
3091            <b>keypress</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3092                        <div class="short">Keypress input field event. This event only fires if enableKeyEvents is set to true.</div>
3093            <div class="long">
3094                Keypress input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">
3095        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3096        <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3097    </div>
3098                </div>
3099                        </div>
3100        </td>
3101        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keypress" href="output/Ext.form.TextField.html#event-keypress">TextField</a></td>
3102    </tr>
3103        <tr class="event-row inherited alt expandable">
3104        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3105        <td class="sig">
3106        <a id="Ext.form.ComboBox-keyup"></a>
3107            <b>keyup</b> : (&nbsp;<code>Ext.form.TextField this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3108                        <div class="short">Keyup input field event. This event only fires if enableKeyEvents is set to true.</div>
3109            <div class="long">
3110                Keyup input field event. This event only fires if enableKeyEvents is set to true.    <div class="mdetail-params">
3111        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3112        <ul><li><code>this</code> : Ext.form.TextField<div class="sub-desc">This text field</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
3113    </div>
3114                </div>
3115                        </div>
3116        </td>
3117        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#event-keyup" href="output/Ext.form.TextField.html#event-keyup">TextField</a></td>
3118    </tr>
3119        <tr class="event-row inherited expandable">
3120        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3121        <td class="sig">
3122        <a id="Ext.form.ComboBox-move"></a>
3123            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
3124                        <div class="short">Fires after the component is moved.</div>
3125            <div class="long">
3126                Fires after the component is moved.    <div class="mdetail-params">
3127        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3128        <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>
3129    </div>
3130                </div>
3131                        </div>
3132        </td>
3133        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
3134    </tr>
3135        <tr class="event-row inherited alt expandable">
3136        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3137        <td class="sig">
3138        <a id="Ext.form.ComboBox-render"></a>
3139            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3140                        <div class="short">Fires after the component is rendered.</div>
3141            <div class="long">
3142                Fires after the component is rendered.    <div class="mdetail-params">
3143        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3144        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3145    </div>
3146                </div>
3147                        </div>
3148        </td>
3149        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
3150    </tr>
3151        <tr class="event-row inherited expandable">
3152        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3153        <td class="sig">
3154        <a id="Ext.form.ComboBox-resize"></a>
3155            <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">
3156                        <div class="short">Fires after the component is resized.</div>
3157            <div class="long">
3158                Fires after the component is resized.    <div class="mdetail-params">
3159        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3160        <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>
3161    </div>
3162                </div>
3163                        </div>
3164        </td>
3165        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
3166    </tr>
3167        <tr class="event-row alt expandable">
3168        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3169        <td class="sig">
3170        <a id="Ext.form.ComboBox-select"></a>
3171            <b>select</b> : (&nbsp;<code>Ext.form.ComboBox combo</code>, <code>Ext.data.Record record</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
3172                        <div class="short">Fires when a list item is selected</div>
3173            <div class="long">
3174                Fires when a list item is selected    <div class="mdetail-params">
3175        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3176        <ul><li><code>combo</code> : Ext.form.ComboBox<div class="sub-desc">This combo box</div></li><li><code>record</code> : Ext.data.Record<div class="sub-desc">The data record returned from the underlying store</div></li><li><code>index</code> : Number<div class="sub-desc">The index of the selected item in the dropdown list</div></li>        </ul>
3177    </div>
3178                </div>
3179                        </div>
3180        </td>
3181        <td class="msource">ComboBox</td>
3182    </tr>
3183        <tr class="event-row inherited expandable">
3184        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3185        <td class="sig">
3186        <a id="Ext.form.ComboBox-show"></a>
3187            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3188                        <div class="short">Fires after the component is shown.</div>
3189            <div class="long">
3190                Fires after the component is shown.    <div class="mdetail-params">
3191        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3192        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3193    </div>
3194                </div>
3195                        </div>
3196        </td>
3197        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
3198    </tr>
3199        <tr class="event-row inherited alt expandable">
3200        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3201        <td class="sig">
3202        <a id="Ext.form.ComboBox-specialkey"></a>
3203            <b>specialkey</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
3204                        <div class="short">Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
3205Ext.EventObject.g...</div>
3206            <div class="long">
3207                Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
3208<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">
3209        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3210        <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>
3211    </div>
3212                </div>
3213                        </div>
3214        </td>
3215        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-specialkey" href="output/Ext.form.Field.html#event-specialkey">Field</a></td>
3216    </tr>
3217        <tr class="event-row inherited expandable">
3218        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3219        <td class="sig">
3220        <a id="Ext.form.ComboBox-staterestore"></a>
3221            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3222                        <div class="short">Fires after the state of the component is restored.</div>
3223            <div class="long">
3224                Fires after the state of the component is restored.    <div class="mdetail-params">
3225        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3226        <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>
3227    </div>
3228                </div>
3229                        </div>
3230        </td>
3231        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
3232    </tr>
3233        <tr class="event-row inherited alt expandable">
3234        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3235        <td class="sig">
3236        <a id="Ext.form.ComboBox-statesave"></a>
3237            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3238                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
3239            <div class="long">
3240                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
3241        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3242        <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>
3243    </div>
3244                </div>
3245                        </div>
3246        </td>
3247        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
3248    </tr>
3249        <tr class="event-row inherited expandable">
3250        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3251        <td class="sig">
3252        <a id="Ext.form.ComboBox-valid"></a>
3253            <b>valid</b> : (&nbsp;<code>Ext.form.Field this</code>&nbsp;)            <div class="mdesc">
3254                        <div class="short">Fires after the field has been validated with no errors.</div>
3255            <div class="long">
3256                Fires after the field has been validated with no errors.    <div class="mdetail-params">
3257        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3258        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li>        </ul>
3259    </div>
3260                </div>
3261                        </div>
3262        </td>
3263        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-valid" href="output/Ext.form.Field.html#event-valid">Field</a></td>
3264    </tr>
3265            </table>
3266       
3267        </div>
Note: See TracBrowser for help on using the repository browser.