GSO-35
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / zTreeObj.transformToArray.html
1 <div class="apiDetail">
2 <div>
3         <h2><span>Function(treeNodes)</span><span class="path">zTreeObj.</span>transformToArray</h2>
4         <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
5         <div class="desc">
6                 <p></p>
7                 <div class="longdesc">
8                         <p></p>
9                         <p>Transform the zTree nodes data into simple array.  (To avoid the user to write code to traverse all nodes)</p>
10                         <p class="highlight_red">Please use zTree object to executing the method.</p>
11                 </div>
12         </div>
13         <h3>Function Parameter Descriptions</h3>
14         <div class="desc">
15         <h4><b>treeNodes</b><span>Array(JSON) / JSON</span></h4>
16         <p>JSON data object of the node which need to be transformed.</p>
17         <p>or JSON data objects collection of the nodes which need to be transformed.</p>
18         <h4 class="topLine"><b>Return </b><span>Array(JSON)</span></h4>
19         <p>The JSON data objects array of the nodes which be transformed.</p>
20         </div>
21         <h3>Examples of function</h3>
22         <h4>1. Transform the zTree nodes data into simple array.</h4>
23         <pre xmlns=""><code>var treeObj = $.fn.zTree.getZTreeObj("tree");
24 var nodes = treeObj.transformToArray(treeObj.getNodes());
25 </code></pre>
26 </div>
27 </div>