Author: smukhina
Date: 2007-05-07 11:33:02 -0400 (Mon, 07 May 2007)
New Revision: 675
Modified:
trunk/docs/userguide/en/included/dropDownMenu.desc.xml
trunk/docs/userguide/en/included/dropDownMenu.xml
Log:
Modified: trunk/docs/userguide/en/included/dropDownMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-07 14:27:06 UTC (rev
674)
+++ trunk/docs/userguide/en/included/dropDownMenu.desc.xml 2007-05-07 15:33:02 UTC (rev
675)
@@ -6,7 +6,7 @@
</keywordset>
</sectioninfo>
- <para>The <rich:dropDownMenu> component is used for creation
multilevel dropdown menu.</para>
+ <para>The <rich:dropDownMenu> component is used for multilevel
dropdown menu creation.</para>
<figure>
<title><rich:dropDownMenu> component</title>
<mediaobject>
@@ -22,7 +22,7 @@
<listitem><para>Highly customizable look and
feel</para></listitem>
<listitem><para>Popup appearance event
customization</para></listitem>
<listitem><para>Different submission
modes</para></listitem>
- <listitem><para>Possibility of definition of complex representation
elements</para></listitem>
+ <listitem><para>Possibility of complex representation elements
definition</para></listitem>
<listitem><para>Disablement support</para></listitem>
<listitem><para>Smart and user defined positioning
</para></listitem>
</itemizedlist>
Modified: trunk/docs/userguide/en/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-07 14:27:06 UTC (rev 674)
+++ trunk/docs/userguide/en/included/dropDownMenu.xml 2007-05-07 15:33:02 UTC (rev 675)
@@ -71,7 +71,7 @@
All attributes except the "value" are not required. The
"value" attribute defines representation text.
</para>
<para>
- Also instead of "value" attribute you can use
"label" facet.
+ Also instead of the "value" attribute you can use the
"label" facet.
</para>
<para>
Example.
@@ -86,7 +86,7 @@
]]>
</programlisting>
<para>
- Use "event" attribute to define the event on the
representation element that triggers the menu's appearance. The example of
appearance menu by click see below.
+ Use the "event" 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.
</para>
<programlisting role="xml">
<![CDATA[
@@ -119,10 +119,10 @@
The"action" and "actionListener"
item's attributes are ignored. Menu items don't fire any submits itself.
Behavior is fully defined by the components nested to items.
</para>
<note><title>Note:</title>
- As the <rich:dropDownMenu> component do not provide own form
use it in <form>…</h:form>.
+ As the <rich:dropDownMenu> component doesn't provide
own form use it in <form>…</h:form>.
</note>
<para>
- The "direction" and "jointPoint"
attributes are used for the definition ways of menu's appearance as it's
shown in the example below.
+ The "direction" and "jointPoint"
attributes are used for the definition ways of menu appearance as it's shown in
the example below.
</para>
<para>
Possible values for the "direction" attribute are:
Show replies by date