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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 23 08:32:01 EDT 2009


Author: ochikvina
Date: 2009-04-23 08:32:01 -0400 (Thu, 23 Apr 2009)
New Revision: 13792

Modified:
   trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
Log:
https://jira.jboss.org/jira/browse/RF-6845 - the descriptions for the onbeforeshow, onchange, onselect, onshow and onhide attributes are added;

Modified: trunk/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- trunk/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-04-23 12:23:48 UTC (rev 13791)
+++ trunk/ui/colorPicker/src/main/config/component/colorPicker.xml	2009-04-23 12:32:01 UTC (rev 13792)
@@ -77,22 +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>
 		</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>
 		</property>
 		<property>
 			<name>onbeforeshow</name>
 			<classname>java.lang.String</classname>
+			<description>The clientside script method to be called before the element is open</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>
 		</property>
 		<property>
 			<name>onhide</name>
 			<classname>java.lang.String</classname>
+			<description>The clientside script method to be called before the element is hidden</description>
 		</property>
 		
 	</component>




More information about the richfaces-svn-commits mailing list