[richfaces-svn-commits] JBoss Rich Faces SVN: r395 - trunk/richfaces/inputnumber-slider/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 13 07:42:11 EDT 2007


Author: sergeyhalipov
Date: 2007-04-13 07:42:11 -0400 (Fri, 13 Apr 2007)
New Revision: 395

Modified:
   trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
Log:
onfocus and onblur attributes added to text input.

Modified: trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
--- trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2007-04-13 10:59:04 UTC (rev 394)
+++ trunk/richfaces/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2007-04-13 11:42:11 UTC (rev 395)
@@ -66,7 +66,9 @@
 										style="#{component.attributes['inputStyle']} #{color}"
 										readonly="#{inputReadOnly}"
 										disabled="#{disabled}"
-										onselect="#{component.attributes['onselect']}"
+										onselect="#{component.attributes['onselect']}"
+										onfocus="#{component.attributes['onfocus']}"
+										onblur="#{component.attributes['onblur']}"
 										accesskey="#{component.attributes['accesskey']}"
 										size="#{component.attributes['inputSize']}"
 										maxlength="#{component.attributes['maxlength']}"




More information about the richfaces-svn-commits mailing list