📄 ext.form.timefield.html
字号:
</tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="lazyRender-header"></a> <b>lazyRender</b> : Boolean <div class="mdesc"> <div class="short"> True to prevent the ComboBox from r... </div> <div class="long"> True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor, defaults to false) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-lazyRender" href="output/Ext.form.ComboBox.html#method-lazyRender"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoCreate-header"></a> <b>autoCreate</b> : String/Object <div class="mdesc"> <div class="short"> 一个指定的DomHelper对象,如果为真则为一个默认对象(默认 {t... </div> <div class="long"> 一个指定的DomHelper对象,如果为真则为一个默认对象(默认 {tag: "input", type: "text", size: "20", autocomplete: "off"}) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-autoCreate" href="output/Ext.form.Field.html#method-autoCreate"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="store-header"></a> <b>store</b> : Ext.data.Store <div class="mdesc"> <div class="short"> The data store to which this combo ... </div> <div class="long"> The data store to which this combo is bound (defaults to undefined) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-store" href="output/Ext.form.ComboBox.html#method-store"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="title-header"></a> <b>title</b> : String <div class="mdesc"> <div class="short"> If supplied, a header element is cr... </div> <div class="long"> 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> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-title" href="output/Ext.form.ComboBox.html#method-title"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="listWidth-header"></a> <b>listWidth</b> : Number <div class="mdesc"> <div class="short"> The width in pixels of the dropdown... </div> <div class="long"> The width in pixels of the dropdown list (defaults to the width of the ComboBox field) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-listWidth" href="output/Ext.form.ComboBox.html#method-listWidth"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="displayField-header"></a> <b>displayField</b> : String <div class="mdesc"> <div class="short"> The underlying data field name to b... </div> <div class="long"> The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if transforming a select) </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-displayField" href="output/Ext.form.ComboBox.html#method-displayField"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="valueField-header"></a> <b>valueField</b> : String <div class="mdesc"> <div class="short"> The underlying data value name to b... </div> <div class="long"> 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> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-valueField" href="output/Ext.form.ComboBox.html#method-valueField"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="hiddenName-header"></a> <b>hiddenName</b> : String <div class="mdesc"> <div class="short"> If specified, a hidden form field w... </div> <div class="long"> 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. </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-hiddenName" href="output/Ext.form.ComboBox.html#method-hiddenName"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <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"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-hiddenId" href="output/Ext.form.ComboBox.html#method-hiddenId"> ComboBox </a> </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"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.ComboBox" ext:member="#method-listClass" href="output/Ext.form.ComboBox.html#method-listClass"> ComboBox </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -