CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.check.radioType.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>String</span><span class="path">setting.check.</span>radioType</h2>\r
4         <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.excheck</span> js ]</span></h3>\r
5         <div class="desc">\r
6                 <p></p>\r
7                 <div class="longdesc">\r
8                         <p>The group about radio. It is valid when <span class="highlight_red">[setting.check.enable = true &amp; setting.check.chkStyle = "radio"]</span></p>\r
9                         <p>Default: "level"</p>\r
10                 </div>\r
11         </div>\r
12         <h3>String Format</h3>\r
13         <div class="desc">\r
14         <p>When radioType = "level", will be grouped with same level nodes which have the same parent node.\r
15 <br/>When radioType = "all", will be grouped with all nodes.</p>\r
16         <p class="highlight_red">Please note that letter case, do not change.</p>\r
17         </div>\r
18         <h3>Examples of setting</h3>\r
19         <h4>1. Set the group about radio is all nodes.</h4>\r
20         <pre xmlns=""><code>var setting = {\r
21         check: {\r
22                 enable: true,\r
23                 chkStyle: "radio",\r
24                 radioType: "all"\r
25         }\r
26 };\r
27 ......</code></pre>\r
28 </div>\r
29 </div>