?? ext.form.textfield.html
字號:
</div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-disabled" href="output/Ext.form.Field.html#method-disabled"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="inputType-header"></a> <b>inputType</b> : String <div class="mdesc"> <div class="short"> "input"類表單元素的類型屬性 -- 例如:radio,text... </div> <div class="long"> "input"類表單元素的類型屬性 -- 例如:radio,text,password (默認為"text") </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-inputType" href="output/Ext.form.Field.html#method-inputType"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="height-header"></a> <b>height</b> : Number <div class="mdesc"> <div class="short"> 此組件的高度(單位象素)(缺省為auto)。
</div> <div class="long"> 此組件的高度(單位象素)(缺省為auto)。
</div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-height" href="output/Ext.BoxComponent.html#method-height"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="width-header"></a> <b>width</b> : Number <div class="mdesc"> <div class="short"> 此組件的寬度(單位象素)(缺省為auto)。
</div> <div class="long"> 此組件的寬度(單位象素)(缺省為auto)。
</div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.BoxComponent" ext:member="#method-width" href="output/Ext.BoxComponent.html#method-width"> BoxComponent </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoHeight-header"></a> <b>autoHeight</b> : Boolean <div class="mdesc"> <div class="short"> 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(默認為自動分配的id)。 </div> <div class="long"> 唯一的組件id(默認為自動分配的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樣式類,加入到組件的容器上(默認為'')。 這為容... </div> <div class="long"> 一個可選添加的CSS樣式類,加入到組件的容器上(默認為'')。 這為容器或容器的子節(jié)點加入標準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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -