?? ext.form.textfield.html
字號:
Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="focusClass-header"></a> <b>focusClass</b> : String <div class="mdesc"> <div class="short"> 當表單元素獲取焦點時的CSS樣式(默認為"x-form-focus") </div> <div class="long"> 當表單元素獲取焦點時的CSS樣式(默認為"x-form-focus") </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-focusClass" href="output/Ext.form.Field.html#method-focusClass"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="validationEvent-header"></a> <b>validationEvent</b> : String/Boolean <div class="mdesc"> <div class="short"> 初始化元素驗證的事件名,如果設假,則不進行驗證(默認"keyup") </div> <div class="long"> 初始化元素驗證的事件名,如果設假,則不進行驗證(默認"keyup") </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-validationEvent" href="output/Ext.form.Field.html#method-validationEvent"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="validateOnBlur-header"></a> <b>validateOnBlur</b> : Boolean <div class="mdesc"> <div class="short"> 是否當失去焦點時驗證此表單元素(默認真)。 </div> <div class="long"> 是否當失去焦點時驗證此表單元素(默認真)。 </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-validateOnBlur" href="output/Ext.form.Field.html#method-validateOnBlur"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="validationDelay-header"></a> <b>validationDelay</b> : Number <div class="mdesc"> <div class="short"> 用戶輸入開始到驗證開始的間隔毫秒數(默認250毫秒) </div> <div class="long"> 用戶輸入開始到驗證開始的間隔毫秒數(默認250毫秒) </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-validationDelay" href="output/Ext.form.Field.html#method-validationDelay"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="autoCreate-header"></a> <b>autoCreate</b> : String/Object <div class="mdesc"> <div class="short"> 一個指定的DomHelper對象,如果為真則為一個默認對象(默認 {t... </div> <div class="long"> 一個指定的DomHelper對象,如果為真則為一個默認對象(默認 {tag: "input", type: "text", size: "20", autocomplete: "off"}) </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-autoCreate" href="output/Ext.form.Field.html#method-autoCreate"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="fieldClass-header"></a> <b>fieldClass</b> : String <div class="mdesc"> <div class="short"> 表單元素一般狀態CSS樣式(默認為"x-form-field") </div> <div class="long"> 表單元素一般狀態CSS樣式(默認為"x-form-field") </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-fieldClass" href="output/Ext.form.Field.html#method-fieldClass"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="msgTarget-header"></a> <b>msgTarget</b> : String <div class="mdesc"> <div class="short"> 錯誤提示的顯示位置。 可以是以下列表中的任意一項(默認為"qtip")... </div> <div class="long"> 錯誤提示的顯示位置。 可以是以下列表中的任意一項(默認為"qtip")<pre>Value Description----------- ----------------------------------------------------------------------qtip Display a quick tip when the user hovers over the field 當鼠標旋停在表單元素上時顯示。title Display a default browser title attribute popup 顯示瀏覽器默認"popup"提示。under Add a block div beneath the field containing the error text 創建一個包函錯誤信息的"div"對象(塊顯示方式)在表單元素下面。 side 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 直接在指定的對象的"innerHTML"屬性里添加錯誤信息。 </pre> </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-msgTarget" href="output/Ext.form.Field.html#method-msgTarget"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="msgFx-header"></a> <b>msgFx</b> : String <div class="mdesc"> <div class="short"> Experimental 表單元素無效提示顯示的動畫效果(... </div> <div class="long"> <b>Experimental</b> 表單元素無效提示顯示的動畫效果(默認為"normal") </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-msgFx" href="output/Ext.form.Field.html#method-msgFx"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="readOnly-header"></a> <b>readOnly</b> : Boolean <div class="mdesc"> <div class="short"> 如果為真,則在HTML時標明此表單元素為只讀 -- 注意:只是設置表單... </div> <div class="long"> 如果為真,則在HTML時標明此表單元素為只讀 -- 注意:只是設置表單對象的只讀屬性。 </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-readOnly" href="output/Ext.form.Field.html#method-readOnly"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="disabled-header"></a> <b>disabled</b> : Boolean <div class="mdesc"> <div class="short"> 為真則標明此表單元素為不可用(默認為假) </div> <div class="long"> 為真則標明此表單元素為不可用(默認為假) </div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -