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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu May 28 11:14:41 EDT 2009


Author: ochikvina
Date: 2009-05-28 11:14:40 -0400 (Thu, 28 May 2009)
New Revision: 14396

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

Modified: branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml	2009-05-28 15:12:27 UTC (rev 14395)
+++ branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml	2009-05-28 15:14:40 UTC (rev 14396)
@@ -95,31 +95,28 @@
         <property>
             <name>onmousemove</name>
             <classname>java.lang.String</classname>
-            <description>HTML: a script expression; a pointer is moved
-                within</description>
+            <description>The client side script method to be called when a pointer is moved within the menu group</description>
         </property>
         <property>
             <name>onmouseout</name>
             <classname>java.lang.String</classname>
-            <description>HTML: a script expression; a pointer is moved
-                away</description>
+            <description>The client side script method to be called when a pointer is moved away from the menu group</description>
         </property>
         <property>
             <name>onmouseover</name>
             <classname>java.lang.String</classname>
-            <description>HTML: a script expression; a pointer is moved
-                onto</description>
+            <description>The client side script method to be called when a pointer is moved onto the menu group</description>
         </property>
         <property>
             <name>onopen</name>
             <classname>java.lang.String</classname>
-            <description>HTML: script expression; group was
+            <description>The client side script method to be called when a group is
                 opened</description>
         </property>
         <property>
             <name>onclose</name>
             <classname>java.lang.String</classname>
-            <description>HTML: script expression; group was
+            <description>The client side script method to be called when a group is
                 closed</description>
         </property>
 
@@ -246,8 +243,8 @@
         <property>
             <name>onselect</name>
             <classname>java.lang.String</classname>
-            <description>HTML: script expression; The onselect event occurs when
-                you select some menu item</description>
+            <description>The client side script method to be called when
+                a menu item is selected</description>
         </property>
         <property hidden="true">
             <name>ondblclick</name>




More information about the richfaces-svn-commits mailing list