examples/resizable/basic.html
authorChris <chris@roojs.com>
Mon, 25 Nov 2013 07:46:20 +0000 (15:46 +0800)
committerChris <chris@roojs.com>
Mon, 25 Nov 2013 07:46:20 +0000 (15:46 +0800)
examples/resizable/basic.html

index 35535cf..431cf81 100644 (file)
@@ -185,6 +185,8 @@ Warning: Snapping and preserveRatio conflict and can not be used together.
     duration:.6
 });</code></pre>
 Warning: for obvious reasons animate and dynamic resizing can not be used together.
+<hr>
+
 <img id="custom" src="sara_and_zack.jpg" width="200" height="152" style="position:absolute;left:0;top:0;"/>
 <div style="padding:8px;border:1px solid #c3daf9;background:#d9e8fb;width:150px;text-align:center;"><button id="showMe">Show Me</button></div>
 <pre class="code"><code>var custom = new Ext.Resizable('custom', {
@@ -197,6 +199,6 @@ Warning: for obvious reasons animate and dynamic resizing can not be used togeth
     handles: 'all', // shorthand for 'n s e w ne nw se sw'
     draggable:true
 });</code></pre>
-<hr>
+
 </body>
 </html>