[richfaces-svn-commits] JBoss Rich Faces SVN: r690 - trunk/docs/userguide/en/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 8 05:19:56 EDT 2007


Author: smukhina
Date: 2007-05-08 05:19:56 -0400 (Tue, 08 May 2007)
New Revision: 690

Modified:
   trunk/docs/userguide/en/included/dropDownMenu.desc.xml
   trunk/docs/userguide/en/included/dropDownMenu.xml
   trunk/docs/userguide/en/included/menuGroup.desc.xml
   trunk/docs/userguide/en/included/menuGroup.xml
   trunk/docs/userguide/en/included/menuItem.desc.xml
   trunk/docs/userguide/en/included/menuItem.xml
   trunk/docs/userguide/en/included/menuSeparator.desc.xml
Log:


Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
         </keywordset>
     </sectioninfo>
     
-    <para>The &lt;rich:dropDownMenu&gt; component is used for multilevel dropdown menu creation.</para>
+    <para>The &lt;rich:dropDownMenu&gt; component is used for a multilevel dropdown menu creation.</para>
     <figure>
         <title>&lt;rich:dropDownMenu&gt;  component</title> 
          <mediaobject>

Modified: trunk/docs/userguide/en/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/dropDownMenu.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -47,7 +47,7 @@
             <![CDATA[
             ...
             <rich:dropDownMenu value="Item1">
-               <!—Nested menu components-->
+               <!--Nested menu components-->
             </rich:dropDownMenu>
             ...
             ]]>
@@ -68,7 +68,7 @@
     <section>
         <title>Details of Usage</title>
         <para>
-            All attributes except the &quot;value&quot; are not required. The &quot;value&quot; attribute defines representation text.
+            All attributes except the &quot;value&quot; are not required. The &quot;value&quot; attribute defines a representation text.
         </para>
         <para>
             Also instead of the &quot;value&quot; attribute you can use the &quot;label&quot; facet.
@@ -86,13 +86,13 @@
             ]]>
         </programlisting>
         <para>
-            Use the &quot;event&quot; attribute to define the an event on the representation element that triggers the menu appearance. The example of menu appearance on a click could be seen below.
+            Use the &quot;event&quot; attribute to define an event on the representation element that triggers a menu appearance. An example of a menu appearance on a click could be seen below.
         </para>
         <programlisting role="xml">
             <![CDATA[
             ...
             <rich:dropDownMenu event="onclick" value="Item1">
-               <!—Nested menu components-->
+               <!--Nested menu components-->
             </rich:dropDownMenu>
             ...
             ]]>
@@ -104,22 +104,22 @@
             <listitem><para>Server (on default)</para></listitem>
          </itemizedlist>
         <para>
-            The common submission of the form is performed and a page is completely refreshed.
+            The common submission of a form is performed and a page is completely refreshed.
         </para>
         <itemizedlist>
             <listitem><para>Ajax</para></listitem>
         </itemizedlist>
         <para>
-            Ajax form submission is performed additionally specified elements in the &quot;reRender&quot; attribute are reRendered.
+            Ajax form submission is performed, additionally specified elements in the &quot;reRender&quot; attribute are reRendered.
         </para>
         <itemizedlist>
             <listitem><para>None</para></listitem>
         </itemizedlist>
         <para>
-            The&quot;action&quot; and &quot;actionListener&quot; item&apos;s attributes are ignored. Menu items don&apos;t fire any submits itself. Behavior is fully defined by the components nested to items.
+            The&quot;action&quot; and &quot;actionListener&quot; item&apos;s attributes are ignored. Menu items don&apos;t fire any submits itself. Behavior is fully defined by the components nested into items.
         </para>
         <note><title>Note:</title>
-            As the &lt;rich:dropDownMenu&gt; component doesn&apos;t provide own form use it in &lt;form&gt;…&lt;/h:form&gt;.
+            As the &lt;rich:dropDownMenu&gt; component doesn&apos;t provide its own form, use it in &lt;form&gt;-&lt;/h:form&gt;.
         </note>
         <para>
             The &quot;direction&quot; and &quot;jointPoint&quot; attributes are used for the definition ways of menu appearance as it&apos;s shown in the example below.
@@ -128,24 +128,24 @@
             Possible values for the &quot;direction&quot; attribute are:
         </para>
         <itemizedlist>
