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><rich:dataTable> class names</title>
+ <title><emphasis
role="bold"><property><rich:dataTable></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><rich:dataTable></property></emphasis>
component. In this case you should create own style classes and use them in corresponding
<emphasis role="bold"
-
><property><rich:dataTable></property></emphasis>
<property>styleClass</property> attributes. An example is placed
below:</para>
+
><property><rich:dataTable></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>"headerClass"</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"/>