CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / treeNode.nocheck.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>Boolean</span><span class="path">treeNode.</span>nocheck</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>1. Set node to hide the checkbox or radio. It is valid when <span class="highlight_red">[setting.check.enable = true]</span></p>\r
9                         <p class="highlight_red">2. zTree support identification string 'true' & 'false'.</p>\r
10                         <p>Default: false</p>\r
11                 </div>\r
12         </div>\r
13         <h3>Boolean Format</h3>\r
14         <div class="desc">\r
15         <p class="highlight_red">true means: the node hide the checkbox or radio, and don't affect the checked association, and don't affect its parent node's half-checked status.</p>\r
16         <p class="highlight_red">false means: the node show the checkbox or radio.</p>\r
17         </div>\r
18         <h3>Examples of treeNode</h3>\r
19         <h4>1. Hide some node's checkbox / radio </h4>\r
20         <pre xmlns=""><code>var nodes = [\r
21         { "id":1, "name":"test1", "nocheck":true},\r
22         { "id":2, "name":"test2"},\r
23         { "id":3, "name":"test3"}\r
24 ]</code></pre>\r
25 </div>\r
26 </div>