Author: ochikvina
Date: 2007-10-29 09:57:36 -0400 (Mon, 29 Oct 2007)
New Revision: 3596
Modified:
trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - adding Skin Parameters Redefinition section
Modified: trunk/docs/userguide/en/src/main/docbook/included/subTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-29 13:56:42 UTC
(rev 3595)
+++ trunk/docs/userguide/en/src/main/docbook/included/subTable.xml 2007-10-29 13:57:36 UTC
(rev 3596)
@@ -115,11 +115,22 @@
</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>
+ <title>Skin Parameters Redefinition</title>
+
+ <para>Skin parameters redefinition for <emphasis role="bold">
+ <property><rich:subTable></property>
+ </emphasis> are the same as for the <link
linkend="SPR"><emphasis role="bold">
+ <property><rich:dataTable></property>
+ </emphasis></link> component.</para>
+ </section>
+
+ <section>
<title>Definition of Custom Style Classes</title>
<table>
- <title>Classes names that define a subtable appearance</title>
+ <title>Classes names that define a whole component appearance</title>
<tgroup cols="2">
<thead>
<row>
@@ -136,15 +147,28 @@
<entry>rich-subtable-caption</entry>
<entry>Defines styles for a "caption" facet
element</entry>
</row>
+
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table>
+ <title>Classes names that define header and footer elements</title>
+ <tgroup cols="2">
+ <thead>
<row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <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>
@@ -152,7 +176,41 @@
<entry>rich-subtable-subheader</entry>
<entry>Defines styles for a column header of subtable</entry>
</row>
+
<row>
+ <entry>rich-subtable-subfooter</entry>
+ <entry>Defines styles for a column footer of subtable</entry>
+ </row>
+
+ <row>
+ <entry>rich-subtable-footer</entry>
+ <entry>Defines styles for a subtable footer row</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>
+
+ <table>
+ <title>Classes names that define rows and cells</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-subtable-headercell</entry>
+ <entry>Defines styles for a subtable header cell</entry>
+ </row>
+
+ <row>
<entry>rich-subtable-subheadercell</entry>
<entry>Defines styles for a column header cell of
subtable</entry>
</row>
@@ -168,26 +226,17 @@
<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>