CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.data.key.children.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>String</span><span class="path">setting.data.key.</span>children</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 node data's attribute to save the child nodes.</p>\r
9                         <p>Default: "children"</p>\r
10                 </div>\r
11         </div>\r
12         <h3>Examples of setting</h3>\r
13         <h4>1. Set the 'nodes' attribute to save the child nodes.</h4>\r
14         <pre xmlns=""><code>var setting = {\r
15         data: {\r
16                 key: {\r
17                         children: "nodes"\r
18                 }\r
19         }\r
20 };\r
21 ......</code></pre>\r
22 </div>\r
23 </div>