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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 14:13:46 EDT 2009


Author: ochikvina
Date: 2009-06-04 14:13:45 -0400 (Thu, 04 Jun 2009)
New Revision: 14517

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

Modified: branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml	2009-06-04 18:07:58 UTC (rev 14516)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml	2009-06-04 18:13:45 UTC (rev 14517)
@@ -177,14 +177,14 @@
         <property>
            <name>ondrop</name>
            <classname>java.lang.String</classname>
-		   <description>It's an event that is called when something is dropped on a drop zone</description>
+        	<description>The client-side script method to be called when something is dropped into the drop zone</description>
         </property>
         
 		<property>
            <name>oncontextmenu</name>
            <classname>java.lang.String</classname>
-           <description>JavaScript handler to be called on right click.
-		   Returning false prevents default browser context menu from being displayed</description>
+           <description>The client-side script method to be called when the right mouse button is clicked over the component.
+		   Returning false prevents a default browser context menu from being displayed.</description>
 		</property>
 		<property>
            <name>rightClickSelection</name>




More information about the richfaces-svn-commits mailing list