| [ 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 option aspectRatio 0.5</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 aspectRatio: 0.5 14 }); 15 }); 16 </script> 17 <style type="text/css"> 18 #resizable { width: 100px; height: 100px; background: silver; } 19 </style> 20 </head> 21 <body> 22 23 <div id="resizable">Resizable</div> 24 25 </body> 26 </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 |