Author: SeanRogers
Date: 2009-10-30 01:08:36 -0400 (Fri, 30 Oct 2009)
New Revision: 15784
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_extendedDataTable.xml
Log:
RF-7847: Added differences between rich:dataTable and rich:extendedDataTable
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml 2009-10-30
00:11:27 UTC (rev 15783)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml 2009-10-30
05:08:36 UTC (rev 15784)
@@ -53,7 +53,13 @@
<link linkend="filter">Filtering column
values</link>
</para>
</listitem>
- </itemizedlist>
+ </itemizedlist>
+ <important>
+ <title>Important</title>
+ <para>
+ The <property>"colspan"</property>,
<property>"rowspan"</property>, and
<property>"breakbefore"</property> attributes only affect
columns in a <emphasis
role="bold"><property><rich:dataTable></property></emphasis>,
not those in a <emphasis
role="bold"><property><rich:extendedDataTable></property></emphasis>.
+ </para>
+ </important>
</section>
<section>
<title>Details of Usage</title>
@@ -619,4 +625,4 @@
<ulink
url="http://www.jboss.org/community/docs/DOC-9607">RichFaces
Cookbook article</ulink>.
</para>
</section>
-</section>
\ No newline at end of file
+</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml 2009-10-30
00:11:27 UTC (rev 15783)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_dataTable.xml 2009-10-30
05:08:36 UTC (rev 15784)
@@ -43,6 +43,9 @@
<para><link linkend="sort">Sorting</link> and
<link linkend="filter">filtering</link> functionalities for a table
columns</para>
</listitem>
</itemizedlist>
+ <para>
+ Extended table features, such as scrollable data, row selection, and column
re-ordering, require the use of the <emphasis
role="bold"><property><rich:extendedDataTable></property></emphasis>
component instead of <emphasis
role="bold"><property><rich:dataTable></property></emphasis>.
Refer to the <emphasis
role="bold"><property><rich:extendedDataTable></property></emphasis>
section for details on the differences between the two components.
+ </para>
</section>
<section>
<title>Details of Usage</title>
@@ -435,4 +438,4 @@
<ulink
url="http://www.jboss.org/community/wiki/RichfacesDatatableCheckbox&...
Datatable Checkbox"</ulink> article helps you to create a Richface Datatable
with Checkbox Column and an CheckAll Checkbox in Header.
</para>
</section>
-</section>
\ No newline at end of file
+</section>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_extendedDataTable.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_extendedDataTable.xml 2009-10-30
00:11:27 UTC (rev 15783)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_extendedDataTable.xml 2009-10-30
05:08:36 UTC (rev 15784)
@@ -55,6 +55,58 @@
<para>Possibility to combine rows to groups</para>
</listitem>
</itemizedlist>
+ <para>
+ <emphasis role="bold"><property
moreinfo="none"><rich:extendedDataTable></property></emphasis>
includes the following attributes not included with <emphasis
role="bold"><property
moreinfo="none"><rich:dataTable></property></emphasis>:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <property moreinfo="none">activeClass</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">activeRowKey</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">enableContextMenu</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">groupingColumn</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">height</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">noDataLabel</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">onselectionchange</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">selectedClass</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">selection</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">selectionMode</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">tableState</property>
+ </listitem>
+ </itemizedlist>
+ <para>
+ <emphasis role="bold"><property
moreinfo="none"><rich:extendedDataTable></property></emphasis>
does <emphasis>not</emphasis> include the following attributes available with
<emphasis role="bold"><property
moreinfo="none"><rich:dataTable></property></emphasis>:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <property moreinfo="none">columns</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">columnsWidth</property>
+ </listitem>
+ <listitem>
+ <property moreinfo="none">onRowContextMenu</property>
+ </listitem>
+ </itemizedlist>
</section>
<section>
<title>Details of Usage</title>
@@ -623,4 +675,4 @@
Some additional information about the component usage can be found
<ulink
url="http://livedemo.exadel.com/richfaces-demo/richfaces/extendedDat...
its LiveDemo page</ulink>.</para>
</section>
-</section>
\ No newline at end of file
+</section>