[richfaces-svn-commits] JBoss Rich Faces SVN: r2056 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 3 11:59:06 EDT 2007


Author: vkorluzhenko
Date: 2007-08-03 11:59:04 -0400 (Fri, 03 Aug 2007)
New Revision: 2056

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
Log:
fixed an error

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-08-03 15:58:44 UTC (rev 2055)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-08-03 15:59:04 UTC (rev 2056)
@@ -133,11 +133,11 @@
             For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
         </para>   
         <para>
-            There are two ways to redefine the appearance of all panelMenuGroups at once:
+            There are two ways to redefine the appearance of all menu groups at once:
         </para>
         <itemizedlist>
             <listitem><para>Redefine corresponding skin parameters</para></listitem>
-            <listitem><para>Add to user&apos;s styles heet style classes used by a panelMenuGroup</para></listitem>
+            <listitem><para>Add to user&apos;s styles heet style classes used by a menu group</para></listitem>
         </itemizedlist>
        </section>
        <section>
@@ -271,10 +271,10 @@
         </tgroup>
     </table>
     <para>
-        In order to redefine the style for all panelMenuGroups on a page using CSS, it&apos;s enough to create classes with the same names and define the necessary properties in them.
+        In order to redefine the style for all menu groups on a page using CSS, it&apos;s enough to create classes with the same names and define the necessary properties in them.
     </para>
     <para>
-        To change style aspects of particular panelMenuGroups define your own style classes in the corresponding panelMenuGroup attributes.
+        To change style aspects of particular panel menu groups define your own style classes in the corresponding menuGroup attributes.
     </para>
 </section>
 </section>




More information about the richfaces-svn-commits mailing list