[richfaces-svn-commits] JBoss Rich Faces SVN: r14453 - branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 3 11:15:44 EDT 2009


Author: ochikvina
Date: 2009-06-03 11:15:44 -0400 (Wed, 03 Jun 2009)
New Revision: 14453

Modified:
   branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;

Modified: branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml	2009-06-03 15:06:36 UTC (rev 14452)
+++ branches/community/3.3.X/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml	2009-06-03 15:15:44 UTC (rev 14453)
@@ -139,7 +139,7 @@
 			<name>onselectionchange</name>
 			<classname>java.lang.String</classname>
 			<description>
-			HTML: script expression to invoke on changing of rows selection 
+				The client side script method to be called when a selected row is changed
 			</description>
 		</property>		
 
@@ -170,7 +170,7 @@
 		<property>
 			<name>onRowClick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is clicked on row
+			<description>The client-side script method to be called when the row is clicked
 			</description>
 		</property>	
 
@@ -224,19 +224,19 @@
 		<property>
 			<name>onRowMouseDown</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; a pointer button is pressed down on row</description>
+			<description>The client-side script method to be called when a mouse button is pressed down over the row</description>
 		</property>	
 			
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: script expression; a pointer button is released on row</description>
+			<description>The client-side script method to be called when a mouse button is released over the row</description>
 		</property>	
 			
 		<property>
 			<name>onRowDblClick</name>
 			<classname>java.lang.String</classname>
-			<description>HTML: a script expression; a pointer button is double-clicked on row
+			<description>The client-side script method to be called when the row is double-clicked
 			</description>
 		</property>	
 




More information about the richfaces-svn-commits mailing list