From 33796336d546fa61a3906500ea56d77c960ab222 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Fri, 21 Oct 2016 15:05:13 +0800 Subject: GSO-35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3ad00c3c9265a1b3818decedca1d77995864ba29 Signed-off-by: “shentao” --- .../thirdparty/zTree/api/en/treeNode.name.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.name.html (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.name.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.name.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.name.html new file mode 100644 index 00000000..fa508ccb --- /dev/null +++ b/openo-portal/portal-common/src/main/webapp/common/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