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

📄 ext.form.label.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 5 页
字号:
                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-id" 								href="output/Ext.Component.html#method-id">								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="xtype-header"></a>                        <b>xtype</b>                        : String                        <div class="mdesc">                            <div class="short">                                The registered xtype to create.  用于...                             </div>                            <div class="long">                                The registered xtype to create.  用于登记一个xtype。 This config option is not used when passing a config object into a constructor.  This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>.  The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed {@link Ext.Component here}. <br><br> If you subclass Components to create your own Components, you may register them using <a href="###" onClick="alert('Ext.ComponentMgr#registerType');">Ext.ComponentMgr#registerType</a> in order to be able to take advantage of lazy instantiation and rendering.                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-xtype" 								href="output/Ext.Component.html#method-xtype">								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="cls-header"></a>                        <b>cls</b>                        : String                        <div class="mdesc">                            <div class="short">                                一个可选添加的CSS样式类,加入到组件的容器上(默认为'')。 这为容...                             </div>                            <div class="long">                                一个可选添加的CSS样式类,加入到组件的容器上(默认为'')。 这为容器或容器的子节点加入标准CSS规则提供了方便。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-cls" 								href="output/Ext.Component.html#method-cls">								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="style-header"></a>                        <b>style</b>                        : String                        <div class="mdesc">                            <div class="short">                                作用在组件元素上特定的样式。该值的有效格式应如Ext.Element#...                             </div>                            <div class="long">                                作用在组件元素上特定的样式。该值的有效格式应如<a href="###" onClick="alert('Ext.Element#applyStyles');">Ext.Element#applyStyles</a>。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-style" 								href="output/Ext.Component.html#method-style">								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="plugins-header"></a>                        <b>plugins</b>                        : Object/Array                        <div class="mdesc">                            <div class="short">                                针对该组件自定义的功能,是对象或这些对象组成的数组。 一个有效的插件须...                             </div>                            <div class="long">                                针对该组件自定义的功能,是对象或这些对象组成的数组。 一个有效的插件须保证带有一个init的方法以便接收属于Ext.Component类型的引用。 当一个组件被创建后,若发现由插件可用,组件会调用每个插件上的init方法,传入一个应用到插件本身。   这样,插件便能按照组件所提供的功能,调用到组件的方法或响应事件。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-plugins" 								href="output/Ext.Component.html#method-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="applyTo-header"></a>                        <b>applyTo</b>                        : Mixed                        <div class="mdesc">                            <div class="short">                                节点的id,或是DOM节点,又或者是与DIV相当的现有元素,这些都是文...                             </div>                            <div class="long">                                节点的id,或是DOM节点,又或者是与DIV相当的现有元素,这些都是文档中已经存在的元素 当使用applyTo后,主元素所指定的id或CSS样式类将会作用于组件构成的部分, 而被创建的组件将会尝试着根据这些markup构建它的子组件。 使用了这项配置后,不需要执行render()的方法。 若指定了applyTo,那么任何由<a href="###" onClick="alert('#renderTo');">#renderTo</a>传入的值将会被忽略并使用目标元素的父级元素作为组件的容器。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-applyTo" 								href="output/Ext.Component.html#method-applyTo">								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="renderTo-header"></a>                        <b>renderTo</b>                        : Mixed                        <div class="mdesc">                            <div class="short">                                容器渲染的那个节点的id,或是DOM节点,又或者是与DIV相当的现有元...                             </div>                            <div class="long">                                容器渲染的那个节点的id,或是DOM节点,又或者是与DIV相当的现有元素。 使用了这项配置后,不需要执行render()的方法。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-renderTo" 								href="output/Ext.Component.html#method-renderTo">								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="disabledClass-header"></a>                        <b>disabledClass</b>                        : String                        <div class="mdesc">                            <div class="short">                                当组件被禁用时作用的CSS样式类(默认为"x-item-disable...                             </div>                            <div class="long">                                当组件被禁用时作用的CSS样式类(默认为"x-item-disabled")。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-disabledClass" 								href="output/Ext.Component.html#method-disabledClass">								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="allowDomMove-header"></a>                        <b>allowDomMove</b>                        : Boolean                        <div class="mdesc">                            <div class="short">                                当渲染进行时能否移动Dom节点上的组件(默认为true)。                             </div>                            <div class="long">                                当渲染进行时能否移动Dom节点上的组件(默认为true)。                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-allowDomMove" 								href="output/Ext.Component.html#method-allowDomMove">								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="autoShow-header"></a>                        <b>autoShow</b>                        : Boolean                        <div class="mdesc">                            <div class="short">                                True表示为在渲染的时候先检测一下有否关于隐藏的样式类(如:'x-h...                             </div>                            <div class="long">                                True表示为在渲染的时候先检测一下有否关于隐藏的样式类(如:'x-hidden'或'x-hide-display'),有就移除隐藏的样式类。 (缺省为false)                             </div>                        </div>                    </td>                    <td class="msource">                                                    <!--如果这不是同个namespace下-->							<a 	ext:cls="Ext.Component" 								ext:member="#method-autoShow" 								href="output/Ext.Component.html#method-autoShow">								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="hideMode-header"></a>                        <b>hideMode</b>                        : String                        <div class="mdesc">                            <div class="short">                                这个组件是怎么隐藏的。可支持的值有"visibility" (css中... 

⌨️ 快捷键说明

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