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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 7 10:06:02 EDT 2007


Author: smukhina
Date: 2007-05-07 10:06:02 -0400 (Mon, 07 May 2007)
New Revision: 673

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/menuItem.xml
Log:


Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml	2007-05-07 13:39:27 UTC (rev 672)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml	2007-05-07 14:06:02 UTC (rev 673)
@@ -9,9 +9,9 @@
     <para>The &lt;rich:dropDownMenu&gt; component is used for creation multilevel dropdown menu.</para>
     <figure>
         <title>&lt;rich:dropDownMenu&gt;  component</title> 
-        - <mediaobject>
-            - <imageobject>
-                <imagedata fileref="images/dropDownMenu1.gif" /> 
+         <mediaobject>
+             <imageobject>
+                <imagedata fileref="images/dropDownMenu1.png" /> 
             </imageobject>
         </mediaobject>
     </figure>

Modified: trunk/docs/userguide/en/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.xml	2007-05-07 13:39:27 UTC (rev 672)
+++ trunk/docs/userguide/en/included/dropDownMenu.xml	2007-05-07 14:06:02 UTC (rev 673)
@@ -102,7 +102,7 @@
         </para>
         <itemizedlist>
             <listitem><para>Server (on default)</para></listitem>
-        </itemizedlist>
+         </itemizedlist>
         <para>
             The common submission of the form is performed and a page is completely refreshed.
         </para>
@@ -116,7 +116,7 @@
             <listitem><para>None</para></listitem>
         </itemizedlist>
         <para>
-            &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 to items.
         </para>
         <note><title>Note:</title>
             As the &lt;rich:dropDownMenu&gt; component do not provide own form use it in &lt;form&gt;…&lt;/h:form&gt;.
@@ -163,7 +163,7 @@
             As a result:
         </para>
         <figure>
-            <title>Using the &quot;direction&quot; and &quot;joinPoint&quot; attributes</title> 
+           <title>Using the &quot;direction&quot; and &quot;joinPoint&quot; attributes</title> 
            <mediaobject>
                  <imageobject>
                     <imagedata fileref="images/dropDownMenu2.png" /> 
@@ -190,7 +190,7 @@
         </para>
         <figure>
             <title>Using the &quot;horizontalOffset&quot; and &quot;verticalOffset&quot; attributes</title> 
-         <mediaobject>
+            <mediaobject>
              <imageobject>
                 <imagedata fileref="images/dropDownMenu3.png" /> 
             </imageobject>
@@ -310,11 +310,14 @@
             <para>
                 On the screenshot, there are classes&apos; names that define element label.
             </para>
+            <figure>
+                <title>Classes&apos; names</title> 
              <mediaobject>
                  <imageobject>
                     <imagedata fileref="images/dropDownMenu4.png" /> 
                 </imageobject>
-            </mediaobject>
+             </mediaobject>
+             </figure>
             <table>
                 <title>Classes&apos; names that define element label</title> 
                  <tgroup cols="2">
@@ -347,11 +350,14 @@
             <para>
                 On the screenshot, there are classes&apos; names that define element popup.
             </para>
+            <figure>
+                <title>Classes&apos; names</title> 
              <mediaobject>
                  <imageobject>
-                    <imagedata fileref="images/dropDownMenu5.gif" /> 
+                    <imagedata fileref="images/dropDownMenu5.png" /> 
                 </imageobject>
-            </mediaobject>
+             </mediaobject>
+            </figure>
             <table>
                 <title>Classes&apos; names that define element popup</title> 
                  <tgroup cols="2">
@@ -374,10 +380,10 @@
                 </tgroup>
             </table>
             <para>
-                In order to redefine style for all &lt;dropDownMenus&gt; 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 the page with using CSS it&apos;s enough to create classes with the same names and define in its necessary properties.
             </para>
             <para>
-                To change style peculiarities of the particular &lt;dropDownMenus&gt; define your own style classes in the corresponding simple toggle panels attributes.
+                To change style peculiarities of the particular menus define your own style classes in the corresponding simple toggle panels attributes.
             </para>
         </section>
     </section>

Modified: trunk/docs/userguide/en/included/menuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/menuGroup.desc.xml	2007-05-07 13:39:27 UTC (rev 672)
+++ trunk/docs/userguide/en/included/menuGroup.desc.xml	2007-05-07 14:06:02 UTC (rev 673)
@@ -9,8 +9,8 @@
     <para>The &lt;rich:menuGroup&gt; component is used for definition an expandable group of items inside of popup list or another group.</para>
     <figure>
         <title>&lt;rich:menuGroup&gt; component</title> 
-        - <mediaobject>
-            - <imageobject>
+         <mediaobject>
+             <imageobject>
                 <imagedata fileref="images/menuGroup1.png" /> 
             </imageobject>
         </mediaobject>

Modified: trunk/docs/userguide/en/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/included/menuItem.xml	2007-05-07 13:39:27 UTC (rev 672)
+++ trunk/docs/userguide/en/included/menuItem.xml	2007-05-07 14:06:02 UTC (rev 673)
@@ -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 representation text for the 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 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.
         </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.
+            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>
@@ -107,10 +107,10 @@
             <listitem><para>None</para></listitem>
         </itemizedlist>
         <para>
-            &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 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 the item. 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 &quot;disabled&quot; attribute to set item&apos;s state.
         </para>
          <para>
             Example.




More information about the richfaces-svn-commits mailing list