?? ext.form.radio.html
字號:
True表示為使用height:'auto',false表示為使用固定... </div> <div class="long"> True表示為使用height:'auto',false表示為使用固定高度(缺省為false)。
</div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-autoHeight" href="output/Ext.BoxComponent.html#method-autoHeight"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoWidth-header"></a> <b>autoWidth</b> : Boolean <div class="mdesc"> <div class="short"> True表示為使用width:'auto',false表示為使用固定寬... </div> <div class="long"> True表示為使用width:'auto',false表示為使用固定寬度(缺省為false)。
</div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-autoWidth" href="output/Ext.BoxComponent.html#method-autoWidth"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="deferHeight-header"></a> <b>deferHeight</b> : Boolean <div class="mdesc"> <div class="short"> True表示為根據(jù)外置的組件延時計算高度,false表示允許該組件自行... </div> <div class="long"> True表示為根據(jù)外置的組件延時計算高度,false表示允許該組件自行設(shè)置高度(缺省為false)。
</div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-deferHeight" href="output/Ext.BoxComponent.html#method-deferHeight"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="id-header"></a> <b>id</b> : String <div class="mdesc"> <div class="short"> 唯一的組件id(默認(rèn)為自動分配的id)。 </div> <div class="long"> 唯一的組件id(默認(rèn)為自動分配的id)。 </div> </div> </td> <td class="msource"> <!--如果這不是同個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"> </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"> </a> </td> <td class="sig"> <a id="cls-header"></a> <b>cls</b> : String <div class="mdesc"> <div class="short"> 一個可選添加的CSS樣式類,加入到組件的容器上(默認(rèn)為'')。 這為容... </div> <div class="long"> 一個可選添加的CSS樣式類,加入到組件的容器上(默認(rèn)為'')。 這為容器或容器的子節(jié)點加入標(biāo)準(zhǔn)CSS規(guī)則提供了方便。 </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"> </a> </td> <td class="sig"> <a id="style-header"></a> <b>style</b> : String <div class="mdesc"> <div class="short"> 作用在組件元素上特定的樣式。該值的有效格式應(yīng)如Ext.Element#... </div> <div class="long"> 作用在組件元素上特定的樣式。該值的有效格式應(yīng)如<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"> </a> </td> <td class="sig"> <a id="plugins-header"></a> <b>plugins</b> : Object/Array <div class="mdesc"> <div class="short"> 針對該組件自定義的功能,是對象或這些對象組成的數(shù)組。 一個有效的插件須... </div> <div class="long"> 針對該組件自定義的功能,是對象或這些對象組成的數(shù)組。 一個有效的插件須保證帶有一個init的方法以便接收屬于Ext.Component類型的引用。 當(dāng)一個組件被創(chuàng)建后,若發(fā)現(xiàn)由插件可用,組件會調(diào)用每個插件上的init方法,傳入一個應(yīng)用到插件本身。 這樣,插件便能按照組件所提供的功能,調(diào)用到組件的方法或響應(yīng)事件。 </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"> </a> </td> <td class="sig"> <a id="applyTo-header"></a> <b>applyTo</b> : Mixed <div class="mdesc"> <div class="short"> 節(jié)點的id,或是DOM節(jié)點,又或者是與DIV相當(dāng)?shù)默F(xiàn)有元素,這些都是文... </div> <div class="long"> 節(jié)點的id,或是DOM節(jié)點,又或者是與DIV相當(dāng)?shù)默F(xiàn)有元素,這些都是文檔中已經(jīng)存在的元素 當(dāng)使用applyTo后,主元素所指定的id或CSS樣式類將會作用于組件構(gòu)成的部分, 而被創(chuàng)建的組件將會嘗試著根據(jù)這些markup構(gòu)建它的子組件。 使用了這項配置后,不需要執(zhí)行render()的方法。 若指定了applyTo,那么任何由<a href="###" onClick="alert('#renderTo');">#renderTo</a>傳入的值將會被忽略并使用目標(biāo)元素的父級元素作為組件的容器。 </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"> </a> </td> <td class="sig"> <a id="renderTo-header"></a> <b>renderTo</b> : Mixed <div class="mdesc"> <div class="short"> 容器渲染的那個節(jié)點的id,或是DOM節(jié)點,又或者是與DIV相當(dāng)?shù)默F(xiàn)有元... </div> <div class="long"> 容器渲染的那個節(jié)點的id,或是DOM節(jié)點,又或者是與DIV相當(dāng)?shù)默F(xiàn)有元素。 使用了這項配置后,不需要執(zhí)行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"> </a> </td> <td class="sig"> <a id="disabledClass-header"></a> <b>disabledClass</b> : String <div class="mdesc"> <div class="short"> 當(dāng)組件被禁用時作用的CSS樣式類(默認(rèn)為"x-item-disable... </div> <div class="long"> 當(dāng)組件被禁用時作用的CSS樣式類(默認(rèn)為"x-item-disabled")。
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -