Author: cluts
Date: 2008-04-10 04:41:22 -0400 (Thu, 10 Apr 2008)
New Revision: 7724
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/columns.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml
Log:
RF-1740 - corrected "key features" for column, columns, dataTable,
scrollableDataTable components.
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.desc.xml 2008-04-09 22:31:31
UTC (rev 7723)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.desc.xml 2008-04-10 08:41:22
UTC (rev 7724)
@@ -23,8 +23,8 @@
<listitem>Completely skinned table rows and child elements</listitem>
<listitem>Possibility to combine columns with the help of <emphasis
><property>"colspan"</property></emphasis></listitem>
<listitem>Possibility to combine rows with the help of <emphasis
><property>"rowspan"</property></emphasis> and
<emphasis
><property>"breakBefore"</property></emphasis></listitem>
- <listitem>Sorting column values</listitem>
- <listitem>Filtering column values</listitem>
+ <listitem><link linkend="sortAndFilter">Sorting column
values</link></listitem>
+ <listitem><link linkend="sortAndFilter">Filtering column
values</link></listitem>
</itemizedlist>
</section>
-</section>
\ No newline at end of file
+</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/columns.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/columns.desc.xml 2008-04-09 22:31:31
UTC (rev 7723)
+++ trunk/docs/userguide/en/src/main/docbook/included/columns.desc.xml 2008-04-10 08:41:22
UTC (rev 7724)
@@ -28,7 +28,8 @@
<listitem>Dynamic tables creation</listitem>
<listitem>Possibility to combine columns with the help of <emphasis
><property>"colspan"</property></emphasis> and
<emphasis
><property>"breakBefore"</property></emphasis></listitem>
<listitem>Possibility to combine rows with the help of <emphasis
><property>"rowspan"</property></emphasis>
</listitem>
- <listitem>Possibility to sort and to filter of
columns</listitem>
+ <listitem><link linkend="sortAndFilter">Sorting column
values</link></listitem>
+ <listitem><link linkend="sortAndFilter">Filtering
column values</link></listitem>
</itemizedlist>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2008-04-09
22:31:31 UTC (rev 7723)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2008-04-10
08:41:22 UTC (rev 7724)
@@ -27,6 +27,8 @@
<property>"subTable"</property></listitem>
<listitem>Possibility to update a limited set of strings with
AJAX</listitem>
<listitem>Possibility to sort and to filter of
columns</listitem>
+ <listitem><link linkend="sortAndFilter">Sorting column
values</link></listitem>
+ <listitem><link linkend="sortAndFilter">Filtering
column values</link></listitem>
</itemizedlist>
</section>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml
===================================================================
---
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml 2008-04-09
22:31:31 UTC (rev 7723)
+++
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml 2008-04-10
08:41:22 UTC (rev 7724)
@@ -33,7 +33,7 @@
<listitem>Fixed one or more left columns when table is scrolled
horizontally</listitem>
<listitem>One and multi-selection rows mode</listitem>
<listitem>Built-it drag-n-drop support</listitem>
- <listitem>Possibility to sort of
columns</listitem>
+ <listitem><link
linkend="sortAndFilter">Sorting column values</link></listitem>
</itemizedlist>
</section>
</section>
Show replies by date