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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 27 10:46:20 EDT 2009


Author: ochikvina
Date: 2009-05-27 10:46:20 -0400 (Wed, 27 May 2009)
New Revision: 14374

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

Modified: branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml	2009-05-27 14:45:50 UTC (rev 14373)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml	2009-05-27 14:46:20 UTC (rev 14374)
@@ -65,8 +65,8 @@
                     <property>
                               <name>onselectionchange</name>
                               <classname>java.lang.String</classname>
-                              <description> HTML: script expression to invoke on changing of rows
-                                        selection </description>
+                              <description>The client side script method to be called when a selected row is changed
+                              </description>
                     </property>
                     <property>
                               <name>selectionMode</name>
@@ -180,44 +180,39 @@
                     <property>
                               <name>onRowClick</name>
                               <classname>java.lang.String</classname>
-                              <description> HTML: a script expression; a pointer button is clicked
-                                        on row </description>
+                              <description>The client side script method to be called when the row is clicked</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>
+                              <description>The client side script method to be called when the row is double-clicked</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 pointer is released over the row</description>
                     </property>
                     <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>onRowMouseOver</name>
                               <classname>java.lang.String</classname>
-                              <description>HTML: a script expression; a pointer is moved onto of row
+                              <description>The client side script method to be called when a pointer is moved onto the rows
                               </description>
                     </property>
                     <property>
                               <name>onRowMouseOut</name>
                               <classname>java.lang.String</classname>
-                              <description>HTML: a script expression; a pointer is moved away of row
+                              <description>The client side script method to be called when a pointer is moved away from the row
                               </description>
                     </property>
                     <property>
                               <name>onRowMouseMove</name>
                               <classname>java.lang.String</classname>
-                              <description>HTML: a script expression; a pointer is moved within of
-                                        row </description>
+                              <description>The client side script method to be called when a pointer is moved within the row</description>
                     </property>
                     <property>
                               <name>sortPriority</name>




More information about the richfaces-svn-commits mailing list