Author: ochikvina
Date: 2007-10-15 12:20:48 -0400 (Mon, 15 Oct 2007)
New Revision: 3376
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - verifying classes
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-15 16:19:46
UTC (rev 3375)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-10-15 16:20:48
UTC (rev 3376)
@@ -287,6 +287,10 @@
<entry>Defines styles for a header cell</entry>
</row>
<row>
+ <entry>rich-table-header-continue</entry>
+ <entry>Defines styles for all header lines after the
first</entry>
+ </row>
+ <row>
<entry>rich-table-subheader</entry>
<entry>Defines styles for a column header</entry>
</row>
@@ -303,14 +307,10 @@
<entry>Defines styles for a table row</entry>
</row>
<row>
- <entry>rich-table-subfooter</entry>
- <entry>Defines styles for a column footer</entry>
+ <entry>rich-table-firstrow</entry>
+ <entry>Defines styles for a table start row</entry>
</row>
<row>
- <entry>rich-table-subfootercell</entry>
- <entry>Defines styles for a column footer cell</entry>
- </row>
- <row>
<entry>rich-table-footer</entry>
<entry>Defines styles for a footer row</entry>
</row>
@@ -318,6 +318,18 @@
<entry>rich-table-footercell</entry>
<entry>Defines styles for a footer cell</entry>
</row>
+ <row>
+ <entry>rich-table-footer-continue</entry>
+ <entry>Defines styles for all footer lines after the
first</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfooter</entry>
+ <entry>Defines styles for a column footer</entry>
+ </row>
+ <row>
+ <entry>rich-table-subfootercell</entry>
+ <entry>Defines styles for a column footer cell</entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-15 16:19:46
UTC (rev 3375)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-10-15 16:20:48
UTC (rev 3376)
@@ -470,42 +470,8 @@
</figure>
<para>The screenshot shows the classes names for defining different
elements.</para>
-
+
<table>
- <title>Class names</title>
-
- <tgroup cols="2">
- <tbody>
- <row>
- <entry>rich-mpnl-pnl-h</entry>
-
- <entry>This class defines the header style. It's applied to
the header elements
- of all panels.</entry>
- </row>
-
- <row>
- <entry>rich-mpnl-pnl-text</entry>
-
- <entry>This class defines the header content style. It's
applied to the header
- elements of all panels.</entry>
- </row>
-
- <row>
- <entry>rich-mpnl-pnl-body</entry>
-
- <entry>This class defines the style for the content inside a panel.
It's
- applied to the elements inside panels.</entry>
- </row>
-
- <row>
- <entry>generalFamilyFont</entry>
-
- <entry>font-family</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
<title>Classes names that define a component appearance</title>
<tgroup cols="2">
@@ -569,7 +535,7 @@
<row>
<entry>rich-mpnl-body</entry>
- <entry>Defines styles for a modalpanel body</entry>
+ <entry>Defines styles for a content inside a modalpanel</entry>
</row>
<row>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-15
16:19:46 UTC (rev 3375)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-10-15
16:20:48 UTC (rev 3376)
@@ -123,4 +123,25 @@
<property>"style"</property>,</emphasis>
<emphasis
<property>"styleClass"</property></emphasis>)and the
properties have been changed.</para>
</section>
+ <section>
+ <title>Definition of Custom Style Classes</title>
+ <table>
+ <title>Classes names that define a component appearance</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>rich-tglctrl</entry>
+ <entry>Defines styles for a toggleControl</entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
</section>
\ No newline at end of file