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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 8 10:44:32 EDT 2007


Author: vkorluzhenko
Date: 2007-08-08 10:44:32 -0400 (Wed, 08 Aug 2007)
New Revision: 2150

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
   trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
   trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
Log:
fixed errors

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-08-08 14:27:21 UTC (rev 2149)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml	2007-08-08 14:44:32 UTC (rev 2150)
@@ -296,7 +296,7 @@
     <para>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 dropDownMenus at once:</para>
+    <para>There are two ways to redefine the appearance of all drop-down menus at once:</para>
 
     <itemizedlist>
       <listitem>
@@ -304,7 +304,7 @@
       </listitem>
 
       <listitem>
-        <para>Add to a user's style sheets style classes used by a dropDownMenu</para>
+        <para>Add to a user's style sheets style classes used by a drop-down menu</para>
       </listitem>
     </itemizedlist>
   </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-08-08 14:27:21 UTC (rev 2149)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml	2007-08-08 14:44:32 UTC (rev 2150)
@@ -165,13 +165,13 @@
         <title> Look-and-Feel Customization</title>
         <para> 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 menuItems at once: </para>
+        <para> There are two ways to redefine the appearance of all menu items at once: </para>
         <itemizedlist>
             <listitem>
                 <para>Redefine the corresponding skin parameters</para>
             </listitem>
             <listitem>
-                <para>Add to user&apos;s style sheets style classes used by a menuItem</para>
+                <para>Add to user&apos;s style sheets style classes used by a menu item</para>
             </listitem>
         </itemizedlist>
     </section>
@@ -346,10 +346,10 @@
                 </tbody>
             </tgroup>
         </table>
-        <para> In order to redefine the style for all menuItems on a page using CSS, it&apos;s
+        <para> In order to redefine the style for all menu items 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 the style of particular menuItems define your own style classes in the
+        <para> To change the style of particular menu items define your own style classes in the
             corresponding menuItem attributes. </para>
     </section>
 </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml	2007-08-08 14:27:21 UTC (rev 2149)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuSeparator.xml	2007-08-08 14:44:32 UTC (rev 2150)
@@ -74,11 +74,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 menuSeparators at once:     
+               There are two ways to redefine the appearance of all menu separators at once:     
             </para>
             <itemizedlist>
                 <listitem><para>Redefine the corresponding skin parameters</para></listitem>
-                <listitem><para>Add to user&apos;s style sheets style classes used by a menuSeparator</para></listitem>
+                <listitem><para>Add to user&apos;s style sheets style classes used by a menu separator</para></listitem>
             </itemizedlist>
         </section>
         <section>
@@ -132,10 +132,10 @@
             </tgroup>
         </table>
         <para>
-            In order to redefine a style for all menuSeparators in 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 a style for all menu separators in 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 the style peculiarities of the particular menuSeparators, define your own style classes in the corresponding menuSeparator attributes.
+            To change the style peculiarities of the particular menu separators, define your own style classes in the corresponding menuSeparator attributes.
         </para>
     </section>
 </section>

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-08-08 14:27:21 UTC (rev 2149)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.xml	2007-08-08 14:44:32 UTC (rev 2150)
@@ -438,7 +438,7 @@
       it&apos;s enough to create classes with the same names and define the necessary properties
       in them.</para>
 
-    <para>To change the style of particular panel menu groups components define your own style
+    <para>To change the style of particular panel menu groups define your own style
       classes in the corresponding panelMenuGroup attributes. </para>
   </section>
 

Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-08-08 14:27:21 UTC (rev 2149)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml	2007-08-08 14:44:32 UTC (rev 2150)
@@ -388,7 +388,7 @@
     <para>In order to redefine the style for all panel menu items 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 the style of particular panel menu items components define your own style
+    <para>To change the style of particular panel menu items define your own style
       classes in the corresponding panelMenuItem attributes.</para>
   </section>
 




More information about the richfaces-svn-commits mailing list