diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 03:07:22 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-29 03:07:22 +0000 |
commit | c0de47d1f64744e96ca08aed891f1ab27fed4831 (patch) | |
tree | 72f3a65b6916c4fe7a63475f7d25893b3e7ab7be /demos/resizable/index.html | |
parent | 7596969687dd414f3e17db1cd95afd90cfdf30a9 (diff) | |
download | jquery-ui-c0de47d1f64744e96ca08aed891f1ab27fed4831.tar.gz jquery-ui-c0de47d1f64744e96ca08aed891f1ab27fed4831.zip |
Resizable: Added demos for alsoResize, animate, aspectRation, containment, delay, distance, ghost, grid, max height/width, min height/width.
Diffstat (limited to 'demos/resizable/index.html')
-rw-r--r-- | demos/resizable/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/resizable/index.html b/demos/resizable/index.html index 2638983bb..e07831d1b 100644 --- a/demos/resizable/index.html +++ b/demos/resizable/index.html @@ -9,6 +9,16 @@ <dl class="nav">
<dt>Resizable</dt>
<dd><a href="default.html">Default</a></dd>
+ <dd><a href="alsoresize.html">Also Resize</a></dd>
+ <dd><a href="animate.html">Animate</a></dd>
+ <dd><a href="aspectratio.html">Aspect Ratio</a></dd>
+ <dd><a href="containment.html">Containment</a></dd>
+ <dd><a href="delay.html">Delay</a></dd>
+ <dd><a href="distance.html">Distance</a></dd>
+ <dd><a href="ghost.html">Ghost</a></dd>
+ <dd><a href="grid.html">Grid</a></dd>
+ <dd><a href="max.html">Max Height / Width</a></dd>
+ <dd><a href="min.html">Min Height / Width</a></dd>
</dl>
</body>
|