[richfaces-svn-commits] JBoss Rich Faces SVN: r14157 - trunk/test-applications/jsp/src/main/webapp/ColorPicker.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 09:23:13 EDT 2009


Author: Vadim Mikovoz
Date: 2009-05-13 09:23:13 -0400 (Wed, 13 May 2009)
New Revision: 14157

Modified:
   trunk/test-applications/jsp/src/main/webapp/ColorPicker/ColorPicker.jsp
Log:


Modified: trunk/test-applications/jsp/src/main/webapp/ColorPicker/ColorPicker.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ColorPicker/ColorPicker.jsp	2009-05-13 12:28:15 UTC (rev 14156)
+++ trunk/test-applications/jsp/src/main/webapp/ColorPicker/ColorPicker.jsp	2009-05-13 13:23:13 UTC (rev 14157)
@@ -15,9 +15,13 @@
 		onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
 		onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
 		onmouseup="#{event.onmouseup}"
+		onchange="#{event.onchange}"
+		onhide="#{event.onhide}"
+		onshow="#{event.onshow}"
+		onselect="#{event.onselect}"
+		onbeforeshow="#{event.onbeforeshow}"
 		rendered="#{colorPicker.rendered and !colorPicker.facets}"
-		required="#{colorPicker.required}"
-		value="#{colorPicker.value}"
+		required="#{colorPicker.required}" value="#{colorPicker.value}"
 		showEvent="#{colorPicker.showEvent}"
 		validator="#{colorPicker.validate}"
 		validatorMessage="#{colorPicker.validatorMessage}"
@@ -40,11 +44,13 @@
 			<h:graphicImage value="/ColorPicker/images/colorPicker_ico.png"
 				width="18px" height="18px"></h:graphicImage>
 		</f:facet>
-		<f:facet name="arrows">
+	</rich:colorPicker>
+
+	<rich:colorPicker>
+		<f:facet name="icon">
 			<h:graphicImage value="/ColorPicker/images/colorPicker_ico.png"
-				width="30px" height="5px"></h:graphicImage>
+				width="18px" height="18px"></h:graphicImage>
 		</f:facet>
 	</rich:colorPicker>
 
-
 </f:subview>




More information about the richfaces-svn-commits mailing list