X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openo-portal%2Fportal-common%2Fsrc%2Fmain%2Fwebapp%2Fcommon%2Fthirdparty%2FzTree%2Fapi%2Fen%2FtreeNode.chkDisabled.html;h=0e454e4891bdb4f4ba0c0841dea6fdfb0d5fc60d;hb=f0b211f269df2b0bb10d5552d14aeb8991a750ed;hp=7a5fcf38ac6652be8226332729005259417408d6;hpb=68036a69f0dd0dad6b6a715d9850997d21f82940;p=vnfsdk%2Frefrepo.git diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.chkDisabled.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.chkDisabled.html index 7a5fcf38..0e454e48 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.chkDisabled.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/treeNode.chkDisabled.html @@ -1,28 +1,28 @@ -
-
-

BooleantreeNode.chkDisabled

-

Overview[ depends on jquery.ztree.excheck js ]

-
-

-
-

1. Set node's checkbox / radio to disabled. It is valid when [setting.check.enable = true]

-

2. zTree support identification string 'true' & 'false'.

-

3. Please don't change this attribute of the nodes which have been created. If you want to disable or undisable the nodes, please use 'setChkDisabled()' methods.

-

4. When zTree initialize the nodes, if you need to the child nodes automatically inherit the 'chkDisabled' attribute, please see 'setting.check.chkDisabledInherit'.

-

Default: false

-
-
-

Boolean Format

-
-

true means: this node's checkbox / radio is disabled.

-

false means: this node's checkbox / radio is able.

-
-

Examples of treeNode

-

1. disable some node's checkbox / radio

-
var nodes = [
-	{ "id":1, "name":"test1", "checked":true, "chkDisabled":true},
-	{ "id":2, "name":"test2", "chkDisabled":true},
-	{ "id":3, "name":"test3"}
-]
-
+
+
+

BooleantreeNode.chkDisabled

+

Overview[ depends on jquery.ztree.excheck js ]

+
+

+
+

1. Set node's checkbox / radio to disabled. It is valid when [setting.check.enable = true]

+

2. zTree support identification string 'true' & 'false'.

+

3. Please don't change this attribute of the nodes which have been created. If you want to disable or undisable the nodes, please use 'setChkDisabled()' methods.

+

4. When zTree initialize the nodes, if you need to the child nodes automatically inherit the 'chkDisabled' attribute, please see 'setting.check.chkDisabledInherit'.

+

Default: false

+
+
+

Boolean Format

+
+

true means: this node's checkbox / radio is disabled.

+

false means: this node's checkbox / radio is able.

+
+

Examples of treeNode

+

1. disable some node's checkbox / radio

+
var nodes = [
+	{ "id":1, "name":"test1", "checked":true, "chkDisabled":true},
+	{ "id":2, "name":"test2", "chkDisabled":true},
+	{ "id":3, "name":"test3"}
+]
+
\ No newline at end of file