]> source.dussan.org Git - jquery-ui.git/commitdiff
reorganized/renamed the droppable demos
authorMaggie Costello Wachs <fg.maggie@gmail.com>
Fri, 16 Jan 2009 21:11:47 +0000 (21:11 +0000)
committerMaggie Costello Wachs <fg.maggie@gmail.com>
Fri, 16 Jan 2009 21:11:47 +0000 (21:11 +0000)
demos/droppable/default.html
demos/droppable/hoverclass.html
demos/droppable/index.html
demos/droppable/revert.html

index f3aef8c7c9803a757de663bb9a72ce284d4b5f30..b78d166d3645f1aabe3ed9cfe4ecc16f6d3ebbc8 100644 (file)
@@ -39,9 +39,7 @@
 
 <div class="demo-description">
 
-<p>
-<!-- Add description here -->
-</p>
+<p>Enable any DOM element to be droppable, a target for draggable elements.</p>
 
 </div><!-- End demo-description -->
 </body>
index 0fb61ba31ef465d00bcb162603bf850b49038876..9b12177f4b0058c39a90efcebd819719dd021967 100644 (file)
@@ -36,6 +36,8 @@
        <p>Drop here</p>
 </div>
 
+<!-- add active class demo -->
+
 </div><!-- End demo -->
 
 <div class="demo-description">
index 2fba6883d163310316a6a05a5bdfd287e6dc504f..9ab53f1737c88e15c5522ee5abd8657fbc431bad 100644 (file)
@@ -9,12 +9,11 @@
 <div class="demos-nav">
        <h4>Examples</h4>
        <ul>
-               <li class="demo-config-on"><a href="default.html">Default Droppable</a></li>
-               <li><a href="accept.html">Accept</a></li>
-               <li><a href="hoverclass.html">Hover class</a></li>
-               <li><a href="activeclass.html">Active class</a></li>
-               <li><a href="greedy.html">Greedy</a></li>
-               <li><a href="revert.html">Revert</a></li>
+               <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
+               <li><a href="accepted-elements.html">Accepted elements</a></li>
+               <li><a href="propagation.html">Prevent propagation</a></li>
+               <li><a href="visual-feedback.html">Visual feedback</a></li>
+               <li><a href="revert.html">Revert draggable position</a></li>            
        </ul>
 </div>
 
index 44f2864dd5e87bc68f4b1f31eb978cf651ca0cce..66fde2bfa0665356ee9f0ae76697c0f0a15e160b 100644 (file)
@@ -1,7 +1,7 @@
 <!doctype html>
 <html lang="en">
 <head>
-       <title>jQuery UI Droppable - Revert Demo</title>
+       <title>jQuery UI Droppable - Revert draggable position</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>
@@ -48,9 +48,7 @@
 
 <div class="demo-description">
 
-<p>
-<!-- Add description here -->
-</p>
+<p>Return the draggable (or it's helper) to its original location when dragging stops with the boolean <strong>revert</strong> option set on the <strong>draggable</strong>.</p>
 
 </div><!-- End demo-description -->
 </body>