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/zTreeObj.getNodesByParam.html | 60 +++++++++++----------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodesByParam.html') diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodesByParam.html b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodesByParam.html index 3173af47..cb9335ae 100644 --- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodesByParam.html +++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/zTree/api/en/zTreeObj.getNodesByParam.html @@ -1,31 +1,31 @@ -
-
-

Function(key, value, parentNode)zTreeObj.getNodesByParam

-

Overview[ depends on jquery.ztree.core js ]

-
-

-
-

According to the node data attribute, search the nodes which exactly matches, and get the JSON objects collection of nodes.

-

Please use zTree object to executing the method.

-
-
-

Function Parameter Descriptions

-
-

keyString

-

The name of attribute which need to exactly match

-

value?

-

The value which need to exactly match, can be any type, please ensure its type consistent with the attribute values.

-

parentNodeJSON

-

The search range, you can search node from a parent node's child nodes.

-

If this parameter is omitted, zTree will search node from all nodes.

-

Return Array(JSON)

-

The JSON data objects collection of the nodes which be searched.

-

If search none node, return [ ].

-
-

Examples of function

-

1. Search the nodes which their 'name' attribute is 'test'.

-
var treeObj = $.fn.zTree.getZTreeObj("tree");
-var nodes = treeObj.getNodesByParam("name", "test", null);
-
-
+
+
+

Function(key, value, parentNode)zTreeObj.getNodesByParam

+

Overview[ depends on jquery.ztree.core js ]

+
+

+
+

According to the node data attribute, search the nodes which exactly matches, and get the JSON objects collection of nodes.

+

Please use zTree object to executing the method.

+
+
+

Function Parameter Descriptions

+
+

keyString

+

The name of attribute which need to exactly match

+

value?

+

The value which need to exactly match, can be any type, please ensure its type consistent with the attribute values.

+

parentNodeJSON

+

The search range, you can search node from a parent node's child nodes.

+

If this parameter is omitted, zTree will search node from all nodes.

+

Return Array(JSON)

+

The JSON data objects collection of the nodes which be searched.

+

If search none node, return [ ].

+
+

Examples of function

+

1. Search the nodes which their 'name' attribute is 'test'.

+
var treeObj = $.fn.zTree.getZTreeObj("tree");
+var nodes = treeObj.getNodesByParam("name", "test", null);
+
+
\ No newline at end of file -- cgit 1.2.3-korg