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

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