[richfaces-svn-commits] JBoss Rich Faces SVN: r2004 - trunk/samples/inputNumberSliderDemo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Aug 2 07:52:49 EDT 2007


Author: A.Skokov
Date: 2007-08-02 07:52:49 -0400 (Thu, 02 Aug 2007)
New Revision: 2004

Modified:
   trunk/samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp
Log:
http://jira.jboss.com/jira/browse/RF-455

Modified: trunk/samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp	2007-08-02 11:52:18 UTC (rev 2003)
+++ trunk/samples/inputNumberSliderDemo/src/main/webapp/pages/index.jsp	2007-08-02 11:52:49 UTC (rev 2004)
@@ -82,7 +82,7 @@
             <br/>
         </f:verbatim>
 
-        <rich:inputNumberSlider id="SliderId" showInput="#{bean.showInput}" showBoundaryValues="#{bean.showBoundaryValues}"
+        <rich:inputNumberSlider id="SliderId" inputPosition="left" showInput="#{bean.showInput}" showBoundaryValues="#{bean.showBoundaryValues}"
                                 showToolTip="true" disabled="#{bean.disabled}"
                                 value="1.4" step="0.1" minValue="1.2"
                                 maxValue="2.2"/>




More information about the richfaces-svn-commits mailing list