Author: msorokin
Date: 2008-04-10 09:52:00 -0400 (Thu, 10 Apr 2008)
New Revision: 7736
Modified:
trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
Log:
http://jira.jboss.com/jira/browse/RF-1690
Fixing descriptions, basing on the comments of developers
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml 2008-04-10
13:11:49 UTC (rev 7735)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml 2008-04-10
13:52:00 UTC (rev 7736)
@@ -24,9 +24,10 @@
<title>Key Features</title>
<itemizedlist>
+
+ <listitem><para>Ajax or Client
modes</para></listitem>
<listitem><para>Option to control rerendering
frequency</para></listitem>
- <listitem><para>Ajax or Client
modes</para></listitem>
- <listitem><para>Possibility to display status information on the
progress bar </para></listitem>
+ <listitem><para>Customizable status information label
</para></listitem>
<listitem><para>Highly customizable look and
feel</para></listitem>
</itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-04-10 13:11:49
UTC (rev 7735)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-04-10 13:52:00
UTC (rev 7736)
@@ -211,7 +211,7 @@
</listitem>
<listitem>
- <para>Using any child components that display text. One of the
components that can be used is <emphasis
role="bold"><property><h:outputText
/></property></emphasis></para>
+ <para>Using any child(nested) components. One of the components that can
be used is <emphasis role="bold"><property><h:outputText
/></property></emphasis></para>
<para>
<emphasis role="bold">Example:</emphasis>
</para>
@@ -265,7 +265,7 @@
In the shown example <emphasis><property>
"progressVar"</property></emphasis> attribute
defines a variable "progress" with the value taken from
<emphasis><property>"value"</property></emphasis>
attribute of the <emphasis
role="bold"><property><rich:progressBar></property></emphasis>
component.
- The "progress" variable performs substitution passing the
current value of a progress to the
+ The "progress" variable performs substitution passing the
current progress value to the
<emphasis><property>"value"</property></emphasis>
attribute of the
<emphasis
role="bold"><property><h:outputText></property></emphasis>.
This is how the current value of a progress appears on
@@ -326,7 +326,7 @@
<para>
The
<emphasis><property>"parameters"</property></emphasis>
- is also a special attribute that defines parameters for substitution in the
label.
+ is also a special attribute which defines parameters that can be to get
additional data from server (e.g. additional info about process status).
All you need is to define the value of your own parameter
(e.g parameters="param:'#{bean.incValue1}'")
and you can use it to pass the data.
@@ -377,8 +377,6 @@
</f:facet>
</rich:progressBar>
...]]> </programlisting>
- <para> However, the usage of these facets is optional. If you omit them
nothing will be displayed.
- </para>
</section>