📄 ext.form.combobox.html
字号:
<td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="hiddenId-header"></a> <b>hiddenId</b> : String <div class="mdesc"> <div class="short"> If #hiddenName is specified, hidden... </div> <div class="long"> If <a href="###" onClick="alert('#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 href="###" onClick="alert('#id');">#id</a> should be different, since no two DOM nodes should share the same id. </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="listClass-header"></a> <b>listClass</b> : String <div class="mdesc"> <div class="short"> CSS class to apply to the dropdown ... </div> <div class="long"> CSS class to apply to the dropdown list element (defaults to '') </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="selectedClass-header"></a> <b>selectedClass</b> : String <div class="mdesc"> <div class="short"> CSS class to apply to the selected ... </div> <div class="long"> CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected') </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="triggerClass-header"></a> <b>triggerClass</b> : String <div class="mdesc"> <div class="short"> 应用到触发器身上的CSS样式类 </div> <div class="long"> 应用到触发器身上的CSS样式类 </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.TriggerField" ext:member="#method-triggerClass" href="output/Ext.form.TriggerField.html#method-triggerClass"> TriggerField </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="shadow-header"></a> <b>shadow</b> : Boolean/String <div class="mdesc"> <div class="short"> True or "sides" for the default eff... </div> <div class="long"> True or "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="listAlign-header"></a> <b>listAlign</b> : String <div class="mdesc"> <div class="short"> A valid anchor position value. See ... </div> <div class="long"> A valid anchor position value. See <a href="###" onClick="alert('Ext.Element#alignTo');">Ext.Element#alignTo</a> for details on supported anchor positions (defaults to 'tl-bl') </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="maxHeight-header"></a> <b>maxHeight</b> : Number <div class="mdesc"> <div class="short"> The maximum height in pixels of the... </div> <div class="long"> The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300) </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="triggerAction-header"></a> <b>triggerAction</b> : String <div class="mdesc"> <div class="short"> The action to execute when the trig... </div> <div class="long"> The action to execute when the trigger field is activated. Use 'all' to run the query specified by the allQuery config option (defaults to 'query') </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="minChars-header"></a> <b>minChars</b> : Number <div class="mdesc"> <div class="short"> The minimum number of characters th... </div> <div class="long"> 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> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="typeAhead-header"></a> <b>typeAhead</b> : Boolean <div class="mdesc"> <div class="short"> True to populate and autoselect the... </div> <div class="long"> True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if it matches a known value (defaults to false) </div> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="queryDelay-header"></a> <b>queryDelay</b> : Number <div class="mdesc"> <div class="short"> The length of time in milliseconds ... </div> <div class="long"> 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> </div> </td> <td class="msource"> ComboBox </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="pageSize-header"></a> <b>pageSize</b> : Number <div class="mdesc"> <div class="short"> If greater than 0, a paging toolbar... </div> <div class="long"> 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> </div> </td> <td class="msource"> ComboBox </td> </tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -