[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui/tests/visual/resizable/ -> resizable_ticket_4217.html (source)

   1  <!doctype html>
   2  <html lang="en">
   3  <head>
   4      <title>Resizable Visual Test : Resizable ticket #4217</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              handles: 'all',
  14              containment: 'parent'
  15          });
  16      });
  17      </script>
  18      <style type="text/css">
  19          #rprnt { width: 425px; height: 200px; border: 1px solid black; }

  20          #resizable { background: #cec; height: 100px; border: 1px dotted gray; }

  21          .ui-resizable-handle { width: 8px; height: 8px; border: 1px solid rgb(128, 128, 128); background: rgb(242, 242, 242); }
  22          .ui-resizable-n, .ui-resizable-s { left: 45%; }
  23          .ui-resizable-e, .ui-resizable-w { top: 45%; }
  24          .ui-resizable-se { bottom: -5px; right: -5px; }
  25      </style>
  26  </head>
  27  <body>
  28  
  29  <h1 class="ui-widget-header"><a href="http://dev.jqueryui.com/ticket/4217">#4217 - Resizable: displacement of element (in case of constraint resize area)</a></h1>
  30  <img src="http://dev.jqueryui.com/raw-attachment/ticket/4217/resizable.PNG">
  31  
  32  <div id="rprnt">
  33  
  34  <div id="resizable">
  35      <p>
  36          Resizable
  37      </p>
  38  </div>
  39  
  40  </div>
  41  
  42  </body>
  43  </html>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7