[richfaces-svn-commits] JBoss Rich Faces SVN: r13969 - trunk/ui/pickList/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 10:33:21 EDT 2009


Author: ochikvina
Date: 2009-04-30 10:33:21 -0400 (Thu, 30 Apr 2009)
New Revision: 13969

Modified:
   trunk/ui/pickList/src/main/config/component/picklist.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the event handlers descriptions are unified;

Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml	2009-04-30 14:31:47 UTC (rev 13968)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml	2009-04-30 14:33:21 UTC (rev 13969)
@@ -273,12 +273,12 @@
 		    <property>
 	        	<name>onlistchanged</name>
 	        	<classname>java.lang.String</classname>
-	        	<description>HTML: a script expression; a list is changed</description>
+		    	<description>The client side script method to be called before the list is changed</description>
 		    </property>
 		    <property>
 	        	<name>onlistchange</name>
 	        	<classname>java.lang.String</classname>
-	        	<description>HTML: a script expression; before a list is changed</description>
+		    	<description>The client side script method to be called when the list is changed</description>
 		    </property>
        		<property>
        			<name>disabled</name>
@@ -324,12 +324,12 @@
 		    <property>
 		    	<name>onfocus</name>
 		    	<classname>java.lang.String</classname>
-				<description>HTML: script expression; the element got the focus</description>
+		    	<description>The client side script method to be called when the component gets the focus</description>
 		    </property>
 		    <property>
 		    	<name>onblur</name>
 		    	<classname>java.lang.String</classname>
-				<description>HTML: script expression; the element lost the focus</description>
+		    	<description>The client side script method to be called when the component loses the focus</description>
 		    </property>
 	          	       		
 			<property>




More information about the richfaces-svn-commits mailing list