📄 ext.form.textarea.html
字号:
<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> </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表示为根据外置的组件延时计算高度,false表示允许该组件自行... </div> <div class="long"> True表示为根据外置的组件延时计算高度,false表示允许该组件自行设置高度(缺省为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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -