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 --- .../thirdparty/zTree/api/en/treeNode.isHover.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 common/src/main/webapp/thirdparty/zTree/api/en/treeNode.isHover.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/treeNode.isHover.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/treeNode.isHover.html b/common/src/main/webapp/thirdparty/zTree/api/en/treeNode.isHover.html new file mode 100755 index 00000000..e18ed0cf --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/en/treeNode.isHover.html @@ -0,0 +1,19 @@ +
+
+

BooleantreeNode.isHover

+

Overview[ depends on jquery.ztree.exedit js ]

+
+

+
+

Used to record the hover status of node's DOM. For 'setting.view.addHoverDom / removeHoverDom'.

+

Do not initialize or modify it, it is an internal argument.

+

Default: false

+
+
+

Boolean Format

+
+

true means: the node's DOM is in hover.

+

false means: the node's DOM is not in hover.

+
+
+
\ No newline at end of file -- cgit 1.2.3-korg