⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext.form.combobox.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<!--Mock<link rel="stylesheet" type="text/css" href="http://localhost/ext/resources/css/ext-all.css" /><link rel="stylesheet" type="text/css" href="http://localhost/ext/doc/resources/docs.css"/><link rel="stylesheet" type="text/css" href="http://localhost/ext/doc/resources/style.css"/>--><style type="text/css">    body {        overflow: scroll;    }    /**	 .mdesc .long {        display: block;    }     */</style><!-- End Mock--><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><div class="body-wrap">    <div class="top-tools">        <a class="inner-link" href="#Ext.form.ComboBox-props"><img src="/images/s.gif" class="item-icon icon-prop">Properties</a><a class="inner-link" href="#Ext.form.ComboBox-methods"><img src="/images/s.gif" class="item-icon icon-method">Methods</a><a class="inner-link" href="#Ext.form.ComboBox-events"><img src="/images/s.gif" class="item-icon icon-event">Events</a><a class="inner-link" href="#Ext.form.ComboBox-configs"><img src="/images/s.gif" class="item-icon icon-config">Config Options</a><a class="bookmark" href="../docs/?class=Ext.form.ComboBox"><img src="/images/s.gif" class="item-icon icon-fav">Direct Link</a>    </div><h1>Class Ext.form.ComboBox</h1>    <table cellspacing="0">        <!--        <tr>        <td class="label">        Package:        </td>        <td class="hd-info">        </td>        </tr>        -->        <tr>            <td class="label">                Defined In:            </td>            <td class="hd-info">                Combo.js            </td>        </tr>        <tr>            <td class="label">                Class:            </td>            <td class="hd-info">                Ext.form.ComboBox            </td>        </tr>        <tr>            <td class="label">                Extends:            </td>            <td class="hd-info">                Ext.form.TriggerField            </td>        </tr>    </table>    <div class="description">        A combobox control with support for autocomplete, remote-loading, paging and many other features    </div>    <div class="hr">    </div>    <a id="Ext.form.ComboBox-configs"></a>    <h2>配置项</h2>            <table cellspacing="0" class="member-table">            <tr>                <th class="sig-header" colspan="2">                    配置项                </th>                <th class="msource-header">                    定义者                </th>            </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</a>                    </td>                    <td class="sig">                        <a id="transform-header"></a>                        <b>transform</b>                        : Mixed                        <div class="mdesc">                            <div class="short">                                The id, DOM node or element of an e...                             </div>                            <div class="long">                                The id, DOM node or element of an existing select to convert to a ComboBox                             </div>                        </div>                    </td>                    <td class="msource">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">                    <td class="micon">                        <a class="exi" href="#expand">&nbsp;</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">                                                                            ComboBox                                            </td>                </tr>                            <tr class="config-row expandable">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -