Index: src/main/webapp/richfaces/dropDownMenu/topMenu.xhtml =================================================================== diff -u -N -r27403d6240cc36223df500b12aef4e223207a7f0 -r7079f17344ed7e4bcfe05753f574380f924eddae --- src/main/webapp/richfaces/dropDownMenu/topMenu.xhtml (.../topMenu.xhtml) (revision 27403d6240cc36223df500b12aef4e223207a7f0) +++ src/main/webapp/richfaces/dropDownMenu/topMenu.xhtml (.../topMenu.xhtml) (revision 7079f17344ed7e4bcfe05753f574380f924eddae) @@ -5,29 +5,31 @@ xmlns:ui="http://java.sun.com/jsf/facelets"> -

rich:dropDownMenu is a component that allows to organize - the hierarchical menu similar to one that almost every desktop - application has.

+

The rich:dropDownMenu component provides + hierarchical menu systems similar to those found in many desktop + applications.

-

The drop-down menu has a label that always appears on the page - and invisible panel that appears with a particular client side event (mouseover, - click etc). The event is defined with an showEvent attribute.

-

Drop-down menu can contains a set of menuItem's, menuGroup's and - menuSeparator's. Group plays a role of label for secondary levels on - the menu. Separator is represented with horizontal lines between the - items or groups. An item is an active element that might produce Ajax +

The drop-down menu has a label that always appears on the page, + and an invisible panel that appears after a set client-side event. + Use the showEvent attribute to define the event, such as mouseover + or click.

+

Drop-down menus can contain a set of rich:menuItem components, + rich:menuGroup components, and + rich:menuSeparator components. Menu groups are used for secondary levels on + the menu. Menu separators are represented with horizontal lines between + items or groups. Menu items are active elements that might produce Ajax or non-Ajax requests. The submission mode is defined with mode - attribute of the menu that has three possible options - "server", - "ajax" or "client". Mode "client" does not produce - any request, but allows you to provide your own functionality inside - the menu item with an inline content. Mode could be overriden for - concrete item

+ attribute, which has three possible options: server, + ajax, or client. The client mode does not submit + a request, but allows you to provide your own functionality inside + the menu item with any in-line content. The mode attribute can be over-ridden in + child items.

- \ No newline at end of file +