[richfaces-svn-commits] JBoss Rich Faces SVN: r5197 - trunk/sandbox/ui/combobox/src/main/config/resources.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 8 13:43:03 EST 2008


Author: abelevich
Date: 2008-01-08 13:43:03 -0500 (Tue, 08 Jan 2008)
New Revision: 5197

Modified:
   trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml
Log:
add gradient images

Modified: trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml	2008-01-08 18:42:36 UTC (rev 5196)
+++ trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml	2008-01-08 18:43:03 UTC (rev 5197)
@@ -9,4 +9,12 @@
 	<resource class="org.richfaces.renderkit.images.ComboBoxArrowImage">
 		<name>org.richfaces.renderkit.images.ComboBoxArrowImage</name>
 	</resource>
+	<resource class="org.richfaces.renderkit.images.ComboBoxButtonPressGradient">
+		<name>org.richfaces.renderkit.images.ComboBoxButtonPressGradient</name>
+	</resource>
+	<resource class="org.richfaces.renderkit.images.ComboBoxDisableButtonGradient">
+		<name>org.richfaces.renderkit.images.ComboBoxDisableButtonGradient</name>
+	</resource>
+	
+	
 </resource-config>




More information about the richfaces-svn-commits mailing list