[richfaces-svn-commits] JBoss Rich Faces SVN: r2832 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Sep 10 08:59:23 EDT 2007


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>&lt;span&gt;</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>&lt;span&gt;</property></emphasis> or <emphasis role="bold"><property>&lt;div&gt;</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>&lt;a4j:status&gt;</property></emphasis> elements content into <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> elements, instead of <emphasis role="bold"><property>&lt;span&gt;</property></emphasis>. To use it, just redefine the <emphasis >
         <property>&quot;layout&quot;</property>
        </emphasis> 
-attribute from &quot;incline&quot;(default) to &quot;block&quot;.</para>
+attribute from &quot;inline&quot;(default) to &quot;block&quot;.</para>
     </section>
   <section>
     <title>Relevant resources links</title>




More information about the richfaces-svn-commits mailing list