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.check.chkStyle.html | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.check.chkStyle.html (limited to 'portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.check.chkStyle.html') diff --git a/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.check.chkStyle.html b/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.check.chkStyle.html deleted file mode 100644 index af694801..00000000 --- a/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/setting.check.chkStyle.html +++ /dev/null @@ -1,48 +0,0 @@ -
-
-

Stringsetting.check.chkStyle

-

Overview[ depends on jquery.ztree.excheck js ]

-
-

-
-

Use the checkbox or radio. It is valid when [setting.check.enable = true]

-

Default: "checkbox"

-
-
-

String Format

-
-

When chkStyle = "checkbox", zTree show checkbox, and 'setting.check.chkboxType' attribute is valid. -
When chkStyle = "radio", zTree show radio, and 'setting.check.radioType' attribute is valid.

-

Please note that letter case, do not change.

-
-

checkbox States Descriptions

-
-

-
-

not checked; If node is parent, so its child nodes have been not checked. when mouse over:

-

not checked; (only parent node) some of its child nodes have been checked. when mouse over:

-

be checked; If node is parent, so its all child nodes have been checked. when mouse over:

-

be checked; (only parent node) some of its child nodes or all have been not checked. when mouse over:

-
-
-

radio States Descriptions

-
-

-
-

not checked; If node is parent, so its child have been not checked. when mouse over:

-

not checked; (only parent node) some of its child have been checked. when mouse over:

-

be checked; If node is parent, so its child have been not checked. when mouse over:

-

be checked; (only parent node) some of its child have been checked. when mouse over:

-
-
-

Examples of setting

-

1. use radio

-
var setting = {
-	check: {
-		enable: true,
-		chkStyle: "radio"
-	}
-};
-......
-
-
\ No newline at end of file -- cgit 1.2.3-korg