Author: smukhina
Date: 2007-07-10 08:34:37 -0400 (Tue, 10 Jul 2007)
New Revision: 1577
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml 2007-07-10 12:34:03 UTC
(rev 1576)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/status.xml 2007-07-10 12:34:37 UTC
(rev 1577)
@@ -36,7 +36,7 @@
<para>There are two ways to define elements indicating a request status
:</para>
<itemizedlist>
<listitem>
- With <emphasis role="italic">
+ With <emphasis >
<property>"StartText"/"StopText"</property>
</emphasis> atributes:
<programlisting role="XML"><![CDATA[<a4j:status
startText="Progress" stopText="Done"
for="stat1">]]></programlisting>
@@ -69,19 +69,19 @@
<title>Key attributes and ways of usage</title>
<para>There are two ways for components or containers definition, which AJAX
requests status is tracked by a component.<itemizedlist>
<listitem>
- Definition with the <emphasis role="italic">
+ Definition with the <emphasis >
<property>"for"</property>
</emphasis>
attribute on the <emphasis role="bold">
<property><a4j:status></property>
- </emphasis> component. Here <emphasis role="italic">
+ </emphasis> component. Here <emphasis >
<property>"for"</property>
</emphasis>
attribute should point at an AJAX container (<emphasis
role="bold"><property><a4j:region></property></emphasis>)
"id", which requests are tracked by a component.
</listitem>
</itemizedlist><itemizedlist>
<listitem>
- Definition with the <emphasis role="italic">
+ Definition with the <emphasis >
<property>"status"</property>
</emphasis>
attribute obtained by any Ajax4jsf library action component. The attribute should point
at the <emphasis role="bold">
@@ -107,7 +107,7 @@
<span id="j_id20:status.stop" style="display: none">
Stopped
</span>]]></programlisting>
- <para>There is a possibility to group a <emphasis
role="bold"><property><a4j:status></property></emphasis>
elements content into <emphasis
role="bold"><property><div></property></emphasis>
elements, instead of <emphasis
role="bold"><property><span></property></emphasis>.
To use it, just redefine the <emphasis role="italic">
+ <para>There is a possibility to group a <emphasis
role="bold"><property><a4j:status></property></emphasis>
elements content into <emphasis
role="bold"><property><div></property></emphasis>
elements, instead of <emphasis
role="bold"><property><span></property></emphasis>.
To use it, just redefine the <emphasis >
<property>"layout"</property>
</emphasis>
attribute from "incline"(default) to
"block".</para>