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 --- .../api/en/zTreeObj.getChangeCheckedNodes.html | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html index d0f9cf3b..1193a9ac 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html @@ -1,24 +1,24 @@ -
-
-

Function()zTreeObj.getChangeCheckedNodes

-

Overview[ depends on jquery.ztree.excheck js ]

-
-

-
-

Get the collection of nodes which be changed checked status. (Compared with the original data checkedOld) It is valid when [setting.check.enable = true]

-

Please use zTree object to executing the method.

-
-
-

Function Parameter Descriptions

-
-

Return Array(JSON)

-

return the collection of nodes which be changed checked status (Array)

-

If you need to get the collection of nodes which changed the checked status, when nodes be checked or unchecked, so please set treeNode.checkedOld = treeNode.checked ( for all of the be changed checked status nodes ).

-
-

Examples of function

-

1. Get the collection of nodes which be changed checked status

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

Function()zTreeObj.getChangeCheckedNodes

+

Overview[ depends on jquery.ztree.excheck js ]

+
+

+
+

Get the collection of nodes which be changed checked status. (Compared with the original data checkedOld) It is valid when [setting.check.enable = true]

+

Please use zTree object to executing the method.

+
+
+

Function Parameter Descriptions

+
+

Return Array(JSON)

+

return the collection of nodes which be changed checked status (Array)

+

If you need to get the collection of nodes which changed the checked status, when nodes be checked or unchecked, so please set treeNode.checkedOld = treeNode.checked ( for all of the be changed checked status nodes ).

+
+

Examples of function

+

1. Get the collection of nodes which be changed checked status

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