From 21d72c4a80fe2937d0c4ddd20624b27adbcd989b Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Mon, 7 Aug 2017 11:39:39 +0800 Subject: Upload the ESR GUI seed code Issue-ID: AAI-68 Change-Id: Ia50ce0570c2fabecd77199d4e8454f56fe587c4e Signed-off-by: lizi00164331 --- .../api/en/zTreeObj.getChangeCheckedNodes.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html b/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html new file mode 100644 index 0000000..d0f9cf3 --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.getChangeCheckedNodes.html @@ -0,0 +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();
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg