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/en/treeNode.url.html | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.url.html (limited to 'portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.url.html') diff --git a/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.url.html b/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.url.html deleted file mode 100644 index 77e10e81..00000000 --- a/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.url.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

StringtreeNode.url

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

The URL of node link

-

1. In edit mode (setting.edit.enable = true) , this feature fails. If you must use a similar feature, please use the 'onClick' callback for their own control.

-

2. If you use the 'onClick' callback function to control opening URL , then set the URL in the other custom attribute, do not use the 'url' attribute.

-

Default: undefined

-
-
-

String Format

-
-

As same as <a> tag's 'href' attribute.

-
-

Examples of treeNode

-

1. Set the URL is 'g.cn'

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