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

Stringsetting.data.key.children

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

The node data's attribute to save the child nodes.

+

Default: "children"

+
+
+

Examples of setting

+

1. Set the 'nodes' attribute to save the child nodes.

+
var setting = {
+	data: {
+		key: {
+			children: "nodes"
+		}
+	}
+};
+......
+
+
\ No newline at end of file -- cgit 1.2.3-korg