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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 28 05:57:00 EDT 2007


Author: vkorluzhenko
Date: 2007-06-28 05:57:00 -0400 (Thu, 28 Jun 2007)
New Revision: 1362

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
Log:
changed possible values for "direction" attributes

Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-06-28 09:46:26 UTC (rev 1361)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml	2007-06-28 09:57:00 UTC (rev 1362)
@@ -88,8 +88,10 @@
         </para>
         <para>Possible values are:</para>
         <itemizedlist>
-            <listitem><para>left - submenu attached to left side of the menu;</para></listitem>
-            <listitem><para>right - submenu attached to right side of the menu;</para></listitem>
+            <listitem><para>left - down - submenu attached to left - down side of the menu;</para></listitem>
+            <listitem><para>left - up - submenu attached to left - up side of the menu;</para></listitem>
+            <listitem><para>right - down - submenu attached to right - down side of the menu;</para></listitem>
+            <listitem><para>right - up - submenu attached to right - up side of the menu;</para></listitem>
             <listitem><para>auto - smart positioning activated.</para></listitem>
         </itemizedlist>
         <para>
@@ -99,7 +101,7 @@
             Here is an example:
         </para>
         <programlisting role="xml"><![CDATA[...
-    <rich:menuGroup value="Active" direction="left"
+    <rich:menuGroup value="Active" direction="left-down"
         <!--Nested menu components-->
     </rich:menuGroup>
 ...




More information about the richfaces-svn-commits mailing list