📄 ext.form.radiogroup.html
字号:
<pre><code>foo.on({ <em>'click'</em> : <b>this</b>.onClick, <em>'mouseover'</em> : <b>this</b>.onMouseOver, <em>'mouseout'</em> : <b>this</b>.onMouseOut, scope: <b>this</b>});</code></pre></div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-applyToMarkup"></a> <b>applyToMarkup</b>( <code>String/HTMLElement el</code> ) : void <div class="mdesc"> <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div> <div class="long"> Apply this component to existing markup that is valid. With this function, no call to render() is required. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-clearInvalid"></a> <b>clearInvalid</b>() : void <div class="mdesc"> <div class="short">Clear any invalid styles/messages for this field</div> <div class="long"> Clear any invalid styles/messages for this field <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearInvalid" href="output/Ext.form.Field.html#clearInvalid">Field</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-cloneConfig"></a> <b>cloneConfig</b>( <code>Object overrides</code> ) : Ext.Component <div class="mdesc"> <div class="short">Clone the current component using the original config values passed into this instance by default.</div> <div class="long"> Clone the current component using the original config values passed into this instance by default. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-destroy"></a> <b>destroy</b>() : void <div class="mdesc"> <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,removing the c...</div> <div class="long"> Destroys this component by purging any event listeners, removing the component's element from the DOM,removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. Destruction is generally handled automatically by the framework and this methodshould usually not need to be called directly. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>void</code></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-disable"></a> <b>disable</b>() : Ext.Component <div class="mdesc"> <div class="short">Disable this component.</div> <div class="long"> Disable this component. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>Ext.Component</code><div class="sub-desc">this</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-enable"></a> <b>enable</b>() : Ext.Component <div class="mdesc"> <div class="short">Enable this component.</div> <div class="long"> Enable this component. <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li>None.</li> </ul> <strong>Returns:</strong> <ul> <li><code>Ext.Component</code><div class="sub-desc">this</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-findParentBy"></a> <b>findParentBy</b>( <code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span> ) : Array <div class="mdesc"> <div class="short">Find a container above this component at any level by a custom function. If the passed function returnstrue, the con...</div> <div class="long"> Find a container above this component at any level by a custom function. If the passed function returnstrue, the container will be returned. The passed function is called with the arguments (container, this component). <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td> </tr> <tr class="method-row inherited alt expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-findParentByType"></a> <b>findParentByType</b>( <code>String/Class xtype</code> ) : Container <div class="mdesc"> <div class="short">Find a container above this component at any level by xtype or class</div> <div class="long"> Find a container above this component at any level by xtype or class <div class="mdetail-params"> <strong>Parameters:</strong> <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li> </ul> <strong>Returns:</strong> <ul> <li><code>Container</code><div class="sub-desc">The found container</div></li> </ul> </div> </div> </div> </td> <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td> </tr> <tr class="method-row inherited expandable"> <td class="micon"><a class="exi" href="#expand"> </a></td> <td class="sig"> <a id="Ext.form.RadioGroup-fireEvent"></a> <b>fireEvent</b>( <code>String event
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -