📄 ext.form.numberfield.html
字号:
<td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="-header"></a> <b></b> : String <div class="mdesc"> <div class="short"> 表单元素无效时标在上面的CSS样式(默认为"x-form-invalid") </div> <div class="long"> 表单元素无效时标在上面的CSS样式(默认为"x-form-invalid") </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-" href="output/Ext.form.Field.html#method-"> Field </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="invalidText-header"></a> <b>invalidText</b> : String <div class="mdesc"> <div class="short"> 表单元素无效时标在上面的文本信息(默认为"The value in t... </div> <div class="long"> 表单元素无效时标在上面的文本信息(默认为"The value in this field is invalid") </div> </div> </td> <td class="msource"> <!--如果这不是同个namespace下--> <a ext:cls="Ext.form.Field" ext:member="#method-invalidText" href="output/Ext.form.Field.html#method-invalidText"> 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="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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -