From fbbf467696810b7ca2ddac6de0d076af424a2ef0 Mon Sep 17 00:00:00 2001 From: shentao Date: Wed, 19 Apr 2017 18:24:26 +0800 Subject: integrated monitor and performance functions Issue-id: CLIENT-175 Change-Id: I07adc77afd9f62f615790896c9241f8430583398 Signed-off-by: shentao --- .../zTree/api/en/fn.zTree.getZTreeObj.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 common/src/main/webapp/thirdparty/zTree/api/en/fn.zTree.getZTreeObj.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/fn.zTree.getZTreeObj.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/fn.zTree.getZTreeObj.html b/common/src/main/webapp/thirdparty/zTree/api/en/fn.zTree.getZTreeObj.html new file mode 100755 index 00000000..2bc04476 --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/en/fn.zTree.getZTreeObj.html @@ -0,0 +1,25 @@ +
+
+

Function(treeId)$.fn.zTree.getZTreeObj

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

zTree v3.x specifically provide the method which can use the tree's Id to get zTree object.

+

Please initialize zTree first, then you can use this method.

+

Users don't need to set the global variable to hold the zTree object, and all of the callback will return 'treeId' parameters, the user can always use this method to get the zTree object.

+
+
+

Function Parameter Descriptions

+
+

treeIdString

+

zTree unique identifier

+

Return JSON

+

zTree object

+

This object can provide the methods of operate the zTree

+
+

Examples of function

+

1. Get the zTree object which id is 'tree'

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