[richfaces-svn-commits] JBoss Rich Faces SVN: r11951 - in trunk/ui/calendar/src/main: templates/org/richfaces and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 20 11:08:52 EST 2008


Author: dmorozov
Date: 2008-12-20 11:08:52 -0500 (Sat, 20 Dec 2008)
New Revision: 11951

Modified:
   trunk/ui/calendar/src/main/config/component/calendar.xml
   trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4881

Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml	2008-12-20 15:58:34 UTC (rev 11950)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml	2008-12-20 16:08:52 UTC (rev 11951)
@@ -329,8 +329,17 @@
 				replacing any message that comes from the converter
 			</description>
 		</property>
-
 		<property>
+			<name>oninputmouseover</name>
+			<classname>java.lang.String</classname>
+			<description></description>
+		</property>
+		<property>
+			<name>oninputmouseout</name>
+			<classname>java.lang.String</classname>
+			<description></description>
+		</property>
+		<property>
 			<name>ondateselect</name>
 			<classname>java.lang.String</classname>
 			<description>onDateSelect event handler</description>

Modified: trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
--- trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2008-12-20 15:58:34 UTC (rev 11950)
+++ trunk/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2008-12-20 16:08:52 UTC (rev 11951)
@@ -65,6 +65,8 @@
 			onkeypress="#{component.attributes['oninputkeypress']}"
 			onkeydown="#{component.attributes['oninputkeydown']}"
 			onkeyup="#{component.attributes['oninputkeyup']}"
+			onmouseover="#{component.attributes['oninputmouseover']}"
+			onmouseout="#{component.attributes['oninputmouseout']}"
 			size="#{component.attributes['inputSize']}"
 			style="vertical-align: middle; #{component.attributes['inputStyle']}"
 			class="rich-calendar-input #{component.attributes['inputClass']}"




More information about the richfaces-svn-commits mailing list