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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 7 05:35:19 EST 2008


Author: cluts
Date: 2008-02-07 05:35:18 -0500 (Thu, 07 Feb 2008)
New Revision: 5900

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/effect.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for effect

Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2008-02-07 10:35:07 UTC (rev 5899)
+++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml	2008-02-07 10:35:18 UTC (rev 5900)
@@ -44,7 +44,7 @@
 
   <section>
     <title>Creating the Component with a Page Tag</title>
-    <para>To create the simplest variant of <property>rich:effect</property> on a page, use the
+    <para>To create the simplest variant of <emphasis role="bold"><property>&lt;rich:effect&gt;</property></emphasis> on a page, use the
       following syntax:</para>
 
     <para>
@@ -71,12 +71,12 @@
 
   <section>
     <title>Details of Usage</title>
-    <para> It is possible to use <property>&lt;rich:effect&gt;</property> in two modes: <itemizedlist>
+    <para> It is possible to use <emphasis role="bold"><property>&lt;rich:effect&gt;</property></emphasis> in two modes: <itemizedlist>
         <listitem>attached to the JSF components or html tags and triggered by a particular event.
           Wiring effect with JSF components might occur on the server or client. Wiring with html
           tag is possible only on the client side </listitem>
         <listitem>invoking from the JavaScript code by an effect name. During the rendering,
-            <property>rich:effect</property> generates the JavaScript function with defined name.
+            <emphasis role="bold"><property>&lt;rich:effect&gt;</property><emphasis> generates the JavaScript function with defined name.
           When the function is called, the effect is applied </listitem>
       </itemizedlist>
     </para>




More information about the richfaces-svn-commits mailing list