Author: ochikvina
Date: 2007-10-15 12:19:46 -0400 (Mon, 15 Oct 2007)
New Revision: 3375
Modified:
trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - added new section
Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-15 14:37:03 UTC
(rev 3374)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-15 16:19:46 UTC
(rev 3375)
@@ -114,5 +114,93 @@
<property>style classes</property></emphasis> used
by the subTable to your page style sheets</listitem>
</itemizedlist>
<para>To redefine a style of a particular page, use component class attributes
which list is the same as the <property>subTable</property> one and is known
to you.</para>
-</section>
+ </section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+
+ <table>
+ <title>Classes names that define a subtable appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-subtable</entry>
+ <entry>Defines styles for all subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-caption</entry>
+ <entry>Defines styles for a "caption" facet
element</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header</entry>
+ <entry>Defines styles for a subtable header row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-headercell</entry>
+ <entry>Defines styles for a subtable header cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-header-continue</entry>
+ <entry>Defines styles for all subtable header lines after the
first</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheader</entry>
+ <entry>Defines styles for a column header of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subheadercell</entry>
+ <entry>Defines styles for a column header cell of
subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-cell</entry>
+ <entry>Defines styles for a subtable cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-row</entry>
+ <entry>Defines styles for a subtable row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-firstrow</entry>
+ <entry>Defines styles for a subtable start row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfooter</entry>
+ <entry>Defines styles for a column footer of subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-subfootercell</entry>
+ <entry>Defines styles for a column footer cell of
subtable</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer</entry>
+ <entry>Defines styles for a subtable footer row</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footercell</entry>
+ <entry>Defines styles for a subtable footer cell</entry>
+ </row>
+ <row>
+ <entry>rich-subtable-footer-continue</entry>
+ <entry>Defines styles for all subtable footer lines after the
first</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <para>In order to redefine styles for all <emphasis
role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components on a page using CSS, it's enough to create
classes with the
+ same names and define necessary properties in them.</para>
+
+ <para>To change styles of particular <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> components, define your own style classes in the corresponding
<emphasis
+ role="bold">
+ <property><rich:subTable></property>
+ </emphasis>attributes.</para>
+ </section>
</section>
\ No newline at end of file