This repository was archived by the owner on Nov 17, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Component_Reference/src/main/docbook/en-US Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6384,7 +6384,9 @@ The [sgmltag]+<rich:panelMenu>+ component can be controlled through the JavaScri
6384
6384
6385
6385
[function]+expandAll()+:: Expand all the panel menu groups in the component.
6386
6386
[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).
6388
6390
[[sect-Component_Reference-panelMenu-Reference_data]]
6389
6391
6390
6392
==== Reference data
@@ -6442,7 +6444,7 @@ The [sgmltag]+<rich:panelMenuGroup>+ component can be controlled through the Jav
6442
6444
6443
6445
[function]+expand()+:: Expand this panel menu group.
6444
6446
[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 .
6446
6448
[[sect-Component_Reference-panelMenuGroup-Reference_data]]
6447
6449
6448
6450
===== Reference data
You can’t perform that action at this time.
0 commit comments