Author: vkorluzhenko
Date: 2007-07-27 12:31:38 -0400 (Fri, 27 Jul 2007)
New Revision: 1903
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
Log:
http://jira.jboss.com/jira/browse/RF-505
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-07-27 16:11:00
UTC (rev 1902)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-07-27 16:31:38
UTC (rev 1903)
@@ -155,23 +155,23 @@
<itemizedlist>
<listitem>
- <para>top-left - a menu attached to the top-right corner of the
label</para>
+ <para>top-left - a menu drops to the top and left</para>
</listitem>
<listitem>
- <para>top-right - a menu attached to the top-left corner of the
label</para>
+ <para>top-right - a menu drops to the top and right</para>
</listitem>
<listitem>
- <para>bottom-left - a menu attached to the bottom-right corner of the
label</para>
+ <para>bottom-left - a menu drops to the bottom and left</para>
</listitem>
<listitem>
- <para>bottom-right - a menu attached to the bottom-left corner of the
label</para>
+ <para>bottom-right - a menu drops to the bottom and right</para>
</listitem>
<listitem>
- <para>auto - a smart positioning activation</para>
+ <para>auto - smart positioning activation</para>
</listitem>
</itemizedlist>
@@ -179,19 +179,19 @@
<itemizedlist>
<listitem>
- <para>tr - top-right point of the label element</para>
+ <para>tr - a menu is attached to the top-right point of the button
element</para>
</listitem>
<listitem>
- <para>tl - top-left point of the label element</para>
+ <para>tl - a menu is attached to the top-left point of the button
element</para>
</listitem>
<listitem>
- <para>br - bottom-right point of the label element</para>
+ <para>br - a menu is attached to the bottom-right point of the button
element</para>
</listitem>
<listitem>
- <para>bl - bottom-left point of the label element</para>
+ <para>bl - a menu is attached to the bottom-left point of the button
element</para>
</listitem>
<listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-07-27 16:11:00
UTC (rev 1902)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-07-27 16:31:38
UTC (rev 1903)
@@ -96,11 +96,11 @@
</para>
<para>Possible values are:</para>
<itemizedlist>
- <listitem><para>left - down - a submenu is attached to the left
side of the menu and is dropping down;</para></listitem>
- <listitem><para>left - up - a submenu is attached to the left
side of the menu and is dropping up;</para></listitem>
- <listitem><para>right - down - a submenu is attached to the right
side of the menu and is dropping down;</para></listitem>
- <listitem><para>right - up - a submenu is attached to the right
side of the menu and is dropping up;</para></listitem>
- <listitem><para>auto - smart positioning
activated.</para></listitem>
+ <listitem><para>left - down - a submenu is attached to the left
side of the menu and is dropping down</para></listitem>
+ <listitem><para>left - up - a submenu is attached to the left
side of the menu and is dropping up</para></listitem>
+ <listitem><para>right - down - a submenu is attached to the right
side of the menu and is dropping down</para></listitem>
+ <listitem><para>right - up - a submenu is attached to the right
side of the menu and is dropping up</para></listitem>
+ <listitem><para>auto - smart positioning
activation</para></listitem>
</itemizedlist>
<para>
By default, the "direction" attribute is set to
"auto".