📄 ext.form.combobox.html
字号:
<tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="selectOnFocus-header"></a> <b>selectOnFocus</b> : Boolean <div class="mdesc"> <div class="short"> 值为 ture 时表示字段获取焦点时自动选择字段既有文本(默认为 fa... </div> <div class="long"> 值为 ture 时表示字段获取焦点时自动选择字段既有文本(默认为 false) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.TextField" ext:member="#method-selectOnFocus" href="output/Ext.form.TextField.html#method-selectOnFocus"> TextField </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="queryParam-header"></a> <b>queryParam</b> : String <div class="mdesc"> <div class="short"> Name of the query as it will be pas... </div> <div class="long"> Name of the query as it will be passed on the querystring (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="loadingText-header"></a> <b>loadingText</b> : String <div class="mdesc"> <div class="short"> The text to display in the dropdown... </div> <div class="long"> The text to display in the dropdown list while data is loading. Only applies when mode = 'remote' (defaults to 'Loading...') </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="resizable-header"></a> <b>resizable</b> : Boolean <div class="mdesc"> <div class="short"> True to add a resize handle to the ... </div> <div class="long"> True to add a resize handle to the bottom of the dropdown list (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="handleHeight-header"></a> <b>handleHeight</b> : Number <div class="mdesc"> <div class="short"> The height in pixels of the dropdow... </div> <div class="long"> The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8) </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="editable-header"></a> <b>editable</b> : Boolean <div class="mdesc"> <div class="short"> False to prevent the user from typi... </div> <div class="long"> False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true) </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="allQuery-header"></a> <b>allQuery</b> : String <div class="mdesc"> <div class="short"> The text query to send to the serve... </div> <div class="long"> The text query to send to the server to return all records for the list with no filtering (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="mode-header"></a> <b>mode</b> : String <div class="mdesc"> <div class="short"> Set to 'local' if the ComboBox load... </div> <div class="long"> Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server) </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="minListWidth-header"></a> <b>minListWidth</b> : Number <div class="mdesc"> <div class="short"> The minimum width of the dropdown l... </div> <div class="long"> The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value) </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="forceSelection-header"></a> <b>forceSelection</b> : Boolean <div class="mdesc"> <div class="short"> True to restrict the selected value... </div> <div class="long"> 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> </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="typeAheadDelay-header"></a> <b>typeAheadDelay</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 wait until the typeahead text is displayed if typeAhead = true (defaults to 250) </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="valueNotFoundText-header"></a> <b>valueNotFoundText</b> : String <div class="mdesc"> <div class="short"> When using a name/value combo, if t... </div> <div class="long"> 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) </div> </div> </td> <td class="msource"> ComboBox </td> </tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -