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

Stringsetting.check.radioType

+

概述[ 依赖 jquery.ztree.excheck 扩展 js ]

+
+

+
+

radio 的分组范围。[setting.check.enable = true 且 setting.check.chkStyle = "radio" 时生效]

+

默认值:"level"

+
+
+

String 格式说明

+
+

radioType = "level" 时,在每一级节点范围内当做一个分组。 +
radioType = "all" 时,在整棵树范围内当做一个分组。

+

请注意大小写,不要改变

+
+

setting 举例

+

1. 设置 radio 的判别规则为整棵树内

+
var setting = {
+	check: {
+		enable: true,
+		chkStyle: "radio",
+		radioType: "all"
+	}
+};
+......
+
+
\ No newline at end of file -- cgit 1.2.3-korg