Author: msorokin
Date: 2008-03-10 05:17:12 -0400 (Mon, 10 Mar 2008)
New Revision: 6634
Modified:
trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
Log:
http://jira.jboss.com/jira/browse/RF-1690
Some additional info added
Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-03-10 09:09:12
UTC (rev 6633)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml 2008-03-10 09:17:12
UTC (rev 6634)
@@ -85,9 +85,7 @@
</para>
<programlisting role="XML"><![CDATA[...
-<rich:progressBar value="#{bean.incValue}"
- minValue="50"
- maxValue="400"/>
+<rich:progressBar value="#{bean.incValue}" minValue="50"
maxValue="400"/>
...]]> </programlisting>
<para> The
<emphasis><property>"interval"</property></emphasis>attribute
defines the frequency of status polling. Polling is active while the component is
operational. </para>
<para>
@@ -95,7 +93,7 @@
</para>
<programlisting role="XML"><![CDATA[...
-<rich:progressBar value="#{bean.incValue}" " id="progrs"
interval="900"/>
+<rich:progressBar value="#{bean.incValue}" id="progrs"
interval="900"/>
...]]> </programlisting>
<para> The
<emphasis><property>"parameters"</property></emphasis>attribute
allows to send some
dynamical data to the component which is displayed in the informational
part.