Author: SergeySmirnov
Date: 2007-11-20 19:20:57 -0500 (Tue, 20 Nov 2007)
New Revision: 4124
Modified:
trunk/sandbox/samples/rex-demo/src/main/webapp/welcome.xhtml
Log:
Modified: trunk/sandbox/samples/rex-demo/src/main/webapp/welcome.xhtml
===================================================================
--- trunk/sandbox/samples/rex-demo/src/main/webapp/welcome.xhtml 2007-11-21 00:20:21 UTC
(rev 4123)
+++ trunk/sandbox/samples/rex-demo/src/main/webapp/welcome.xhtml 2007-11-21 00:20:57 UTC
(rev 4124)
@@ -38,20 +38,7 @@
production unless the legal issues with <a
href="http://extjs.com/license">Ext JS license</a>
is resolved.
</p>
- <button onclick="resizePic(500,427)">100% of Size</button>
- <button onclick="resizePic(250,212)">50% of Size</button>
- <script>
- function resizePic(w,h) {
- window.pic.resizeTo(w,h);
- }
- </script>
- <rexr:resizable wrap="true" name="window.pic"
easing="easingInStrong"
- pinned="false" handles="s se e" preserveRatio = "true"
transparent="true"
- minWidth="50" width="204" height="176"
styleClass="res">
- <h:graphicImage id="gm2" width="204" height="176"
value="/images/bfly.jpg" />
- </rexr:resizable>
-
</ui:define>
</ui:composition>