diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-15 21:57:33 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-15 21:57:33 +0000 |
commit | c1447173c659c78e036b5c4c6bc91de26e84a13b (patch) | |
tree | 9570bf673044c0934b108d5ff94fef43ea15f924 /demos/draggable/scroll.html | |
parent | 3530c1f3f8fe11e16451ef1cb49ae9f63a1b3b59 (diff) | |
download | jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.tar.gz jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.zip |
completed reorganization of draggable demos
Diffstat (limited to 'demos/draggable/scroll.html')
-rw-r--r-- | demos/draggable/scroll.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index 371cec747..f94dd6609 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Draggable - Scroll Demo</title> + <title>jQuery UI Draggable - Auto-scroll</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -40,7 +40,7 @@ <div class="demo-description"> <p> -<!-- Add description here --> +Automatically scroll the document when the draggable is moved beyond the viewport. Set the <strong>scroll</strong> option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the <strong>scrollSensitivity</strong> and <strong>scrollSpeed</strong> options. </p> </div><!-- End demo-description --> |