| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title>Resizable Visual Test : Resizable ticket #4199</title> 5 <link rel="stylesheet" href="../visual.css" type="text/css" /> 6 <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> 7 <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> 8 <script type="text/javascript" src="../../../ui/ui.core.js"></script> 9 <script type="text/javascript" src="../../../ui/ui.resizable.js"></script> 10 <script type="text/javascript"> 11 $(function() { 12 $("#resizable").resizable({ 13 containment:"#container", 14 aspectRatio: true 15 }); 16 }); 17 </script> 18 <style type="text/css"> 19 #container { width: 250px; height: 250px; border: 1px solid black; } 20 #resizable { background: gray; width: 70px; height: 30px; } 21 </style> 22 </head> 23 <body> 24 25 <h1 class="ui-widget-header"><a href="http://dev.jqueryui.com/ticket/4199">#4199 - resizable with containment boundary - aspectRatio breaks.</a></h1> 26 27 <div id="container"> 28 29 <div id="resizable">Resizable</div> 30 31 </div> 32 33 </body> 34 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |