From e02cfb1940c721efa29d7766763e5d5beaf46189 Mon Sep 17 00:00:00 2001 From: Lizi Date: Thu, 18 Jan 2018 09:24:19 +0000 Subject: Remove the redundancy packages Change-Id: I1c04ad98a1fc0351b69c125c7afc8b6ee8ad64af Issue-ID: AAI-591 Signed-off-by: Lizi --- .../zTree/api/en/zTreeObj.showNodes.html | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.showNodes.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.showNodes.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.showNodes.html b/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.showNodes.html deleted file mode 100644 index c0c926c..0000000 --- a/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.showNodes.html +++ /dev/null @@ -1,29 +0,0 @@ -
-
-

Function(treeNodes)zTreeObj.showNodes

-

Overview[ depends on jquery.ztree.exhide js ]

-
-

-
-

To show a group of nodes which be hidden.

-

1. This feature can't support the 'exedit' feature, so please don't use this feature in edit mode.

-

2. If you hide or show the nodes, it will effect the 'isFirstNode' and 'isLastNode' attribute.

-

3. Please use zTree object to executing the method.

-
-
-

Function Parameter Descriptions

-
-

treeNodesArray(JSON)

-

the array of the nodes which will be shown

-

Please ensure that this data object is an internal node data object in zTree.

-

Retrun none

-

no return value

-
-

Examples of function

-

1. show all of the nodes which be hidden.

-
var treeObj = $.fn.zTree.getZTreeObj("tree");
-var nodes = treeObj.getNodesByParam("isHidden", true);
-treeObj.showNodes(nodes);
-
-
-
\ No newline at end of file -- cgit 1.2.3-korg