[richfaces-svn-commits] JBoss Rich Faces SVN: r6119 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Feb 15 10:36:13 EST 2008
Author: msorokin
Date: 2008-02-15 10:36:12 -0500 (Fri, 15 Feb 2008)
New Revision: 6119
Added:
trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml
Log:
Description for the progressBar component added.
http://jira.jboss.com/jira/browse/RF-1690
Added: trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml (rev 0)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.desc.xml 2008-02-15 15:36:12 UTC (rev 6119)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section>
+ <sectioninfo>
+ <keywordset>
+ <keyword></keyword>
+ </keywordset>
+ </sectioninfo>
+ <section>
+ <title>Description</title>
+ <para>The <emphasis role="bold">
+ <property><rich:progressBar></property>
+ </emphasis> component is designed for displaying a progress bar which shows the current status of the process. The component has an option to display some numeric data, like percentage (above, in or below the progress bar) along side with graphical presentation. </para>
+
+ <!--figure>
+ <title><emphasis role="bold"><property><rich:column></property></emphasis> component</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/column1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure-->
+ </section>
+ <section>
+ <title>Key Features</title>
+ <itemizedlist>
+ <listitem>Customization of informational part of the component</listitem>
+ <listitem>Status polling frequency adjustment</listitem>
+ <listitem>Ajax or Client modes</listitem>
+ </itemizedlist>
+ </section>
+</section>
\ No newline at end of file
More information about the richfaces-svn-commits
mailing list