-            <listitem><para>top-left – menu attached to top-right corner of the label;</para></listitem>
-            <listitem><para>top-right – menu attached to top-left corner of the label;</para></listitem>
-            <listitem><para>bottom-left – menu attached to bottom-right corner of the label;</para></listitem>
-            <listitem><para>bottom-right – menu attached to bottom-left corner of the label;</para></listitem>
-            <listitem><para>auto – smart positioning activated.</para></listitem>
+            <listitem><para>top-left - a menu attached to the top-right corner of the label;</para></listitem>
+            <listitem><para>top-right - a menu attached to the top-left corner of the label;</para></listitem>
+            <listitem><para>bottom-left - a menu attached to the bottom-right corner of the label;</para></listitem>
+            <listitem><para>bottom-right - a menu attached to the bottom-left corner of the label;</para></listitem>
+            <listitem><para>auto - a smart positioning activation.</para></listitem>
         </itemizedlist>
         <para>
             Possible values for the &quot;jointPoint&quot; attribute are:
         </para>
         <itemizedlist>
-            <listitem><para>tr – top-right point of the label element;</para></listitem>
-            <listitem><para>tl – top-left point of the label element;</para></listitem>
-            <listitem><para>br – bottom-right point of the label element;</para></listitem>
-            <listitem><para>bl – bottom-left point of the label element;</para></listitem>
-            <listitem><para>auto – smart positioning activated.</para></listitem>
+            <listitem><para>tr - top-right point of the label element;</para></listitem>
+            <listitem><para>tl - top-left point of the label element;</para></listitem>
+            <listitem><para>br - bottom-right point of the label element;</para></listitem>
+            <listitem><para>bl - bottom-left point of the label element;</para></listitem>
+            <listitem><para>auto - smart positioning activation.</para></listitem>
         </itemizedlist>
         <para>
-            On default the &quot;direction&quot; and &quot;jointPoint&quot; attributes define as "auto". 
+            On default the &quot;direction&quot; and &quot;jointPoint&quot; attributes define as &quot;auto&quot;. 
         </para>
         <para>
             Example.
@@ -171,7 +171,7 @@
            </mediaobject>
          </figure>  
         <para>
-            You can correct an offset of the popup list relatively the label using following attributes: &quot;horizontalOffset&quot; and &quot;verticalOffset&quot;.
+            You can correct an offset of the popup list relatively to the label using following attributes: &quot;horizontalOffset&quot; and &quot;verticalOffset&quot;.
         </para>
         <para>
             Example.
@@ -180,7 +180,7 @@
             <![CDATA[
             ...
             <rich:dropDownMenu value="Item1" direction="bottom-right" jointPoint="tr" horizontalOffset="-15" verticalOffset="0">
-                <!—Nested menu components-->
+                <!-Nested menu components-->
              </rich:dropDownMenu>
             ...
             ]]>
@@ -203,14 +203,14 @@
             Skin parameters redefinition:
         </para> 
         <para>
-            For skinnability implementation the components uses style class redefinition method. Default style classes are mapped on skin parameters.
+            For skinnability implementation, the components use a style class redefinition method. Default style classes are mapped on skin parameters.
         </para>   
       <para>
-          To redefine appearance of all dropDownMenus at once there are two ways:     
+          There are two ways to redefine appearance of all dropDownMenus at once :     
       </para>
         <itemizedlist>
             <listitem><para>Redefine corresponding skin parameters.</para></listitem>
-            <listitem><para>Add to user&apos;s stylesheets style classes used by panel.</para></listitem>
+            <listitem><para>Add to user&apos;s stylesheets style classes used by a panel.</para></listitem>
          </itemizedlist>
         <table>
             <title>Label Skin parameters redefinition</title> 
@@ -308,7 +308,7 @@
         <section>
             <title> Definition custom style classes </title>
             <para>
-                On the screenshot, there are classes&apos; names that define element label.
+                On the screenshot, there are classes&apos; names that define an element label.
             </para>
             <figure>
                 <title>Classes&apos; names</title> 
@@ -330,25 +330,25 @@
                      <tbody>
                          <row>
                             <entry>Rich-label-text-decor</entry> 
-                            <entry>Defines the text style of representation element</entry> 
+                            <entry>Defines the text style of a representation element</entry> 
                         </row>
                          <row>
                             <entry>Rich-ddmenu-label</entry>
-                            <entry>Defines the class for wrapping div element at representation element</entry>
+                            <entry>Defines the class for wrapping div element of a representation element</entry>
                         </row>
                          <row>
                             <entry>Rich-ddmenu-label-select</entry>
