[richfaces-svn-commits] JBoss Rich Faces SVN: r5000 - trunk/sandbox/ui/combobox/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 22 12:25:36 EST 2007


Author: abelevich
Date: 2007-12-22 12:25:36 -0500 (Sat, 22 Dec 2007)
New Revision: 5000

Modified:
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
onclick on button = 'false'

Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-22 17:05:08 UTC (rev 4999)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-22 17:25:36 UTC (rev 5000)
@@ -12,6 +12,8 @@
 			new org.ajax4jsf.javascript.PrototypeScript(),/org/richfaces/renderkit/html/scripts/combobox.js
 	</h:scripts>
 	
+	 <f:resource	name="org.richfaces.renderkit.html.images.SpinnerButtonDown" var="down_arrow" />
+	
 	<f:clientid var="clientId" />
 
 	<table  cellpadding="0" cellspacing="0" id="#{clientId}">
@@ -21,7 +23,7 @@
 					<input type="text" id="#{clientId}_input"/>
 				</td>
 				<td style="padding: 0px 4px 0px 4px">
-					<input type="image" src="down.gif" id="#{clientId}_button"/>
+					<input type="image" src="#{down_arrow}" id="#{clientId}_button" onclick="return false;"/>
 				</td>
 			</tr>
 		</tbody>




More information about the richfaces-svn-commits mailing list