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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 22 10:51:53 EDT 2007


Author: smukhina
Date: 2007-08-22 10:51:53 -0400 (Wed, 22 Aug 2007)
New Revision: 2405

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/log.xml
   trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml
   trunk/docs/userguide/en/src/main/docbook/included/status.xml
Log:
http://jira.jboss.com/jira/browse/RF-625

Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/log.xml	2007-08-22 14:32:36 UTC (rev 2404)
+++ trunk/docs/userguide/en/src/main/docbook/included/log.xml	2007-08-22 14:51:53 UTC (rev 2405)
@@ -62,7 +62,9 @@
         <property>&quot;popup&quot;</property>
        </emphasis> 
 attribute on the component. </para>
-    <para>Example:</para><programlisting role="XML"><![CDATA[<a4j:log level="ALL" popup="false" width="400" height="200"/>]]></programlisting>
+    <para><emphasis role="bold">Example:</emphasis>
+    </para>
+	<programlisting role="XML"><![CDATA[<a4j:log level="ALL" popup="false" width="400" height="200"/>]]></programlisting>
     <para>The component defined this way is decoded on a page as <emphasis role="bold"><property>&lt;div&gt;</property></emphasis> inside a page, where all the information beginning with informational message is generated.</para>
     <note>
       <title>Note:</title>

Modified: trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml	2007-08-22 14:32:36 UTC (rev 2404)
+++ trunk/docs/userguide/en/src/main/docbook/included/paint2D.xml	2007-08-22 14:51:53 UTC (rev 2405)
@@ -111,7 +111,8 @@
       </emphasis> and <emphasis>
         <property>&quot;data&quot;</property>
       </emphasis> attributes.</para>
-    <para>Example:</para>
+    <para><emphasis role="bold">Example:</emphasis>
+    </para>
 
     <para>
       <emphasis role="bold">Example:</emphasis>

Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml	2007-08-22 14:32:36 UTC (rev 2404)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml	2007-08-22 14:51:53 UTC (rev 2405)
@@ -96,7 +96,8 @@
           </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>Example:</para>
+      <para><emphasis role="bold">Example:</emphasis>
+      </para>
 	  <programlisting role="XML"><![CDATA[<a4j:status startText="Started" stopText="stopped"  layout="block"/>]]></programlisting>
       <para>is decoded on a page as:</para><programlisting role="XML"><![CDATA[<span id="j_id20:status.start" style="display: none">
       Started




More information about the richfaces-svn-commits mailing list