aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/placeholder.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-16 22:51:33 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-16 22:51:33 +0000
commit1dfb222e4d0b300230d1f6b5922eba0b49df15ca (patch)
treef35397b9dcf6001aeb8ac1942bfa8ee541b4fe60 /demos/sortable/placeholder.html
parentc3591d49d67b97ca81faabeb5f24558f02d2ed55 (diff)
downloadjquery-ui-1dfb222e4d0b300230d1f6b5922eba0b49df15ca.tar.gz
jquery-ui-1dfb222e4d0b300230d1f6b5922eba0b49df15ca.zip
reorganized/renamed sortable demos
Diffstat (limited to 'demos/sortable/placeholder.html')
-rw-r--r--demos/sortable/placeholder.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html
index 339421c9a..057297282 100644
--- a/demos/sortable/placeholder.html
+++ b/demos/sortable/placeholder.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Sortable - Placeholder Demo</title>
+ <title>jQuery UI Sortable - Drop placeholder</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>
@@ -36,9 +36,7 @@
<div class="demo-description">
-<p>
-
-</p>
+<p>When dragging a sortable item to a new location, other items will make room for the that item by shifting to allow white space between them. Pass a class into the <strong>placeholder</strong> option to style that space to be visible. Use the boolean <strong>forcePlaceholderSize</strong> option to set dimensions on the placeholder.</p>
</div><!-- End demo-description -->