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 --- .../api/en/setting.data.simpleData.pIdKey.html | 62 +++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.data.simpleData.pIdKey.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.data.simpleData.pIdKey.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.data.simpleData.pIdKey.html index 8378c6e3..48e5d164 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.data.simpleData.pIdKey.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.data.simpleData.pIdKey.html @@ -1,32 +1,32 @@ -
-
-

Stringsetting.data.simpleData.pIdKey

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

The node data's attribute to save its parent node data's unique identifier. It is valid when [setting.data.simpleData.enable = true]

-

Default: "pId"

-
-
-

Examples of setting

-

1. use the simple data format

-
var setting = {
-	data: {
-		simpleData: {
-			enable: true,
-			idKey: "id",
-			pIdKey: "pId",
-			rootPId: 0
-		}
-	}
-};
-var treeNodes = [
-    {"id":1, "pId":0, "name":"test1"},
-    {"id":11, "pId":1, "name":"test11"},
-    {"id":12, "pId":1, "name":"test12"},
-    {"id":111, "pId":11, "name":"test111"}
-];
-......
-
+
+
+

Stringsetting.data.simpleData.pIdKey

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

The node data's attribute to save its parent node data's unique identifier. It is valid when [setting.data.simpleData.enable = true]

+

Default: "pId"

+
+
+

Examples of setting

+

1. use the simple data format

+
var setting = {
+	data: {
+		simpleData: {
+			enable: true,
+			idKey: "id",
+			pIdKey: "pId",
+			rootPId: 0
+		}
+	}
+};
+var treeNodes = [
+    {"id":1, "pId":0, "name":"test1"},
+    {"id":11, "pId":1, "name":"test11"},
+    {"id":12, "pId":1, "name":"test12"},
+    {"id":111, "pId":11, "name":"test111"}
+];
+......
+
\ No newline at end of file -- cgit 1.2.3-korg