Author: SeanRogers
Date: 2011-01-10 01:13:31 -0500 (Mon, 10 Jan 2011)
New Revision: 20924
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Developer_Guide-Style_classes_and_skin_parameters.xml
Log:
Tables and grids skinning references
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-01-10
05:02:39 UTC (rev 20923)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-01-10
06:13:31 UTC (rev 20924)
@@ -990,6 +990,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section
id="sect-Component_Reference-richextendedDataTable-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richextendedDataTable.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<!-- TODO
@@ -1243,6 +1248,11 @@
</listitem>
</itemizedlist>
</section>
+
+ <section
id="sect-Component_Reference-richlist-Style_classes_and_skin_parameters">
+ <title>Style classes and skin parameters</title>
+ <xi:include href="skinning/tabl-richlist.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </section>
</section>
<section
id="sect-Component_Reference-Tables_and_grids-Table_filtering">
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-01-10
05:02:39 UTC (rev 20923)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/skinning/tabl-richdataTable.xml 2011-01-10
06:13:31 UTC (rev 20924)
@@ -133,7 +133,7 @@
<term><classname>.rich-table-subheader</classname></term>
<listitem>
<para>
- This class defines the styles for a column header.
+ This class defines the styles for a column sub-header.
</para>
</listitem>
</varlistentry>
@@ -167,7 +167,7 @@
<term><classname>.rich-table-subheadercell</classname></term>
<listitem>
<para>
- This class defines the styles for a column header cell.
+ This class defines the styles for a column sub-header cell.
</para>
</listitem>
</varlistentry>
Modified:
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Developer_Guide-Style_classes_and_skin_parameters.xml
===================================================================
---
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Developer_Guide-Style_classes_and_skin_parameters.xml 2011-01-10
05:02:39 UTC (rev 20923)
+++
modules/docs/trunk/Developer_Guide/src/main/docbook/en-US/appe-Developer_Guide-Style_classes_and_skin_parameters.xml 2011-01-10
06:13:31 UTC (rev 20924)
@@ -7,13 +7,29 @@
Each of the <productname>RichFaces</productname> components are listed
below, along with their style classes and skin parameters. For further details on each
component, refer to the relevant section in the <citetitle>RichFaces Component
Reference</citetitle>.
</para>
<!-- This appendix pulls in the skinning reference tables from the Component
Reference -->
+ <section
id="sect-Component_Reference-richlist-Style_classes_and_skin_parameters">
+ <title><sgmltag><rich:list></sgmltag></title>
+ <xi:include href="skinning/tabl-richlist.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include
href="http://anonsvn.jboss.org/repos/richfaces/modules/docs/trunk/Co...
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </xi:fallback>
+ </xi:include>
+ </section>
<section
id="sect-Component_Reference-richdataTable-Style_classes_and_skin_parameters">
- <title><sgmltag><rich:dataTable></sgmltag></title>
+ <title><sgmltag><rich:dataTable></sgmltag>,
<sgmltag><rich:column></sgmltag>,
<sgmltag><rich:columnGroup></sgmltag>,
<sgmltag><rich:dataGrid></sgmltag></title>
<xi:include href="skinning/tabl-richdataTable.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include
href="http://anonsvn.jboss.org/repos/richfaces/modules/docs/trunk/Co...
xmlns:xi="http://www.w3.org/2001/XInclude" />
</xi:fallback>
</xi:include>
</section>
+ <section
id="sect-Component_Reference-richdataTable-Style_classes_and_skin_parameters">
+ <title><sgmltag><rich:extendedDataTable></sgmltag></title>
+ <xi:include href="skinning/tabl-richextendedDataTable.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include
href="http://anonsvn.jboss.org/repos/richfaces/modules/docs/trunk/Co...
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </xi:fallback>
+ </xi:include>
+ </section>
</appendix>