亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? ext.form.checkboxgroup.html

?? Ext中文API,學(xué)習(xí)ext的同志只要你學(xué)會ext里的一種控件后其實(shí)其他的就大同小異了
?? HTML
?? 第 1 頁 / 共 5 頁
字號:
        <div class="body-wrap">        <div class="top-tools">            <a class="inner-link" href="#Ext.form.CheckboxGroup-props"><img src="ext-2.0/resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>            <a class="inner-link" href="#Ext.form.CheckboxGroup-methods"><img src="ext-2.0/resources/images/default/s.gif" class="item-icon icon-method">Methods</a>            <a class="inner-link" href="#Ext.form.CheckboxGroup-events"><img src="ext-2.0/resources/images/default/s.gif" class="item-icon icon-event">Events</a>                            <a class="inner-link" href="#Ext.form.CheckboxGroup-configs"><img src="ext-2.0/resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>                        <a class="bookmark" href="../docs/?class=Ext.form.CheckboxGroup"><img src="ext-2.0/resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>        </div>                <div class="inheritance res-block"><pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>    <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a>        <img src="resources/elbow-end.gif"/>CheckboxGroup</pre></div>                <h1>Class Ext.form.CheckboxGroup</h1>        <table cellspacing="0">            <tr><td class="label">Package:</td><td class="hd-info">Ext.form</td></tr>            <tr><td class="label">Defined In:</td><td class="hd-info">CheckboxGroup.js</td></tr>            <tr><td class="label">Class:</td><td class="hd-info">CheckboxGroup</td></tr>                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.form.RadioGroup" href="output/Ext.form.RadioGroup.html">RadioGroup</a></td></tr>                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a></td></tr>                    </table>        <div class="description">            A grouping container for <a ext:cls="Ext.form.Checkbox" href="output/Ext.form.Checkbox.html">Ext.form.Checkbox</a> controls.        </div>                <div class="hr"></div>                <a id="Ext.form.CheckboxGroup-configs"></a>        <h2>Config Options</h2>        <table cellspacing="0" class="member-table">            <tr>                <th class="sig-header" colspan="2">Config Options</th>                <th class="msource-header">Defined By</th>            </tr>                <tr class="config-row expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.CheckboxGroup-allowBlank"></a>            <b>allowBlank</b> : Boolean            <div class="mdesc">                        <div class="short">False to validate that at least one item in the group is checked (defaults to true). If no items are selected at vali...</div>            <div class="long">                False to validate that at least one item in the group is checked (defaults to true). If no items are selected at validation time, {@link @blankText} will be used as the error text.            </div>                        </div>        </td>        <td class="msource">CheckboxGroup</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.CheckboxGroup-allowDomMove"></a>            <b>allowDomMove</b> : Boolean            <div class="mdesc">                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">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.CheckboxGroup-applyTo"></a>            <b>applyTo</b> : Mixed            <div class="mdesc">                        <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>            <div class="long">                The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">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.CheckboxGroup-autoCreate"></a>            <b>autoCreate</b> : String/Object            <div class="mdesc">                        <div class="short">A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", au...</div>            <div class="long">                A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", autocomplete: "off"})            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#autoCreate" href="output/Ext.form.Field.html#autoCreate">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.CheckboxGroup-autoShow"></a>            <b>autoShow</b> : Boolean            <div class="mdesc">                        <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>            <div class="long">                True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></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.CheckboxGroup-blankText"></a>            <b>blankText</b> : String            <div class="mdesc">                            Error text to display if the <a ext:cls="Ext.form.CheckboxGroup" ext:member="allowBlank" href="output/Ext.form.CheckboxGroup.html#allowBlank">allowBlank</a> validation fails (defaults to "You must select at least one item in this group")                        </div>        </td>        <td class="msource">CheckboxGroup</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.CheckboxGroup-clearCls"></a>            <b>clearCls</b> : String            <div class="mdesc">                            The CSS class used to provide field clearing (defaults to 'x-form-clear-left')                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearCls" href="output/Ext.form.Field.html#clearCls">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.CheckboxGroup-cls"></a>            <b>cls</b> : String            <div class="mdesc">                        <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>            <div class="long">                An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized 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="#cls" href="output/Ext.Component.html#cls">Component</a></td>    </tr>        <tr class="config-row expandable">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>        <td class="sig">        <a id="Ext.form.CheckboxGroup-columns"></a>            <b>columns</b> : String/Number/Array            <div class="mdesc">                        <div class="short">Specifies the number of columns to use when displaying grouped checkbox/radio controls using automatic layout. This c...</div>            <div class="long">                Specifies the number of columns to use when displaying grouped checkbox/radio controls using automatic layout. This config can take several types of values: <ul><li><b>'auto'</b> : <p class="sub-desc">The controls will be rendered one per column on one row and the width of each column will be evenly distributed based on the width of the overall field container. This is the default.</p></li> <li><b>Number</b> : <p class="sub-desc">If you specific a number (e.g., 3) that number of columns will be created and the contained controls will be automatically distributed based on the value of <a ext:cls="Ext.form.CheckboxGroup" ext:member="vertical" href="output/Ext.form.CheckboxGroup.html#vertical">vertical</a>.</p></li> <li><b>Array</b> : Object<p class="sub-desc">You can also specify an array of column widths, mixing integer (fixed width) and float (percentage width) values as needed (e.g., [100, .25, .75]). Any integer values will be rendered first, then any float values will be calculated as a percentage of the remaining space. Float values do not have to add up to 1 (100%) although if you want the controls to take up the entire field container you should do so.</p></li></ul>            </div>                        </div>        </td>        <td class="msource">CheckboxGroup</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.CheckboxGroup-ctCls"></a>            <b>ctCls</b> : String            <div class="mdesc">                        <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>            <div class="long">                An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">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.CheckboxGroup-disabled"></a>            <b>disabled</b> : Boolean            <div class="mdesc">                            Render this component disabled (default is false).                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">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.CheckboxGroup-disabledClass"></a>            <b>disabledClass</b> : String            <div class="mdesc">                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>        </td>        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">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.CheckboxGroup-fieldClass"></a>            <b>fieldClass</b> : String            <div class="mdesc">                            The default CSS class for the field (defaults to "x-form-field")                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldClass" href="output/Ext.form.Field.html#fieldClass">Field</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.CheckboxGroup-fieldLabel"></a>            <b>fieldLabel</b> : String            <div class="mdesc">                            The label text to display next to this field (defaults to '')                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldLabel" href="output/Ext.form.Field.html#fieldLabel">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.CheckboxGroup-focusClass"></a>            <b>focusClass</b> : String            <div class="mdesc">                            The CSS class to use when the field receives focus (defaults to "x-form-focus")                        </div>        </td>        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#focusClass" href="output/Ext.form.Field.html#focusClass">Field</a></td>    </tr>        <tr class="config-row inherited alt">        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人激情午夜影院| 国产乱码精品一区二区三区忘忧草 | 国产精品嫩草久久久久| www.性欧美| 另类的小说在线视频另类成人小视频在线 | 午夜精品成人在线视频| 久久新电视剧免费观看| 国产福利一区二区三区视频在线 | 亚洲激情一二三区| 亚洲电影视频在线| 久久综合九色综合欧美就去吻| 成人精品免费视频| 美国精品在线观看| 久久精品国产精品青草| 午夜精品久久久久久久久久| 国产精品成人一区二区三区夜夜夜| 日韩一区二区高清| 欧美美女网站色| 欧美日韩美女一区二区| 日本高清无吗v一区| 久久福利资源站| 亚洲第一主播视频| 亚洲国产成人av网| 日本亚洲欧美天堂免费| 日本不卡123| 一区二区三区欧美亚洲| 94-欧美-setu| 成人免费毛片片v| 成人av在线网站| 欧美高清视频不卡网| 国产日韩v精品一区二区| 久久久久久久综合狠狠综合| 久久免费看少妇高潮| 国产色爱av资源综合区| 亚洲人吸女人奶水| 美女性感视频久久| 成人av免费在线播放| 欧美亚州韩日在线看免费版国语版| 欧美精选午夜久久久乱码6080| 欧美岛国在线观看| 久久婷婷成人综合色| 久久久99免费| 亚洲乱码国产乱码精品精98午夜| 亚洲精品成a人| 精品亚洲aⅴ乱码一区二区三区| 麻豆免费看一区二区三区| 亚洲1区2区3区视频| 精品一区二区在线播放| 日本韩国欧美一区| 欧美日韩亚洲综合在线 欧美亚洲特黄一级| 国产午夜一区二区三区| 国产欧美视频一区二区| 国产精品免费aⅴ片在线观看| 国内精品伊人久久久久av影院| 欧美久久一二区| 免费观看91视频大全| 日韩视频一区二区| 激情六月婷婷综合| 国产日韩欧美高清在线| 成人国产一区二区三区精品| 亚洲欧洲av色图| 国产精品夜夜嗨| 在线91免费看| 一区二区三区美女| 国产一区二区三区国产| 久久久久久久久久久久久女国产乱| 色老汉一区二区三区| 亚洲亚洲人成综合网络| 韩国一区二区在线观看| 欧美日韩激情在线| 亚洲国产成人午夜在线一区| 免费观看久久久4p| 欧美三级中文字幕在线观看| 日本一区二区成人在线| 伦理电影国产精品| 欧美日韩大陆一区二区| 日韩毛片高清在线播放| 国产另类ts人妖一区二区| 欧美高清激情brazzers| 一区二区三区四区激情| a亚洲天堂av| 国产日韩v精品一区二区| 精品一区二区日韩| 7799精品视频| 午夜不卡在线视频| 在线精品亚洲一区二区不卡| 国产精品的网站| 国产综合久久久久久鬼色| 欧美一区二区三区小说| 亚洲成av人片在www色猫咪| 一本到一区二区三区| 国产精品久久久久四虎| 国产成人综合在线| 久久久美女毛片| 国产一区在线观看视频| 日韩亚洲欧美高清| 日本午夜一本久久久综合| 欧美最新大片在线看| 亚洲靠逼com| 色婷婷综合久久久久中文| 中文字幕制服丝袜一区二区三区| 丁香激情综合五月| 欧美国产日产图区| 成人在线一区二区三区| 国产精品高潮呻吟久久| a在线欧美一区| 亚洲你懂的在线视频| 91色乱码一区二区三区| 亚洲美女免费在线| 91久久精品午夜一区二区| 亚洲精品高清在线| 欧美亚一区二区| 日韩电影在线一区| 欧美一区二区精品| 精品一区二区三区免费| 久久久久一区二区三区四区| 国产一区二区免费看| 久久久久久久久一| 成人综合在线网站| 亚洲人123区| 欧美日韩三级视频| 日本va欧美va精品| 久久影院电视剧免费观看| 国产黄色精品网站| 亚洲人亚洲人成电影网站色| 91久久免费观看| 日韩一区二区免费在线观看| 91久久国产最好的精华液| 一本久久精品一区二区| 91精品福利视频| 一本久久综合亚洲鲁鲁五月天| 国内精品第一页| 蜜臀av一级做a爰片久久| 亚洲一区二区高清| 亚洲国产一二三| 一区二区在线观看视频| 一区二区三区在线看| 国产日韩欧美精品在线| 国产精品久久久久桃色tv| 日韩av在线播放中文字幕| 在线免费视频一区二区| 蜜臀av性久久久久蜜臀aⅴ四虎 | 51午夜精品国产| 加勒比av一区二区| ...xxx性欧美| 在线电影欧美成精品| 国产一区二区三区精品欧美日韩一区二区三区 | 91影院在线免费观看| 水野朝阳av一区二区三区| 国产视频一区在线播放| 欧美日韩亚洲高清一区二区| 国产一区二区电影| 亚洲自拍偷拍欧美| 2020国产成人综合网| 91激情在线视频| 国产一区二区成人久久免费影院 | 日本中文字幕一区二区视频 | 日本系列欧美系列| 亚洲视频免费在线| 欧美大片在线观看一区二区| 色综合久久中文综合久久牛| 久久99深爱久久99精品| 亚洲欧美日韩在线播放| 欧美xxxxx牲另类人与| 五月天中文字幕一区二区| 欧美综合一区二区| 精品一区二区三区蜜桃| 国产亚洲成av人在线观看导航| 一本色道**综合亚洲精品蜜桃冫| 精品一区二区av| 亚洲午夜精品在线| 中文字幕一区二区三区四区| 日韩精品资源二区在线| 91九色最新地址| aa级大片欧美| 精品欧美一区二区在线观看 | 日韩欧美电影在线| 亚洲成av人片在线观看| 国产精品18久久久久久久久 | 国产精品你懂的在线欣赏| 亚洲女性喷水在线观看一区| 国产综合色精品一区二区三区| 欧美日韩精品一区二区三区蜜桃| 精品国产成人系列| 国产精品自拍网站| 国产精品盗摄一区二区三区| 色狠狠综合天天综合综合| 国产成人精品亚洲日本在线桃色| 日本女人一区二区三区| 樱桃国产成人精品视频| 国产精品美女久久久久高潮| 久久尤物电影视频在线观看| 日韩亚洲欧美在线| 91麻豆精品国产自产在线| 欧美丝袜丝交足nylons图片| 色综合久久久久综合体桃花网| 国产成人精品免费网站| 国产精品一级片在线观看| 精品在线亚洲视频| 久久99在线观看|