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

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


Author: ochikvina
Date: 2009-06-03 11:16:19 -0400 (Wed, 03 Jun 2009)
New Revision: 14454

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

Modified: branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2009-06-03 15:15:44 UTC (rev 14453)
+++ branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml	2009-06-03 15:16:19 UTC (rev 14454)
@@ -156,7 +156,7 @@
         <property>
             <name>onsubmit</name>
             <classname>java.lang.String</classname>
-            <description>HTML: script expression; before ajax event is submited</description>
+            <description>The client-side script method to be called before an ajax event is submitted</description>
         </property>
         
         <property hidden="true">
@@ -204,15 +204,15 @@
             <name>onselect</name>
             <classname>java.lang.String</classname>
             <description>
-                HTML: script expression; after
-                value of target element is updated
+                The client-side script method to be called after the
+                value of the target element is updated
             </description>
         </property>
         <property>
             <name>onobjectchange</name>
             <classname>java.lang.String</classname>
             <description>
-                 HTML: script expression; selected objects are changed
+                The client-side script method to be called before the list of suggested objects is changed
             </description>
         </property>
         




More information about the richfaces-svn-commits mailing list