From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../zTree/api/en/setting.async.type.html | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html (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 deleted file mode 100644 index 1d3064df..00000000 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.async.type.html +++ /dev/null @@ -1,30 +0,0 @@ -
-
-

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