From f0b211f269df2b0bb10d5552d14aeb8991a750ed Mon Sep 17 00:00:00 2001 From: seshukm Date: Fri, 20 Jan 2017 17:43:08 +0530 Subject: GUI Code refactor GUI Code refactor for the sun release code. Issue-Id : CLIENT-11 Change-Id: I771cc25ff3c8ff7a4e939ce7baef7dd94a67974b Signed-off-by: seshukm --- .../thirdparty/zTree/api/en/zTreeObj.getNodes.html | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodes.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodes.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodes.html index 5906a434..e0e4ddb5 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodes.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodes.html @@ -1,26 +1,26 @@ -
-
-

Function()zTreeObj.getNodes

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

Get all of the nodes in zTree

-

Please use zTree object to executing the method.

-
-
-

Function Parameter Descriptions

-
-

Return Array(JSON)

-

return all of the nodes

-

1. This array is a collection of the root nodes (the default child nodes are in the 'children' attributes);

-

2. Traverse all the nodes need to use recursion, or the use of transformToArray() method make the nodes to be a simple array.

-

3. For the asynchronous loading mode, can't get the nodes which are yet loaded.

-
-

Examples of function

-

1. Get all of the nodes

-
var treeObj = $.fn.zTree.getZTreeObj("tree");
-var nodes = treeObj.getNodes();
-
-
+
+
+

Function()zTreeObj.getNodes

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

Get all of the nodes in zTree

+

Please use zTree object to executing the method.

+
+
+

Function Parameter Descriptions

+
+

Return Array(JSON)

+

return all of the nodes

+

1. This array is a collection of the root nodes (the default child nodes are in the 'children' attributes);

+

2. Traverse all the nodes need to use recursion, or the use of transformToArray() method make the nodes to be a simple array.

+

3. For the asynchronous loading mode, can't get the nodes which are yet loaded.

+
+

Examples of function

+

1. Get all of the nodes

+
var treeObj = $.fn.zTree.getZTreeObj("tree");
+var nodes = treeObj.getNodes();
+
+
\ No newline at end of file -- cgit 1.2.3-korg