Author: SeanRogers
Date: 2010-03-17 22:02:07 -0400 (Wed, 17 Mar 2010)
New Revision: 16594
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml
Log:
Added var restriction to sortBy and filterBy descriptions (RF-8494)
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 2010-03-18
01:20:53 UTC (rev 16593)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_column.xml 2010-03-18
02:02:07 UTC (rev 16594)
@@ -209,14 +209,7 @@
<title>Sorting and Filtering</title>
<section id="sort">
<title>Sorting</title>
- <para> In order to sort the columns you should use
the <emphasis>
-
<property>"sortBy"</property>
- </emphasis> attribute that indicates what
values to be
- sorted. This attribute can be used only with the
<emphasis role="bold">
- <property><rich:dataTable></property>
- </emphasis> component.
- In order to sort the column you should click on
its
- header. See the following example. </para>
+ <para> In order to sort the columns you should use
the
<emphasis><property>"sortBy"</property></emphasis>
attribute that indicates what values to be sorted. This attribute can be used only with
the <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
component. Expressions in the
<emphasis><property>"sortBy"</property></emphasis>
attribute can refer only to the variable declared with the
<emphasis><property>"var"</property></emphasis>
attribute, not to those declared with other attributes such as the
<emphasis><property>"rowKeyVar"</property></emphasis>
attribute. In order to sort the column you should click on its header. See the following
example. </para>
<para>
<emphasis
role="bold">Example:</emphasis>
</para>
@@ -454,7 +447,7 @@
</emphasis> attribute at a column
you want
to be filterable. This attribute
defines
iterable object property which is used
- when filtering performed.
</para>
+ when filtering performed. Expressions
in the
<emphasis><property>"filterBy"</property></emphasis>
attribute can refer only to the variable declared with the
<emphasis><property>"var"</property></emphasis>
attribute, not to those declared with other attributes such as the
<emphasis><property>"rowKeyVar"</property></emphasis>
attribute.</para>
<para> The <emphasis>
<property>"filterValue"</property>
</emphasis> attribute is used to
get or
Show replies by date