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 --- .../api/cn/setting.edit.drag.maxShowNodeNum.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 common/src/main/webapp/thirdparty/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html b/common/src/main/webapp/thirdparty/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html new file mode 100644 index 0000000..3e7a3d2 --- /dev/null +++ b/common/src/main/webapp/thirdparty/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html @@ -0,0 +1,25 @@ +
+
+

Numbersetting.edit.drag.maxShowNodeNum

+

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

+
+

+
+

拖拽多个兄弟节点时,浮动图层中显示的最大节点数。 多余的节点用...代替。[setting.edit.enable = true 时生效]

+

默认值:5

+

请根据自己的需求适当调整此值

+
+
+

setting 举例

+

1. 设置拖拽时最多可显示10个节点

+
var setting = {
+	edit: {
+		enable: true,
+		drag: {
+			maxShowNodeNum: 10
+		}
+	}
+};
+......
+
+
\ No newline at end of file -- cgit 1.2.3-korg