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 --- .../thirdparty/zTree/api/en/zTreeObj.refresh.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.refresh.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.refresh.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.refresh.html b/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.refresh.html new file mode 100644 index 0000000..8316192 --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/en/zTreeObj.refresh.html @@ -0,0 +1,24 @@ +
+
+

Function()zTreeObj.refresh

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

Refresh zTree

+

If you have no special need, try not to use this method. If you refresh single node, please use updateNode() method. If you refresh child nodes in dynamic mode, please use the reAsyncChildNodes() method.

+

Please use zTree object to executing the method.

+
+
+

Function Parameter Descriptions

+
+

Return none

+

no return value

+
+

Examples of function

+

1. refresh zTree

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