Author: amarkhel
Date: 2009-05-12 08:54:04 -0400 (Tue, 12 May 2009)
New Revision: 14118
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml
Log:
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml
===================================================================
---
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml 2009-05-12
12:44:33 UTC (rev 14117)
+++
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml 2009-05-12
12:54:04 UTC (rev 14118)
@@ -5,8 +5,8 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
xmlns:richx="http://richfaces.org/richx">
- <div><h:panelGrid columns="3">
- <h:outputText value="Image Dimension:"/><rich:inputNumberSlider
rendered="#{model.images.size > 0}" enableManualInput="false"
+ <div><h:panelGrid columns="3" rendered="#{model.images.size >
0}">
+ <h:outputText value="Image Dimension:"/><rich:inputNumberSlider
enableManualInput="false"
value="#{imageSizeHelper.value}" minValue="80"
maxValue="200"
showArrows="false" showBoundaryValues="true"
showInput="false"
step="40" width="100">