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 --- .../zTree/api/en/setting.async.type.html | 58 +++++++++++----------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html index ae543388..1d3064df 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html @@ -1,30 +1,30 @@ -
-
-

Stringsetting.async.type

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

Http request mode in ajax. It is valid when [setting.async.enable = true]

-

Defalut: "post"

-
-
-

String Format

-
-

"post" - http request mode

-

"get" - http request mode

-

The 'type' in zTree and jQuery's ajax is same.

-
-

Examples of setting

-

1. Set http request mode is 'get'

-
var setting = {
-	async: {
-		enable: true,
-		type: "get",
-		url: "http://host/getNode.php",
-		autoParam: ["id", "name"]
-	}
-};
-......
-
+
+
+

Stringsetting.async.type

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

Http request mode in ajax. It is valid when [setting.async.enable = true]

+

Defalut: "post"

+
+
+

String Format

+
+

"post" - http request mode

+

"get" - http request mode

+

The 'type' in zTree and jQuery's ajax is same.

+
+

Examples of setting

+

1. Set http request mode is 'get'

+
var setting = {
+	async: {
+		enable: true,
+		type: "get",
+		url: "http://host/getNode.php",
+		autoParam: ["id", "name"]
+	}
+};
+......
+
\ No newline at end of file -- cgit 1.2.3-korg