ext.form.combobox.html.svn-base

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 899 行 · 第 1/5 页

SVN-BASE
899
字号
        <a id="Ext.form.ComboBox-maxLengthText"></a>
            <b>maxLengthText</b> : String            <div class="mdesc">
                        <div class="short">Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxL...</div>
            <div class="long">
                Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#maxLengthText" href="output/Ext.form.TextField.html#maxLengthText">TextField</a></td>
    </tr>
        <tr class="config-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-minChars"></a>
            <b>minChars</b> : Number            <div class="mdesc">
                        <div class="short">The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remo...</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 alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-minHeight"></a>
            <b>minHeight</b> : Number            <div class="mdesc">
                        <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>
            <div class="long">
                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>
                        </div>
        </td>
        <td class="msource">ComboBox</td>
    </tr>
        <tr class="config-row inherited">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-minLength"></a>
            <b>minLength</b> : Number            <div class="mdesc">
                            Minimum input field length required (defaults to 0)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLength" href="output/Ext.form.TextField.html#minLength">TextField</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-minLengthText"></a>
            <b>minLengthText</b> : String            <div class="mdesc">
                        <div class="short">Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minL...</div>
            <div class="long">
                Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#minLengthText" href="output/Ext.form.TextField.html#minLengthText">TextField</a></td>
    </tr>
        <tr class="config-row">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-minListWidth"></a>
            <b>minListWidth</b> : Number            <div class="mdesc">
                            The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value)                        </div>
        </td>
        <td class="msource">ComboBox</td>
    </tr>
        <tr class="config-row alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-mode"></a>
            <b>mode</b> : String            <div class="mdesc">
                            Set to 'local' if the ComboBox loads local data (defaults to 'remote' which loads from the server)                        </div>
        </td>
        <td class="msource">ComboBox</td>
    </tr>
        <tr class="config-row inherited">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-msgFx"></a>
            <b>msgFx</b> : String            <div class="mdesc">
                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-msgTarget"></a>
            <b>msgTarget</b> : String            <div class="mdesc">
                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>
            <div class="long">
                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description-----------   ----------------------------------------------------------------------qtip          Display a quick tip when the user hovers over the fieldtitle         Display a default browser title attribute popupunder         Add a block div beneath the field containing the error textside          Add an error icon to the right of the field with a popup on hover[element id]  Add the error text directly to the innerHTML of the specified element</pre>            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</a></td>
    </tr>
        <tr class="config-row inherited">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-name"></a>
            <b>name</b> : String            <div class="mdesc">
                            The field's HTML name attribute (defaults to "").                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-overCls"></a>
            <b>overCls</b> : String            <div class="mdesc">
                        <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>
            <div class="long">
                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>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
    </tr>
        <tr class="config-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-pageSize"></a>
            <b>pageSize</b> : Number            <div class="mdesc">
                        <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>
            <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>
        <tr class="config-row inherited alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-pageX"></a>
            <b>pageX</b> : Number            <div class="mdesc">
                            The page level x coordinate for this component if contained within a positioning container.                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
    </tr>
        <tr class="config-row inherited">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-pageY"></a>
            <b>pageY</b> : Number            <div class="mdesc">
                            The page level y coordinate for this component if contained within a positioning container.                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
    </tr>
        <tr class="config-row inherited alt expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-plugins"></a>
            <b>plugins</b> : Object/Array            <div class="mdesc">
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
            <div class="long">
                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>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
    </tr>
        <tr class="config-row expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-queryDelay"></a>
            <b>queryDelay</b> : Number            <div class="mdesc">
                        <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>
            <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 alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-queryParam"></a>
            <b>queryParam</b> : String            <div class="mdesc">
                            Name of the query as it will be passed on the querystring (defaults to 'query')                        </div>

⌨️ 快捷键说明

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