[richfaces-svn-commits] JBoss Rich Faces SVN: r5107 - in trunk/sandbox/ui/combobox/src/main: resources/org/richfaces/renderkit/html/css and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 29 09:20:24 EST 2007


Author: abelevich
Date: 2007-12-29 09:20:24 -0500 (Sat, 29 Dec 2007)
New Revision: 5107

Modified:
   trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml
   trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
new mockup update

Modified: trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml
===================================================================
--- trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml	2007-12-29 14:16:29 UTC (rev 5106)
+++ trunk/sandbox/ui/combobox/src/main/config/resources/resource-config.xml	2007-12-29 14:20:24 UTC (rev 5107)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <resource-config>
-	<resource class="org.richfaces.renderkit.images.ComboBoxBtnGradient">
+	<resource class="org.richfaces.renderkit.images.ComboBoxButtonGradient">
 		<name>org.richfaces.renderkit.images.ComboBoxBtnGradient</name>
 	</resource>
 	<resource class="org.richfaces.renderkit.images.ComboBoxInputGradient">
 		<name>org.richfaces.renderkit.images.ComboBoxInputGradient</name>
 	</resource>
-	<resource class="org.richfaces.renderkit.images.ComboBoxImage">
-		<name>org.richfaces.renderkit.images.ComboBoxImage</name>
+	<resource class="org.richfaces.renderkit.images.ComboBoxArrowImage">
+		<name>org.richfaces.renderkit.images.ComboBoxArrowImage</name>
 	</resource>
 </resource-config>

Modified: trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss
===================================================================
--- trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2007-12-29 14:16:29 UTC (rev 5106)
+++ trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/css/combobox.xcss	2007-12-29 14:20:24 UTC (rev 5107)
@@ -97,7 +97,7 @@
 	/*gradient - from generalBackgroundColor to tabBackgroundColor, background-color - tabBackgroundColor*/
 	<u:selector name=".rich_cb_button_bg">
 		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.images.ComboBoxBtnGradient" />
+			<f:resource f:key="org.richfaces.renderkit.images.ComboBoxButtonGradient" />
 		</u:style>
 	</u:selector>
 	
@@ -109,7 +109,7 @@
 	
 	<u:selector name=".rich_cb_button_arrow">
 		<u:style name="background-image">
-			<f:resource f:key="org.richfaces.renderkit.images.ComboBoxImage" />
+			<f:resource f:key="org.richfaces.renderkit.images.ComboBoxArrowImage" />
 		</u:style>
 	</u:selector>
 	

Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-29 14:16:29 UTC (rev 5106)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-29 14:20:24 UTC (rev 5107)
@@ -11,7 +11,6 @@
 	component="org.richfaces.component.UIComboBox"> 
 	
 	<h:styles>css/combobox.xcss</h:styles>
-	<f:resource name="org.richfaces.renderkit.images.ComboBoxImage" var="combo_img" /> 
 	<h:scripts>
 			new org.ajax4jsf.javascript.PrototypeScript(),
 			scripts/comboboxUtils.js,




More information about the richfaces-svn-commits mailing list