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.destroy.html | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.destroy.html (limited to 'portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.destroy.html') diff --git a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.destroy.html b/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.destroy.html deleted file mode 100644 index ff8df9a2..00000000 --- a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/zTreeObj.destroy.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

Function(treeId)zTreeObj.destroy

-

概述[ 依赖 jquery.ztree.core 核心 js ]

-
-

-
-

从 zTree v3.4 开始提供销毁 zTree 的方法。

-

1、用此方法可以销毁 zTreeObj 代表的 zTree。

-

2、销毁当前页面全部的 zTree,也可以使用 $.fn.zTree.destroy() 方法。

-

3、重新使用已经被销毁的树,必须要使用 init 方法进行初始化。

-
-
-

Function Parameter Descriptions

-
-

返回值

-

目前无任何返回值

-
-

function 举例

-

1. 销毁 id 为 "treeDemo" 的 zTree

-
var zTreeObj = $.fn.zTree.getZTreeObj("treeDemo");
-zTreeObj.destroy();
-
-
-
\ No newline at end of file -- cgit 1.2.3-korg