[richfaces-svn-commits] JBoss Rich Faces SVN: r2583 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 29 11:58:32 EDT 2007


Author: vkukharchuk
Date: 2007-08-29 11:58:32 -0400 (Wed, 29 Aug 2007)
New Revision: 2583

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-447

Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2007-08-29 15:11:50 UTC (rev 2582)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml	2007-08-29 15:58:32 UTC (rev 2583)
@@ -77,8 +77,12 @@
 	User can define the number of the fixed columns  from the left side using attribute <emphasis><property>&quot;frozenColCount&quot;</property></emphasis> that will not be scrolled
 	via horizontal scroll.
 	</para>
-
 	<para>
+	There is possibility to increase component performance using attribute <emphasis><property>&quot;hideWhenScrolling&quot;</property></emphasis>.
+	If attribute value is 'true' data will be hidden during scrolling. 
+	</para>
+	
+	<para>
 	It's possible to select the whole row with onclick on the row or some set of rows. Selection is optional and availability of such feature
 	is defined on the component.
 	There are two ways to select a few rows:
@@ -103,7 +107,7 @@
 	column and the header of this column has been clicked again - the sorting will be
 	reversed.
 	</para>
-	
+
 <para>
       <emphasis role="bold">Those a the typical variants of using:</emphasis>
 </para>
@@ -128,7 +132,18 @@
 </rich:scrollableDataTable>
 ...
 ]]></programlisting>
-	
+<para>
+Finally, the component has the following extra attributes for event processing on the client:
+	<itemizedlist>
+			<listitem>onselectionchange</listitem>
+			<listitem>oncomplete</listitem>
+			<listitem>onRowClick</listitem>
+			<listitem>onRowDblClick</listitem>
+			<listitem>onRowMouseUp</listitem>
+			<listitem>onRowMouseDown</listitem>
+	</itemizedlist>
+
+</para>	
    </section>  
    
   <!--section>




More information about the richfaces-svn-commits mailing list