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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Feb 5 06:40:45 EST 2008


Author: cluts
Date: 2008-02-05 06:40:45 -0500 (Tue, 05 Feb 2008)
New Revision: 5812

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

Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2008-02-05 11:40:26 UTC (rev 5811)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml	2008-02-05 11:40:45 UTC (rev 5812)
@@ -127,7 +127,7 @@
 ...
 ]]></programlisting>
     <figure>
-      <title>&lt;rich:datascroller&gt; controls</title>
+      <title><emphasis role="bold"><property>&lt;rich:datascroller&gt;</property></emphasis> controls</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/datascroller2.png"/>
@@ -442,7 +442,7 @@
       
       <para>Also it’s possible to change styles of particular <emphasis role="bold"
         ><property>&lt;rich:datascroller&gt;</property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
-          ><property>&lt;rich:datascroller&gt;</property></emphasis> <emphasis><property>styleClass</property></emphasis> attributes. An example is placed below:</para>
+          ><property>&lt;rich:datascroller&gt;</property></emphasis> <emphasis role="italic"><property>styleClass</property></emphasis> attributes. An example is placed below:</para>
       
       <para>
         <emphasis role="bold">Example:</emphasis>
@@ -452,7 +452,7 @@
     background-color: #C6E2FF;
 }
 ...]]></programlisting>  
-      <para>The <emphasis><property>&quot;styleClass&quot;</property></emphasis> attribute for <emphasis role="bold"
+      <para>The <emphasis role="italic"><property>&quot;styleClass&quot;</property></emphasis> attribute for <emphasis role="bold"
         ><property>&lt;rich:datascroller&gt; </property></emphasis> is defined as it’s shown in the example below:</para>
       
       <para>
@@ -464,7 +464,7 @@
       <para>This is a result:</para>
       
       <figure>
-        <title>Redefinition styles with own classes and styleClass attributes</title>
+        <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
         <mediaobject>
           <imageobject>
             <imagedata fileref="images/datascroller_CS2.png"/>




More information about the richfaces-svn-commits mailing list