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

StringtreeNode.name

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

The node's name

+

1. If you want to change 'name' attribute, please modify the 'setting.data.key.name' attribute.

+

Default: undenfined

+
+
+

String Format

+
+

String object. The HTML special characters are escaped

+
+

Examples of treeNode

+

1. Set node's name to 'test1', 'test2', 'test3'

+
var nodes = [
+	{ "id":1, "name":"test1"},
+	{ "id":2, "name":"test2"},
+	{ "id":3, "name":"test3"}
+]
+
+
\ No newline at end of file -- cgit 1.2.3-korg