From f0b211f269df2b0bb10d5552d14aeb8991a750ed Mon Sep 17 00:00:00 2001 From: seshukm Date: Fri, 20 Jan 2017 17:43:08 +0530 Subject: GUI Code refactor GUI Code refactor for the sun release code. Issue-Id : CLIENT-11 Change-Id: I771cc25ff3c8ff7a4e939ce7baef7dd94a67974b Signed-off-by: seshukm --- .../thirdparty/zTree/api/en/treeNode.name.html | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) (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 index fa508ccb..84769362 100644 --- 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 @@ -1,25 +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"}
-]
-
+
+
+

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