Author: vkukharchuk
Date: 2007-09-10 08:59:23 -0400 (Mon, 10 Sep 2007)
New Revision: 2832
Modified:
trunk/docs/userguide/en/src/main/docbook/included/status.xml
Log:
http://jira.jboss.com/jira/browse/RF-860
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-09-10 11:08:00 UTC
(rev 2831)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-09-10 12:59:23 UTC
(rev 2832)
@@ -95,10 +95,12 @@
</emphasis> component shows the status for the request fired from this
action component.
</listitem>
</itemizedlist></para>
- <para>The component creates two <emphasis
role="bold"><property><span></property></emphasis>
elements with content defined for each status, one of the elements (start) is initially
hidden. At the beginning of an Ajax request, elements state is inversed, hence the second
element is shown and the first is hidden. At the end of a response processing, elements
display states return to its initial values.</para>
+ <para>The component creates two <emphasis
role="bold"><property><span></property></emphasis>
or <emphasis
role="bold"><property><div></property></emphasis>
+ elements depending on attribute "layout"
+ with content defined for each status, one of the elements (start) is initially hidden.
At the beginning of an Ajax request, elements state is inversed, hence the second element
is shown and the first is hidden. At the end of a response processing, elements display
states return to its initial values.</para>
<para><emphasis role="bold">Example:</emphasis>
</para>
- <programlisting role="XML"><![CDATA[<a4j:status
startText="Started" stopText="stopped"
layout="block"/>]]></programlisting>
+ <programlisting role="XML"><![CDATA[<a4j:status
startText="Started" stopText="stopped"
/>]]></programlisting>
<para>is decoded on a page as:</para><programlisting
role="XML"><![CDATA[<span id="j_id20:status.start"
style="display: none">
Started
</span>
@@ -115,7 +117,7 @@
<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>
+attribute from "inline"(default) to
"block".</para>
</section>
<section>
<title>Relevant resources links</title>