From richfaces-svn-commits at lists.jboss.org Tue Sep 15 12:28:32 2009 Content-Type: multipart/mixed; boundary="===============2883972624819947615==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r15585 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included. Date: Tue, 15 Sep 2009 12:28:32 -0400 Message-ID: <200909151628.n8FGSWis013238@svn01.web.mwc.hst.phx2.redhat.com> --===============2883972624819947615== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: atsebro Date: 2009-09-15 12:28:32 -0400 (Tue, 15 Sep 2009) New Revision: 15585 Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ric= h_panelMenu.xml Log: RF-7804: Rich Output component group description review --> rich:panelMenu Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/inclu= ded/rich_panelMenu.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ri= ch_panelMenu.xml 2009-09-15 16:13:57 UTC (rev 15584) +++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ri= ch_panelMenu.xml 2009-09-15 16:28:32 UTC (rev 15585) @@ -1,23 +1,16 @@
- - < - rich:panelMenu - > - <emphasis role=3D"since"> - <superscript> available since <emphasis role=3D"version">3.1.0</e= mphasis> - </superscript> - </emphasis> - -
- Description - The - <rich:panelMenu> - component is used to define an in line vertical me= nu on a page. -
- - <emphasis role=3D"bold"> - <property><rich:panelMenu></property> - </emphasis> component = + + <rich:panelMenu> <emphasis role=3D"since"><superscript> = available since <emphasis role=3D"version">3.1.0</emphasis></superscript></= emphasis> + +
+ Description + + The <rich:panelMenu= > component defines vertical menu on a page. = + Used together with = <rich:panelMenuItem> and <rich:panelMenuGroup>, = + which form <rich:pa= nelMenu> content. + +
+ <emphasis role=3D"bold"><property><rich:panelMenu>= ;</property></emphasis> component = @@ -25,73 +18,55 @@
-
- Key Features - - - Highly customizable look and feel - - - Different submission modes - - - Collapsing/expanding sublevels with optional request sen= ding - - - Custom and predefined icons support - - - Disablement support - - -
-
- Details of Usage + = +
+ Key Features + + + Supports any number of sublevels implemented= with <rich:panelMenuGroup> + + + Has three submission modes: ajax, server and= none + + + Can be disabled + + + Supports predefined and custom icons + + + Has customizable look and feel + + +
+ = +
+ Details of Usage + = + Use "event" attribute to define an event for appearance of collapsing/expanding= sublevels. = + Default value is onclick: + + + ... +]]> = - All attributes are not required. - Use - "event" - attribute to define an event for appearance of collap= sing/expanding sublevels. - Default value is "onclick". An example could be seen below. - - Example: + Switching mode could be chosen with the &q= uot;mode" attribute for all panelMenu items exce= pt ones where this attribute was redefined. = + By default all items send traditional request. = + The "expandMode" attribute defines the submission modes for all collapsing/expanding = panelMenu groups except ones where this attribute was redefined. + The "mode"= and "expandMode" attri= butes could be used with three possible parameters. = + The "mode"= attribute defines parameters for all included <rich:panelMenuItem> elements. - - - -...]]> - - Switching mode could be chosen with the - "mode" - attribute for all panelMenu items except ones where t= his attribute was redefined. - By default all items send traditional request. - The - "expandMode" - attribute defines the submission modes for all collap= sing/expanding panelMenu - groups except ones where this attribute was redefined. - The - "mode" - and - "expandMode" - attributes could be used with three possible paramete= rs. The - "mode" - attribute defines parameters for all included - <rich:panelMenuItem> - elements. - - Server (default) + Server (default) + = The common submission of the form is performed and a page is c= ompletely refreshed. - - Example: - + = = @@ -112,9 +87,7 @@ An Ajax form submission is performed, and additionally specifi= ed elements in the "reRender" attribute are reRendered. - - Example: - + = = @@ -140,9 +113,7 @@ item's attributes are ignored. Items don't fire any s= ubmits itself. Behavior is fully defined by the components nested into items. = - - Example: - + = @@ -189,9 +160,7 @@ = Here is an example: = - - Example: - + = --===============2883972624819947615==--