From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../thirdparty/zTree/api/cn/treeNode.url.html | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/treeNode.url.html (limited to 'portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/treeNode.url.html') diff --git a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/treeNode.url.html b/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/treeNode.url.html deleted file mode 100644 index af1e0144..00000000 --- a/portal-common/src/main/webapp/common/thirdparty/zTree/api/cn/treeNode.url.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

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