Author: nbelaevski
Date: 2009-03-06 13:51:47 -0500 (Fri, 06 Mar 2009)
New Revision: 12880
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/ui/ImageSizeHelper.java
trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/inputNumberSlider.xhtml
Log:
Image resizer commented for demo
Modified:
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/ui/ImageSizeHelper.java
===================================================================
---
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/ui/ImageSizeHelper.java 2009-03-06
18:23:45 UTC (rev 12879)
+++
trunk/test-applications/realworld2/web/src/main/java/org/richfaces/realworld/ui/ImageSizeHelper.java 2009-03-06
18:51:47 UTC (rev 12880)
@@ -15,7 +15,7 @@
@Scope(ScopeType.CONVERSATION)
public class ImageSizeHelper {
- int value;
+ int value = 1;
final static String CSS_CLASS = "preview_box_album_";
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/inputNumberSlider.xhtml
===================================================================
---
trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/inputNumberSlider.xhtml 2009-03-06
18:23:45 UTC (rev 12879)
+++
trunk/test-applications/realworld2/web/src/main/webapp/includes/misc/inputNumberSlider.xhtml 2009-03-06
18:51:47 UTC (rev 12880)
@@ -18,7 +18,8 @@
height: 4px;
}
</style>
- <div>
+ <div>Input number slider will be here
+ <ui:remove>
<table border="0" cellpadding="0"
cellspacing="0">
<tr style="height: 20px; padding-botton: 3px">
<td>
@@ -62,5 +63,6 @@
<a4j:support event="onchange"
reRender="userAlbumImages"></a4j:support>
</rich:inputNumberSlider>
</td><td></td></tr></table>
- </div>
+ </ui:remove>
+ </div>
</ui:composition>
\ No newline at end of file
Show replies by date