⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext.form.formpanel.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 5 页
字号:
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-maskDisabled"></a>            <b>maskDisabled</b> : Boolean            <div class="mdesc">                        <div class="short">True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...</div>            <div class="long">                True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#maskDisabled" href="output/Ext.Panel.html#maskDisabled">Panel</a></td>    </tr>        <tr class="config-row">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-minButtonWidth"></a>            <b>minButtonWidth</b> : Number            <div class="mdesc">                            Minimum width of all buttons in pixels (defaults to 75)                        </div>        </td>        <td class="msource">FormPanel</td>    </tr>        <tr class="config-row alt">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-monitorPoll"></a>            <b>monitorPoll</b> : Number            <div class="mdesc">                            The milliseconds to poll valid state, ignored if monitorValid is not true (defaults to 200)                        </div>        </td>        <td class="msource">FormPanel</td>    </tr>        <tr class="config-row inherited expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-monitorResize"></a>            <b>monitorResize</b> : Boolean            <div class="mdesc">                        <div class="short">True to automatically monitor window resize events to handle anything that is sensitive to the current size of the vi...</div>            <div class="long">                True to automatically monitor window resize events to handle anything that is sensitive to the current size of the viewport. This value is typically managed by the chosen <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> and should not need to be set manually.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Container" ext:member="#monitorResize" href="output/Ext.Container.html#monitorResize">Container</a></td>    </tr>        <tr class="config-row alt expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-monitorValid"></a>            <b>monitorValid</b> : Boolean            <div class="mdesc">                        <div class="short">If true the form monitors its valid state client-side and fires a looping event with that state. This is required to ...</div>            <div class="long">                If true the form monitors its valid state <b>client-side</b> and fires a looping event with that state. This is required to bind buttons to the valid state using the config value formBind:true on the button.            </div>                        </div>        </td>        <td class="msource">FormPanel</td>    </tr>        <tr class="config-row inherited expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-overCls"></a>            <b>overCls</b> : String            <div class="mdesc">                        <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>            <div class="long">                An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>    </tr>        <tr class="config-row inherited alt">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-pageX"></a>            <b>pageX</b> : Number            <div class="mdesc">                            The page level x coordinate for this component if contained within a positioning container.                        </div>        </td>        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>    </tr>        <tr class="config-row inherited">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-pageY"></a>            <b>pageY</b> : Number            <div class="mdesc">                            The page level y coordinate for this component if contained within a positioning container.                        </div>        </td>        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>    </tr>        <tr class="config-row inherited alt expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-plugins"></a>            <b>plugins</b> : Object/Array            <div class="mdesc">                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>            <div class="long">                An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>    </tr>        <tr class="config-row inherited expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-renderTo"></a>            <b>renderTo</b> : Mixed            <div class="mdesc">                        <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>            <div class="long">                The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>    </tr>        <tr class="config-row inherited alt expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-shadow"></a>            <b>shadow</b> : Boolean/String            <div class="mdesc">                        <div class="short">True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...</div>            <div class="long">                True (or a valid Ext.Shadow <a ext:cls="Ext.Shadow" ext:member="mode" href="output/Ext.Shadow.html#mode">Ext.Shadow.mode</a> value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadow" href="output/Ext.Panel.html#shadow">Panel</a></td>    </tr>        <tr class="config-row inherited expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-shadowOffset"></a>            <b>shadowOffset</b> : Number            <div class="mdesc">                        <div class="short">The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when float...</div>            <div class="long">                The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadowOffset" href="output/Ext.Panel.html#shadowOffset">Panel</a></td>    </tr>        <tr class="config-row inherited alt expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-shim"></a>            <b>shim</b> : Boolean            <div class="mdesc">                        <div class="short">False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies wh...</div>            <div class="long">                False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shim" href="output/Ext.Panel.html#shim">Panel</a></td>    </tr>        <tr class="config-row inherited expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-stateEvents"></a>            <b>stateEvents</b> : Array            <div class="mdesc">                        <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>            <div class="long">                An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>    </tr>        <tr class="config-row inherited alt expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.FormPanel-stateId"></a>            <b>stateId</b> : String            <div class="mdesc">                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>            <div class="long">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -