Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

Commit 6db0d0e

Browse files
committed
improve panelMenu JS API reference (RF-14278)
1 parent 078ba6a commit 6db0d0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6384,7 +6384,9 @@ The [sgmltag]+<rich:panelMenu>+ component can be controlled through the JavaScri
63846384

63856385
[function]+expandAll()+:: Expand all the panel menu groups in the component.
63866386
[function]+collapseAll()+:: Collapse all the panel menu groups in the component.
6387-
[function]+selectItem(id)+:: Select the menu item with the [parameter]+id+ identifier.
6387+
[function]+selectItem(id)+:: Select the menu item with the [parameter]+id+ identifier (either component id or name).
6388+
[function]+expandGroup(id)+:: Expand a panel menu group with the [parameter]+id+ identifier (either component id or name).
6389+
[function]+collapseGroup(id)+:: Expand a panel menu group with the [parameter]+id+ identifier (either component id or name).
63886390
[[sect-Component_Reference-panelMenu-Reference_data]]
63896391

63906392
==== Reference data
@@ -6442,7 +6444,7 @@ The [sgmltag]+<rich:panelMenuGroup>+ component can be controlled through the Jav
64426444

64436445
[function]+expand()+:: Expand this panel menu group.
64446446
[function]+collapse()+:: Collapse this panel menu group.
6445-
[function]+select(id)+:: Select the menu item with the [parameter]+id+ identifier.
6447+
[function]+select()+:: Select this panel menu group.
64466448
[[sect-Component_Reference-panelMenuGroup-Reference_data]]
64476449

64486450
===== Reference data

0 commit comments

Comments
 (0)