Author: cluts
Date: 2008-11-24 07:05:53 -0500 (Mon, 24 Nov 2008)
New Revision: 11317
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
Log:
RF-4502 - tables were added for the following components: datascroller, dataTable,
pickList.
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2008-11-24 10:36:41
UTC (rev 11316)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2008-11-24 12:05:53
UTC (rev 11317)
@@ -160,11 +160,41 @@
</mediaobject>
</figure>
<para>Information about sorting and filtering you can find <link
linkend="sortAndFilter">here</link>.</para>
- <para>
- You can find information how to remove header's gradient <ulink
url="http://wiki.jboss.org/wiki/RichFacesDataTableBackgroundOut"...;.
+ <para>
+ You can find information how to remove header's gradient <ulink
url="http://wiki.jboss.org/wiki/RichFacesDataTableBackgroundOut"...;.
</para>
</section>
+
<section>
+ <title>Facets</title>
+ <table>
+ <title>Facets</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Facet</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>header</entry>
+ <entry>Redefines the header content</entry>
+ </row>
+ <row>
+ <entry>footer</entry>
+ <entry>Redefines the footer content</entry>
+ </row>
+ <row>
+ <entry>caption</entry>
+ <entry>Defines the caption content</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+ <section>
<title>Look-and-Feel Customization</title>
<para>For skinnability implementation, the components use a <emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-11-24 10:36:41
UTC (rev 11316)
+++ trunk/docs/userguide/en/src/main/docbook/included/datascroller.xml 2008-11-24 12:05:53
UTC (rev 11317)
@@ -364,6 +364,34 @@
<entry>last_disabled</entry>
<entry>Redefines the
disabled "last" button with the content set</entry>
</row>
+ <row>
+
<entry>fastrewind</entry>
+ <entry>Redefines the
"fastrewind" button with the content set</entry>
+ </row>
+ <row>
+
<entry>fastrewind_disabled</entry>
+ <entry>Redefines the
disabled "fastrewind" button with the content set</entry>
+ </row>
+ <row>
+
<entry>previous</entry>
+ <entry>Redefines the
"previous" button with the content set</entry>
+ </row>
+ <row>
+
<entry>previous_disabled</entry>
+ <entry>Redefines the
disabled "previous" button with the content set</entry>
+ </row>
+ <row>
+
<entry>next</entry>
+ <entry>Redefines the
"next" button with the content set</entry>
+ </row>
+ <row>
+
<entry>next_disabled</entry>
+ <entry>Redefines the
disabled "next" button with the content set</entry>
+ </row>
+ <row>
+
<entry>pages</entry>
+ <entry>Redefines the
pages buttons with the content set</entry>
+ </row>
</tbody>
</tgroup>
</table>
Modified: trunk/docs/userguide/en/src/main/docbook/included/pickList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-11-24 10:36:41 UTC
(rev 11316)
+++ trunk/docs/userguide/en/src/main/docbook/included/pickList.xml 2008-11-24 12:05:53 UTC
(rev 11317)
@@ -294,7 +294,60 @@
</tbody>
</tgroup>
</table>
- </section-->
+ </section-->
+
+ <section>
+ <title>Facets</title>
+ <table>
+ <title>Facets</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Facet</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>copyAllControl</entry>
+ <entry>Redefines the "copyAll" label with
the control set. Related attribute is
"copyAllControlLabel"</entry>
+ </row>
+ <row>
+ <entry>removeAllControl</entry>
+ <entry>Redefines the "removeAll" label
with the control set. Related attribute is
"removeAllControlLabel"</entry>
+ </row>
+ <row>
+ <entry>copyControl</entry>
+ <entry>Redefines the "copy" label with
the control set. Related attribute is "copyControlLabel"</entry>
+ </row>
+ <row>
+ <entry>removeControl</entry>
+ <entry>Redefines the "remove" label with
the control set. Related attribute is
"removeControlLabel"</entry>
+ </row>
+ <row>
+ <entry>copyAllControlDisabled</entry>
+ <entry>Redefines the disabled "copyAll"
label with the control set.</entry>
+ </row>
+ <row>
+ <entry>removeAllControlDisabled</entry>
+ <entry>Redefines the disabled "removeAll"
label with the control set.</entry>
+ </row>
+ <row>
+ <entry>copyControlDisabled</entry>
+ <entry>Redefines the disabled "copy"
label with the control set.</entry>
+ </row>
+ <row>
+ <entry>removeControlDisabled</entry>
+ <entry>Redefines the disabled "remove"
label with the control set.</entry>
+ </row>
+ <row>
+ <entry>caption</entry>
+ <entry>Defines the "caption" label with
the control set.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
<section>
<title>Look-and-Feel Customization</title>