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 <rich:dropDownMenu> component is used for creation
multilevel dropdown menu.</para>
<figure>
<title><rich:dropDownMenu> 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>
- "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.
+ 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>.
@@ -163,7 +163,7 @@
As a result:
</para>
<figure>
- <title>Using the "direction" and
"joinPoint" attributes</title>
+ <title>Using the "direction" and
"joinPoint" attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/dropDownMenu2.png" />
@@ -190,7 +190,7 @@
</para>
<figure>
<title>Using the "horizontalOffset" and
"verticalOffset" attributes</title>
- <mediaobject>
+ <mediaobject>
<imageobject>
<imagedata fileref="images/dropDownMenu3.png" />
</imageobject>
@@ -310,11 +310,14 @@
<para>
On the screenshot, there are classes' names that define element
label.
</para>
+ <figure>
+ <title>Classes' names</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/dropDownMenu4.png" />
</imageobject>
- </mediaobject>
+ </mediaobject>
+ </figure>
<table>
<title>Classes' names that define element
label</title>
<tgroup cols="2">
@@ -347,11 +350,14 @@
<para>
On the screenshot, there are classes' names that define element
popup.
</para>
+ <figure>
+ <title>Classes' names</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/dropDownMenu5.gif" />
+ <imagedata fileref="images/dropDownMenu5.png" />
</imageobject>
- </mediaobject>
+ </mediaobject>
+ </figure>
<table>
<title>Classes' names that define element
popup</title>
<tgroup cols="2">
@@ -374,10 +380,10 @@
</tgroup>
</table>
<para>
- In order to redefine style for all <dropDownMenus> on the
page with using CSS it'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's enough to create classes with the same names and define in its necessary
properties.
</para>
<para>
- To change style peculiarities of the particular
<dropDownMenus> 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 <rich:menuGroup> component is used for definition an
expandable group of items inside of popup list or another group.</para>
<figure>
<title><rich:menuGroup> 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 "Value" attribute defines representation text for the
item element.
+ The "value" attribute defines representation text for the
item element.
</para>
<para>
- The "Icon" attribute defines icon. The
"IconDisabled" attribute defines icon for disabled item. Also you can
use the "Icon" and "IconDisabled" facets. If the
facets are defined, corresponding of the "Icon" and
"IconDisabled" attributes are ignored and facets content is shown as
icon. You can use it for realization checkboxes for items.
+ The "icon" attribute defines icon. The
"iconDisabled" attribute defines icon for disabled item. Also you can
use the "icon" and "iconDisabled" facets. If the
facets are defined, corresponding of the "icon" and
"iconDisabled" 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 <rich: menuItem>
attribute "Mode" with three possible parameters.
+ Switching mode could be chosen with the <rich: menuItem>
attribute "mode" with three possible parameters.
</para>
<itemizedlist>
<listitem><para>Server (on
default)</para></listitem>
@@ -107,10 +107,10 @@
<listitem><para>None</para></listitem>
</itemizedlist>
<para>
- "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.
+ 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>
<para>
- For example you can put any content into the item. In this case you should
set the "Mode" attribute as "none".
+ For example, you can put any content into the item. In this case you should
set the "mode" attribute as "none".
</para>
<para>
Example.
@@ -129,7 +129,7 @@
]]>
</programlisting>
<para>
- You can use "Disabled" attribute to set item's
state.
+ You can use "disabled" attribute to set item's
state.
</para>
<para>
Example.
Show replies by date