From 8e30fbf41dabee082aafb60fe0639b504497674d Mon Sep 17 00:00:00 2001 From: AvinashS Date: Wed, 30 Aug 2017 18:39:12 +0530 Subject: vnfsdk market place seed code refactoring cleanup the package names and a test file correction Change-Id: Icc5a3b48189824dfe5cb84f05ce2c496bcfa3eab IssueId: VNFSDK-74 Signed-off-by: AvinashS --- .../api/en/setting.data.simpleData.idKey.html | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100755 common/src/main/webapp/thirdparty/zTree/api/en/setting.data.simpleData.idKey.html (limited to 'common/src/main/webapp/thirdparty/zTree/api/en/setting.data.simpleData.idKey.html') diff --git a/common/src/main/webapp/thirdparty/zTree/api/en/setting.data.simpleData.idKey.html b/common/src/main/webapp/thirdparty/zTree/api/en/setting.data.simpleData.idKey.html deleted file mode 100755 index 43df2605..00000000 --- a/common/src/main/webapp/thirdparty/zTree/api/en/setting.data.simpleData.idKey.html +++ /dev/null @@ -1,32 +0,0 @@ -
-
-

Stringsetting.data.simpleData.idKey

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

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

-

Default: "id"

-
-
-

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