CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.data.keep.leaf.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>Boolean</span><span class="path">setting.data.keep.</span>leaf</h2>\r
4         <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>\r
5         <div class="desc">\r
6                 <p></p>\r
7                 <div class="longdesc">\r
8                         <p>The leaf node's lock, the leaf node will lock the 'isParent' attribute to false.</p>\r
9                         <p>Default: false</p>\r
10                 </div>\r
11         </div>\r
12         <h3>Boolean Format</h3>\r
13         <div class="desc">\r
14         <p> true means: lock the leaf node, and <span class="highlight_red">the node which 'isParent' attribute is false can't add child nodes</span>.</p>\r
15         <p> false means: don't lock the leaf node, and <span class="highlight_red">the node which 'isParent' attribute is false can add child nodes</span>.</p>\r
16         </div>\r
17         <h3>Examples of setting</h3>\r
18         <h4>1. lock the leaf node</h4>\r
19         <pre xmlns=""><code>var setting = {\r
20         data: {\r
21                 keep: {\r
22                         leaf: true\r
23                 }\r
24         }\r
25 };\r
26 ......</code></pre>\r
27 </div>\r
28 </div>