Author: atsebro
Date: 2009-06-20 09:15:08 -0400 (Sat, 20 Jun 2009)
New Revision: 14668
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.xml
Log:
RF-7407: a4j:status component description review
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.desc.xml 2009-06-20
13:14:39 UTC (rev 14667)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.desc.xml 2009-06-20
13:15:08 UTC (rev 14668)
@@ -8,8 +8,7 @@
</keywordset>
</sectioninfo>
<title>Description</title>
- <para>The <emphasis role="bold">
- <property><a4j:status></property>
- </emphasis> component generates elements for displaying of the current Ajax
requests status. There are two status modes: Ajax request is in process or
finished.</para>
+ <para>The <emphasis
role="bold"><property><a4j:status></property></emphasis>
component generates elements for displaying of the current Ajax requests status.
+ There are two status modes: Ajax request is in process or
finished.</para>
</section>
</root>
\ No newline at end of file
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.xml 2009-06-20
13:14:39 UTC (rev 14667)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/status.xml 2009-06-20
13:15:08 UTC (rev 14668)
@@ -36,7 +36,7 @@
</table></para>
<section>
- <title>Creating on a page</title>
+ <title>Creating the Component with a Page Tag</title>
<para>There are two ways to define elements indicating a request status
:</para>
<itemizedlist>
<listitem><para>
@@ -99,7 +99,9 @@
</table>
</section>
<section>
- <title>Key attributes and ways of usage</title>
+
+
+ <title>Details of usage</title>
<para>There are two ways for the components or containers definition, which
Ajax requests status is tracked by a component.<itemizedlist>
<listitem><para>
Definition with the <emphasis >
@@ -151,25 +153,18 @@
<section>
<title>Relevant resources links</title>
<para>
- <ulink
-
url="http://wiki.jboss.org/wiki/RichFacesPleaseWaitBox">
- Here
- </ulink>
- you can find information on how to show a "Please Wait" box and
- block the input while the Ajax request is processed using combination of
- <emphasis role="bold">
- <property><a4j:status></property>
- </emphasis>
- and
- <emphasis role="bold">
- <property><rich:modalPanel></property>
- </emphasis>
- components
- .
+ Vizit <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?...
page</ulink> at RichFaces Livedemo for examples of component usage and their
sources.
</para>
- <para>
- <ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?...
the component Live Demo page</ulink> you can see the example of <emphasis
role="bold"
- ><property><a4j:status></property></emphasis>
usage and sources for the given example.
- </para>
+ <para>
+ Useful articles at JBoss portal:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink
url="http://wiki.jboss.org/wiki/RichFacesPleaseWaitBox">Rich...
describes how to show a "Please Wait" box and block the input while the
Ajax request is processed using combination of <emphasis
role="bold"><property><a4j:status></property></emphasis>
and <emphasis
role="bold"><property><rich:modalPanel></property></emphasis>.
+ </para>
+ </listitem>
+ </itemizedlist>
+
</section>
</chapter>