CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.data.keep.parent.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>Boolean</span><span class="path">setting.data.keep.</span>parent</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 parent node's lock, the parent node will lock 'isParent' attribute to true.</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 parent node, and <span class="highlight_red">if remove all of the parent node's child nodes, its 'isParent' attribute still keep to be true.</span>.</p>\r
15         <p> false means: don't lock the parent node, and <span class="highlight_red">if remove all of the parent node's child nodes, its 'isParent' attribute will change to be false.</span>.</p>\r
16         </div>\r
17         <h3>Examples of setting</h3>\r
18         <h4>1. lock the parent node</h4>\r
19         <pre xmlns=""><code>var setting = {\r
20         data: {\r
21                 keep: {\r
22                         parent: true\r
23                 }\r
24         }\r
25 };\r
26 ......</code></pre>\r
27 </div>\r
28 </div>