-                            <entry>Defines the class for wrapping div element at selected representation element</entry>
+                            <entry>Defines the class for wrapping div element of the selected representation element</entry>
                         </row>
                           <row>
                             <entry>Rich-ddmenu-label-unselect</entry>
-                            <entry>Defines the class for wrapping div element at not selected representation element</entry>
+                            <entry>Defines the class for wrapping div element of a representation element that isn&apos;t selected</entry>
                         </row>
                     </tbody>
                 </tgroup>
             </table>
             <para>
-                On the screenshot, there are classes&apos; names that define element popup.
+                On the screenshot, there are classes&apos; names that define an element popup.
             </para>
             <figure>
                 <title>Classes&apos; names</title> 
@@ -370,17 +370,17 @@
                      <tbody>
                          <row>
                             <entry>Rich-menu-list-border</entry> 
-                            <entry>Defines the class for elements of  borders</entry> 
+                            <entry>Defines a class for borders elements</entry> 
                         </row>
                          <row>
                             <entry>Rich-menu-list-border</entry>
-                            <entry>Defines the class for general background list</entry>
+                            <entry>Defines the class for a general background list</entry>
                         </row>
                    </tbody>
                 </tgroup>
             </table>
             <para>
-                In order to redefine style for all menus on the page with using CSS it&apos;s enough to create classes with the same names and define in its necessary properties.
+                In order to redefine style for all menus 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 peculiarities of the particular menus define your own style classes in the corresponding simple toggle panels attributes.

Modified: trunk/docs/userguide/en/included/menuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.desc.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuGroup.desc.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
         </keywordset>
     </sectioninfo>
     
-    <para>The &lt;rich:menuGroup&gt; component is used for definition an expandable group of items inside of popup list or another group.</para>
+    <para>The &lt;rich:menuGroup&gt; component is used to define an expandable group of items inside of a popup list or another group.</para>
     <figure>
         <title>&lt;rich:menuGroup&gt; component</title> 
          <mediaobject>

Modified: trunk/docs/userguide/en/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuGroup.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -72,10 +72,10 @@
     <section>
         <title>Details of Usage</title>
         <para>
-            The &quot;value&quot; attribute  defines representation text of the group element on the page.
+            The &quot;value&quot; attribute  defines text representation of a group element on a page.
         </para>
         <para>
-            The &quot;icon&quot; attribute defines an icon. The &quot;iconDisabled&quot; attribute defines an icon for disabled group. Also you can use the &quot;icon&quot; and &quot;iconDisabled&quot; facets. If the facets are defined, corresponding of the &quot;icon&quot; and &quot;iconDisabled&quot; attributes are ignored and facets content is shown as icon. You can use it for realization checkboxes for groups.
+            The &quot;icon&quot; attribute defines an icon. The &quot;iconDisabled&quot; attribute defines an icon for a disabled group. Also you can use the &quot;icon&quot; and &quot;iconDisabled&quot; facets. If the facets are defined, the corresponding &quot;icon&quot; and &quot;iconDisabled&quot; attributes are ignored and facets content is shown as icon. It could be used for items checkboxes implementation.
         </para>
         <para>
             Example.
@@ -90,10 +90,10 @@
             ]]>
         </programlisting>
         <para>
-            The &quot;iconFolder&quot; and  &quot;iconFolderDisabled&quot; attributes are defined for using icons as folder icon. The &quot;iconFolder&quot; and &quot;iconFolderDisabled&quot; facets use content as folder icon representation.
+            The &quot;iconFolder&quot; and  &quot;iconFolderDisabled&quot; attributes are defined for using icons as a folder icon. The &quot;iconFolder&quot; and &quot;iconFolderDisabled&quot; facets use content as folder icon representation.
         </para>
         <para>
-            The &quot;direction&quot; attribute is used for the definition ways of menu&apos;s appearance as it&apos;s shown in the example below.
+            The &quot;direction&quot; attribute is used to define the ways of menu&apos;s appearance as it&apos;s shown in the example below.
         </para>
         <para>Possible values are:</para>
         <itemizedlist>
@@ -102,7 +102,7 @@
             <listitem><para>auto – smart positioning activated.</para></listitem>
         </itemizedlist>
         <para>
-            On default the &quot;direction&quot; attribute defines as &quot;auto&quot;.
+            On default the &quot;direction&quot; attribute is defined as &quot;auto&quot;.
         </para>
         <para>
             
