From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../thirdparty/zTree/api/cn/zTreeObj.hideNode.html | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.hideNode.html (limited to 'portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.hideNode.html') diff --git a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.hideNode.html b/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.hideNode.html deleted file mode 100644 index 906be996..00000000 --- a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.hideNode.html +++ /dev/null @@ -1,29 +0,0 @@ -
-
-

Function(treeNode)zTreeObj.hideNode

-

概述[ 依赖 jquery.ztree.exhide 扩展 js ]

-
-

-
-

隐藏某个节点。

-

1、此功能不支持 exedit 扩展,因此不要在编辑状态时使用隐藏节点的方法。

-

2、隐藏/显示节点,会影响节点的 isFirstNode 和 isLastNode 属性。

-

3、请通过 zTree 对象执行此方法。

-
-
-

Function 参数说明

-
-

treeNodeJSON

-

指定被隐藏的节点 JSON 数据

-

请务必保证此节点数据对象 是 zTree 内部的数据对象

-

返回值

-

目前无任何返回值

-
-

function 举例

-

1. 隐藏根节点第一个节点

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