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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jun 3 04:38:47 EDT 2009


Author: ochikvina
Date: 2009-06-03 04:38:47 -0400 (Wed, 03 Jun 2009)
New Revision: 14449

Modified:
   branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
   branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
   branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - correcting the 'onRowMouseUp' attribute description;

Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml	2009-06-03 07:18:16 UTC (rev 14448)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml	2009-06-03 08:38:47 UTC (rev 14449)
@@ -173,7 +173,7 @@
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>The client side script method to be called when a pointer is released over the row
+			<description>The client side script method to be called when a mouse button is released over the row
 			</description>
 		</property>
 		<property>

Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml	2009-06-03 07:18:16 UTC (rev 14448)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml	2009-06-03 08:38:47 UTC (rev 14449)
@@ -171,7 +171,7 @@
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>The client side script method to be called when a pointer is released over the row
+			<description>The client side script method to be called when a mouse button is released over the row
 			</description>
 		</property>
 		<property>

Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml	2009-06-03 07:18:16 UTC (rev 14448)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml	2009-06-03 08:38:47 UTC (rev 14449)
@@ -147,7 +147,7 @@
 		<property>
 			<name>onRowMouseUp</name>
 			<classname>java.lang.String</classname>
-			<description>The client side script method to be called when a pointer is released over the row
+			<description>The client side script method to be called when a mouse button is released over the row
 			</description>
 		</property>
 		<property>




More information about the richfaces-svn-commits mailing list