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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Feb 6 05:33:26 EST 2008


Author: cluts
Date: 2008-02-06 05:33:26 -0500 (Wed, 06 Feb 2008)
New Revision: 5855

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

Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2008-02-06 10:33:16 UTC (rev 5854)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml	2008-02-06 10:33:26 UTC (rev 5855)
@@ -314,7 +314,7 @@
     <para>On the screenshot there are classes names that define styles for component elements.</para>
 
     <figure>
-      <title>&lt;rich:dataTable&gt; class names</title>
+      <title><emphasis role="bold"><property>&lt;rich:dataTable&gt;</property></emphasis> class names</title>
       <mediaobject>
         <imageobject>
           <imagedata fileref="images/dataTable2.png" scalefit="1"/>
@@ -441,7 +441,7 @@
     </para>
     <programlisting role="CSS"><![CDATA[...
 .rich-table-cell{
-font-weight:bold;
+    font-weight:bold;
 }
 ...]]></programlisting>  
     
@@ -460,14 +460,14 @@
     
     <para>Also it’s possible to change styles of particular <emphasis role="bold"
       ><property>&lt;rich:dataTable&gt;</property></emphasis> component. In this case you should create own style classes and use them in corresponding <emphasis role="bold"
-        ><property>&lt;rich:dataTable&gt;</property></emphasis> <property>styleClass</property> attributes. An example is placed below:</para>
+        ><property>&lt;rich:dataTable&gt;</property></emphasis> <emphasis><property>styleClass</property></emphasis> attributes. An example is placed below:</para>
     
     <para>
       <emphasis role="bold">Example:</emphasis>
     </para>
     <programlisting role="CSS"><![CDATA[...
 .myClass{
-font-style:italic;
+    font-style:italic;
 }
 ...]]></programlisting>  
     <para>The <emphasis><property>&quot;headerClass&quot;</property></emphasis> attribute for <emphasis role="bold"
@@ -482,7 +482,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/datatableStyle.png"/>




More information about the richfaces-svn-commits mailing list