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

Commit

Permalink
improve panelMenu JS API reference (RF-14278)
Browse files Browse the repository at this point in the history
  • Loading branch information
michpetrov committed Jun 15, 2016
1 parent 078ba6a commit 6db0d0e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6384,7 +6384,9 @@ The [sgmltag]+<rich:panelMenu>+ component can be controlled through the JavaScri

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

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

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

===== Reference data
Expand Down

0 comments on commit 6db0d0e

Please sign in to comment.