Author: SeanRogers
Date: 2010-12-20 20:44:36 -0500 (Mon, 20 Dec 2010)
New Revision: 20708
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/skin-richdataTable.xml
Log:
Added test skinning reference
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/skin-richdataTable.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/skin-richdataTable.xml
(rev 0)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/skin-richdataTable.xml 2010-12-21
01:44:36 UTC (rev 20708)
@@ -0,0 +1,203 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<section id="skin-richdataTable">
+ <title><sgmltag><rich:dataTable></sgmltag> style classes
and skin parameters</title>
+ <table
id="tabl-richdataTable-Style_classes_with_corresponding_skin_parameters">
+ <title>Style classes (selectors) with corresponding skin
parameters</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>Class (selector) name</entry>
+ <entry>Description</entry>
+ <entry>Skin Parameters</entry>
+ <entry><acronym>CSS</acronym> properties mapped</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><classname>.rich-table</classname></entry>
+ <entry>Defines the styles for a table</entry>
+ <entry><literal>tableBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry
morerows="2"><classname>.rich-table-cell</classname></entry>
+ <entry morerows="2">Defines the styles for a table
cell</entry>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-header</classname></entry>
+ <entry>Defines the styles for a table header row</entry>
+ <entry><literal>headerBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-header-continue</classname></entry>
+ <entry>Defines the styles for all header lines after the first</entry>
+ <entry><literal>headerBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry
morerows="4"><classname>.rich-table-headercell</classname></entry>
+ <entry morerows="4">Defines the styles for a header
cell</entry>
+ <entry><literal>tableBorderWidth</literal>,
<literal>tableBorderColor</literal></entry>
+ <entry><literal>border-right,
border-bottom</literal></entry>
+ </row>
+ <row>
+ <entry><literal>headerTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>headerWeightFont</literal></entry>
+ <entry><literal>font-weight</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-subheader</classname></entry>
+ <entry>Defines the styles for a column header</entry>
+ <entry><literal>additionalBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-thead</classname></entry>
+ <entry>Defines the styles for the separator between the header and the rest of
the table</entry>
+ <entry><literal>tableBorderWidth</literal>,
<literal>tableBorderColor</literal></entry>
+ <entry><literal>border-bottom</literal></entry>
+ </row>
+
+ <row>
+ <entry
morerows="3"><classname>.rich-table-subheadercell</classname></entry>
+ <entry morerows="3">Defines the styles for a column header
cell</entry>
+ <entry><literal>tableBorderWidth</literal>,
<literal>tableBorderColor</literal></entry>
+ <entry><literal>border-right</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-footer</classname></entry>
+ <entry>Defines the styles for a footer row</entry>
+ <entry><literal>tableFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-footer-continue</classname></entry>
+ <entry>Defines the styles for all footer lines after the first</entry>
+ <entry><literal>tableFooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry
morerows="4"><classname>.rich-table-footercell</classname></entry>
+ <entry morerows="4">Defines styles for a footer cell</entry>
+ <entry><literal>tableBorderWidth,
tableBorderColor</literal></entry>
+ <entry><literal>border-right,
border-bottom</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>headerWeightFont</literal></entry>
+ <entry><literal>font-weight</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-subfooter</classname></entry>
+ <entry>Defines the styles for a column footer</entry>
+ <entry><literal>tableSubfooterBackgroundColor</literal></entry>
+ <entry><literal>background-color</literal></entry>
+ </row>
+
+ <row>
+ <entry
morerows="3"><classname>.rich-table-subfootercell</classname></entry>
+ <entry morerows="3">Defines the styles for a column footer
cell</entry>
+ <entry><literal>tableBorderWidth</literal>,
<literal>tableBorderColor</literal></entry>
+ <entry><literal>border-right<literal>,
<literal>border-bottom</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalTextColor</literal></entry>
+ <entry><literal>color</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalSizeFont</literal></entry>
+ <entry><literal>font-size</literal></entry>
+ </row>
+ <row>
+ <entry><literal>generalFamilyFont</literal></entry>
+ <entry><literal>font-family</literal></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <table id="tabl-richdataTable-Style_classes_without_skin_parameters">
+ <title>Style classes (selectors) without skin parameters</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Class name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><classname>.rich-table-caption</classname></entry>
+ <entry>Defines styles for a "caption" facet element</entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-row</classname></entry>
+ <entry>Defines styles for a table row</entry>
+ </row>
+
+ <row>
+ <entry><classname>.rich-table-firstrow</classname></entry>
+ <entry>Defines styles for a table's first row</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+</section>
Show replies by date