@@ -111,7 +111,7 @@
             <![CDATA[
             ...
             <rich:menuGroup value="Active" direction="left"
-               <!—Nested menu components-->
+               <!--Nested menu components-->
             </rich:menuGroup>
             ...
             ]]>

Modified: trunk/docs/userguide/en/included/menuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.desc.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuItem.desc.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
         </keywordset>
     </sectioninfo>
     
-    <para>The &lt;rich:menuItem&gt; component is used for definition the single item inside of popup list.</para>
+    <para>The &lt;rich:menuItem&gt; component is used for definition of a single item inside of a popup list.</para>
     <figure>
         <title>&lt;rich:menuItem&gt;  component</title> 
          <mediaobject>

Modified: trunk/docs/userguide/en/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuItem.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -70,10 +70,10 @@
     <section>
         <title>Details of Usage</title>
         <para>
-            The &quot;value&quot; attribute defines representation text for the item element.
+            The &quot;value&quot; attribute defines text representation for an item element.
         </para>
         <para>
-            The &quot;icon&quot; attribute defines icon. The &quot;iconDisabled&quot; attribute defines icon for disabled item. Also you can use the &quot;icon&quot; and &quot;iconDisabled&quot; facets. If the facets are defined, corresponding of the &quot;icon&quot; and &quot;iconDisabled&quot; attributes are ignored and facets content is shown as icon. You can use it for realization checkboxes for items.
+            The &quot;icon&quot; attribute defines an icon. The &quot;iconDisabled&quot; attribute defines an icon for a disabled item. Also you can use the &quot;icon&quot; and &quot;iconDisabled&quot; facets. If the facets are defined, the corresponding &quot;icon&quot; and &quot;iconDisabled&quot; attributes are ignored and the facets content is shown as an icon. It could be used for items checkboxes implementation.
         </para>
         <para>
             Example.
@@ -89,7 +89,7 @@
         </programlisting>
         
         <para>
-            Switching mode could be chosen with the &lt;rich: menuItem&gt;  attribute &quot;mode&quot; with three possible parameters.
+            A switching mode could be chosen with the &lt;rich: menuItem&gt; attribute &quot;mode&quot; with three possible parameters.
         </para>
         <itemizedlist>
             <listitem><para>Server (on default)</para></listitem>
@@ -101,16 +101,16 @@
             <listitem><para>Ajax</para></listitem>
         </itemizedlist>
         <para>
-            Ajax form submission is performed additionally specified elements in the &quot;reRender&quot; attribute are reRendered.
+            Ajax form submission is performed, additionally specified elements in the &quot;reRender&quot; attribute are reRendered.
         </para>
         <itemizedlist>
             <listitem><para>None</para></listitem>
         </itemizedlist>
         <para>
-            The &quot;action&quot; and &quot;actionListener&quot; item&apos;s attributes are ignored. Menu items don&apos;t fire any submits itself. Behavior is fully defined by the components nested to items.
+            The &quot;action&quot; and &quot;actionListener&quot; items attributes are ignored. Menu items don&apos;t fire any submits itself. Behavior is fully defined by components nested to items.
         </para>
         <para>
-            For example, you can put any content into the item. In this case you should set the &quot;mode&quot; attribute as &quot;none&quot;.  
+            For example, you can put any content into an item but in this case you should set the &quot;mode&quot; attribute as &quot;none&quot;.  
         </para>
         <para>
             Example.
@@ -129,7 +129,7 @@
            ]]>
         </programlisting>
         <para>
-            You can use &quot;disabled&quot; attribute to set item&apos;s state.
+            You can use the &quot;disabled&quot; attribute to set item state.
         </para>
          <para>
             Example.

Modified: trunk/docs/userguide/en/included/menuSeparator.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuSeparator.desc.xml	2007-05-08 01:58:53 UTC (rev 689)
+++ trunk/docs/userguide/en/included/menuSeparator.desc.xml	2007-05-08 09:19:56 UTC (rev 690)
@@ -6,7 +6,7 @@
         </keywordset>
     </sectioninfo>
     
-    <para>The &lt;rich:menuSeparator&gt; component is used for definition horizontal separator that can be placed between groups or items.</para>
+    <para>The &lt;rich:menuSeparator&gt; component is used for definition of a horizontal separator that can be placed between groups or items.</para>
     <figure>
         <title>&lt;rich:menuSeparator&gt;</title> 
          <mediaobject>




More information about the richfaces-svn-commits mailing list