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

📄 ext.form.radiogroup.html

📁 Ext中文API,学习ext的同志只要你学会ext里的一种控件后其实其他的就大同小异了
💻 HTML
📖 第 1 页 / 共 5 页
字号:
        <td class="sig">        <a id="Ext.form.RadioGroup-height"></a>            <b>height</b> : Number            <div class="mdesc">                            The height of this component in pixels (defaults to auto).                        </div>        </td>        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">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.RadioGroup-hidden"></a>            <b>hidden</b> : Boolean            <div class="mdesc">                            Render this component hidden (default is false).                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">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.RadioGroup-hideLabel"></a>            <b>hideLabel</b> : Boolean            <div class="mdesc">                            True to completely hide the label element (defaults to false)                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#hideLabel" href="output/Ext.form.Field.html#hideLabel">Field</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.RadioGroup-hideMode"></a>            <b>hideMode</b> : String            <div class="mdesc">                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>            <div class="long">                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">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.RadioGroup-hideParent"></a>            <b>hideParent</b> : Boolean            <div class="mdesc">                        <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>            <div class="long">                True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</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.RadioGroup-id"></a>            <b>id</b> : String            <div class="mdesc">                            The unique id of this component (defaults to an auto-assigned id).                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">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.RadioGroup-inputType"></a>            <b>inputType</b> : String            <div class="mdesc">                        <div class="short">The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "p...</div>            <div class="long">                The type attribute for input fields -- e.g. radio, text, password, file (defaults to "text"). The types "file" and "password" must be used to render those field types currently -- there are no separate Ext components for those. Note that if you use <tt>inputType:'file'</tt>, <a ext:cls="Ext.form.Field" ext:member="emptyText" href="output/Ext.form.Field.html#emptyText">emptyText</a> is not supported and should be avoided.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#inputType" href="output/Ext.form.Field.html#inputType">Field</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.RadioGroup-invalidClass"></a>            <b>invalidClass</b> : String            <div class="mdesc">                            The CSS class to use when marking a field invalid (defaults to "x-form-invalid")                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidClass" href="output/Ext.form.Field.html#invalidClass">Field</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.RadioGroup-invalidText"></a>            <b>invalidText</b> : String            <div class="mdesc">                        <div class="short">The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field i...</div>            <div class="long">                The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field is invalid")            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#invalidText" href="output/Ext.form.Field.html#invalidText">Field</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.RadioGroup-itemCls"></a>            <b>itemCls</b> : String            <div class="mdesc">                        <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>            <div class="long">                An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. NOTE: this will not have any effect on fields that are not part of a form. Example use: <pre><code><i>// Apply a style to the field's label:</i>&lt;style>    .required .x-form-item-label {font-weight:bold;color:red;}&lt;/style><b>new</b> Ext.FormPanel({	height: 100,	renderTo: document.body,	items: [{		xtype: <em>'textfield'</em>,		fieldLabel: <em>'Name'</em>,		itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>	},{		xtype: <em>'textfield'</em>,		fieldLabel: <em>'Favorite Color'</em>	}]});</code></pre>            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#itemCls" href="output/Ext.form.Field.html#itemCls">Field</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.RadioGroup-labelSeparator"></a>            <b>labelSeparator</b> : String            <div class="mdesc">                        <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>            <div class="long">                The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelSeparator" href="output/Ext.form.Field.html#labelSeparator">Field</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.RadioGroup-labelStyle"></a>            <b>labelStyle</b> : String            <div class="mdesc">                        <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>            <div class="long">                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, <code>labelStyle: 'font-weight:bold;'</code>.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelStyle" href="output/Ext.form.Field.html#labelStyle">Field</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.RadioGroup-listeners"></a>            <b>listeners</b> : Object            <div class="mdesc">                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>            <div class="long">                A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</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.RadioGroup-msgFx"></a>            <b>msgFx</b> : String            <div class="mdesc">                            <b>Experimental</b> The effect used when displaying a validation message under the field (defaults to 'normal').                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgFx" href="output/Ext.form.Field.html#msgFx">Field</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.RadioGroup-msgTarget"></a>            <b>msgTarget</b> : String            <div class="mdesc">                        <div class="short">The location where error text should display. Should be one of the following values (defaults to 'qtip'): Value      ...</div>            <div class="long">                The location where error text should display. Should be one of the following values (defaults to 'qtip'): <pre>Value         Description-----------   ----------------------------------------------------------------------qtip          Display a quick tip when the user hovers over the fieldtitle         Display a default browser title attribute popupunder         Add a block div beneath the field containing the error textside          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</pre>            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#msgTarget" href="output/Ext.form.Field.html#msgTarget">Field</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.RadioGroup-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>

⌨️ 快捷键说明

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