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

StringtreeNode.url

+

概述[ 依赖 jquery.ztree.core 核心 js ]

+
+

+
+

节点链接的目标 URL

+

1、编辑模式 (setting.edit.enable = true) 下此属性功能失效,如果必须使用类似功能,请利用 onClick 事件回调函数自行控制。

+

2、如果需要在 onClick 事件回调函数中进行跳转控制,那么请将 URL 地址保存在其他自定义的属性内,请勿使用 url

+

默认值:无

+
+
+

String 格式说明

+
+

同超链接 href 属性

+
+

treeNode 举例

+

1. 设置某节点点击时,跳转到 g.cn

+
var nodes = [
+	{ "id":1, "name":"Google CN", "url":"http://g.cn"},
+	......
+]
+
+
\ No newline at end of file -- cgit 1.2.3-korg