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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 24 08:47:57 EDT 2009


Author: ochikvina
Date: 2009-04-24 08:47:57 -0400 (Fri, 24 Apr 2009)
New Revision: 13827

Modified:
   trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
Log:
https://jira.jboss.org/jira/browse/RF-6845 - The descriptions for event handlers are updated. The description for "onbeforshow" is added to the Details of Usage section.

Modified: trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- trunk/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-04-24 12:45:24 UTC (rev 13826)
+++ trunk/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-04-24 12:47:57 UTC (rev 13827)
@@ -77,27 +77,27 @@
 		<property>
 			<name>onselect</name>
 			<classname>java.lang.String</classname>
-			<description>The clientside script method to be called when the color is selected</description>
+			<description>The client side script method to be called when the color is selected</description>
 		</property>
 		<property>
 			<name>onchange</name>
 			<classname>java.lang.String</classname>
-			<description>The clientside script method to be called when the element value was changed</description>
+			<description>The client side script method to be called when the element value was changed</description>
 		</property>
 		<property>
 			<name>onbeforeshow</name>
 			<classname>java.lang.String</classname>
-			<description>The clientside script method to be called before the element is open</description>
+			<description>The client side script method to be called before the component widget is opened</description>
 		</property>
 		<property>
 			<name>onshow</name>
 			<classname>java.lang.String</classname>
-			<description>The clientside script method to be called when the element is open</description>
+			<description>The client side script method to be called when the component widget is displayed</description>
 		</property>
 		<property>
 			<name>onhide</name>
 			<classname>java.lang.String</classname>
-			<description>The clientside script method to be called before the element is hidden</description>
+			<description>The client side script method to be called before the component widget is hidden</description>
 		</property>
 		
 	</component>




More information about the richfaces-svn-commits mailing list