ext.form.combobox.html.svn-base

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

SVN-BASE
899
字号
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-editable"></a>
            <b>editable</b> : Boolean            <div class="mdesc">
                            False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)                        </div>
        </td>
        <td class="msource">ComboBox</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-emptyClass"></a>
            <b>emptyClass</b> : String            <div class="mdesc">
                        <div class="short">The CSS class to apply to an empty field to style the emptyText (defaults to 'x-form-empty-field'). This class is aut...</div>
            <div class="long">
                The CSS class to apply to an empty field to style the <a ext:cls="Ext.form.TextField" ext:member="emptyText" href="output/Ext.form.TextField.html#emptyText">emptyText</a> (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyClass" href="output/Ext.form.TextField.html#emptyClass">TextField</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-emptyText"></a>
            <b>emptyText</b> : String            <div class="mdesc">
                            The default text to display in an empty field (defaults to null).                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TextField" ext:member="#emptyText" href="output/Ext.form.TextField.html#emptyText">TextField</a></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-fieldClass"></a>
            <b>fieldClass</b> : String            <div class="mdesc">
                            The default CSS class for the field (defaults to "x-form-field")                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldClass" href="output/Ext.form.Field.html#fieldClass">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-fieldLabel"></a>
            <b>fieldLabel</b> : String            <div class="mdesc">
                            The label text to display next to this field (defaults to '')                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldLabel" href="output/Ext.form.Field.html#fieldLabel">Field</a></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-focusClass"></a>
            <b>focusClass</b> : String            <div class="mdesc">
                            The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#focusClass" href="output/Ext.form.Field.html#focusClass">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="Ext.form.ComboBox-forceSelection"></a>
            <b>forceSelection</b> : Boolean            <div class="mdesc">
                        <div class="short">True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text i...</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 alt">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-handleHeight"></a>
            <b>handleHeight</b> : Number            <div class="mdesc">
                            The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)                        </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-height"></a>
            <b>height</b> : Number            <div class="mdesc">
                            The height of this component in pixels (defaults to auto).                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></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-hiddenId"></a>
            <b>hiddenId</b> : String            <div class="mdesc">
                        <div class="short">If hiddenName is specified, hiddenId can also be provided to give the hidden field a unique id (defaults to the hidde...</div>
            <div class="long">
                If <a ext:cls="Ext.form.ComboBox" ext:member="hiddenName" href="output/Ext.form.ComboBox.html#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 ext:cls="Ext.form.ComboBox" ext:member="id" href="output/Ext.form.ComboBox.html#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">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-hiddenName"></a>
            <b>hiddenName</b> : String            <div class="mdesc">
                        <div class="short">If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults t...</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. Note that the hidden field's id will also default to this name if <a ext:cls="Ext.form.ComboBox" ext:member="hiddenId" href="output/Ext.form.ComboBox.html#hiddenId">hiddenId</a> is not specified. The combo's id and the hidden field's ids should be different, since no two DOM nodes should share the same id, so if the combo and hidden names are the same, you should specify a unique hiddenId.            </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-hideLabel"></a>
            <b>hideLabel</b> : Boolean            <div class="mdesc">
                            True to completely hide the label element (defaults to false)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#hideLabel" href="output/Ext.form.Field.html#hideLabel">Field</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-hideMode"></a>
            <b>hideMode</b> : String            <div class="mdesc">
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
            <div class="long">
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</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-hideParent"></a>
            <b>hideParent</b> : Boolean            <div class="mdesc">
                        <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>
            <div class="long">
                True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</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-hideTrigger"></a>
            <b>hideTrigger</b> : Boolean            <div class="mdesc">
                            True to hide the trigger element and display only the base text field (defaults to false)                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.TriggerField" ext:member="#hideTrigger" href="output/Ext.form.TriggerField.html#hideTrigger">TriggerField</a></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-id"></a>
            <b>id</b> : String            <div class="mdesc">
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
    </tr>
        <tr class="config-row inherited expandable">
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
        <td class="sig">
        <a id="Ext.form.ComboBox-inputType"></a>
            <b>inputType</b> : String            <div class="mdesc">
                        <div class="short">The type attribute for input fields -- e.g. radio, text, etc. (defaults to "text"). The types "file" and "password" m...</div>
            <div class="long">
                The type attribute for input fields -- e.g. radio, text, etc. (defaults to "text"). The types "file" and "password" must be used to render those field types currently -- there are no separate Ext components for those.            </div>
                        </div>
        </td>
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#inputType" href="output/Ext.form.Field.html#inputType">Field</a></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-invalidClass"></a>
            <b>invalidClass</b> : String            <div class="mdesc">
                            The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>
        </td>

⌨️ 快捷键说明

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