Author: cluts
Date: 2008-06-10 05:24:42 -0400 (Tue, 10 Jun 2008)
New Revision: 8966
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.xml
Log:
RF-3561 - added information about new class.
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml 2008-06-10 08:39:15 UTC
(rev 8965)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml 2008-06-10 09:24:42 UTC
(rev 8966)
@@ -111,7 +111,7 @@
<para>Now, in order to group columns with text information into one row in one
column with a flag, use
the <emphasis
><property>"colspan"</property></emphasis>
attribute, which is similar to an HTML one, specifying that the first column contains 3
columns.
In addition, it's necessary to specify that the next column begins from the
first row with the help of the
- <emphasis
><property>"breakBefore"</property></emphasis>
attribute = true.</para>
+ <code>breakBefore="true"</code>.</para>
<para>
<emphasis role="bold">Example:</emphasis>
@@ -376,6 +376,7 @@
The
<emphasis><property>"filterValue"</property></emphasis>
attribute is used to get or change current filtering value.
It could be defined with initial filtering value on the page or
as value binding to get/change it on server.
If the
<emphasis><property>"filterValue"</property></emphasis>
attribute isn't empty from the beginning table is filtered on the first
rendering.
+ You can customize the input form using
<emphasis><property>rich-filter-input</property></emphasis> CSS
class.
</para>
<para>
In order to change filter event you could use
<emphasis><property>"filterEvent"</property></emphasis>
attribute