r1402 - trunk/demos/droppable

r1402 - trunk/demos/droppable


Author: paul.bakaus
Date: Wed Dec 31 06:10:05 2008
New Revision: 1402
Modified:
trunk/demos/droppable/accept.html
trunk/demos/droppable/activeclass.html
trunk/demos/droppable/default.html
trunk/demos/droppable/greedy.html
trunk/demos/droppable/hoverclass.html
trunk/demos/droppable/revert.html
trunk/demos/droppable/tolerance.html
Log:
demos: added wrappers for droppable demos
Modified: trunk/demos/droppable/accept.html
==============================================================================
--- trunk/demos/droppable/accept.html    (original)
+++ trunk/demos/droppable/accept.html    Wed Dec 31 06:10:05 2008
@@ -30,7 +30,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable-nonvalid" class="ui-widget-content">
    

I'm draggable but can't be dropped


</div>
@@ -43,5 +44,14 @@
    

accept: '#draggable'


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/activeclass.html
==============================================================================
--- trunk/demos/droppable/activeclass.html    (original)
+++ trunk/demos/droppable/activeclass.html    Wed Dec 31 06:10:05 2008
@@ -27,7 +27,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

Drag me to my target


</div>
@@ -36,5 +37,14 @@
    

Drop here


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/default.html
==============================================================================
--- trunk/demos/droppable/default.html    (original)
+++ trunk/demos/droppable/default.html    Wed Dec 31 06:10:05 2008
@@ -25,7 +25,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

Drag me to my target


</div>
@@ -34,5 +35,14 @@
    

Drop here


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/greedy.html
==============================================================================
--- trunk/demos/droppable/greedy.html    (original)
+++ trunk/demos/droppable/greedy.html    Wed Dec 31 06:10:05 2008
@@ -39,7 +39,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

Drag me to my target


</div>
@@ -58,5 +59,14 @@
    </div>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/hoverclass.html
==============================================================================
--- trunk/demos/droppable/hoverclass.html    (original)
+++ trunk/demos/droppable/hoverclass.html    Wed Dec 31 06:10:05 2008
@@ -26,7 +26,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

Drag me to my target


</div>
@@ -35,5 +36,14 @@
    

Drop here


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/revert.html
==============================================================================
--- trunk/demos/droppable/revert.html    (original)
+++ trunk/demos/droppable/revert.html    Wed Dec 31 06:10:05 2008
@@ -30,7 +30,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

I revert when I'm dropped


</div>
@@ -43,5 +44,14 @@
    

Drop me here


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>
Modified: trunk/demos/droppable/tolerance.html
==============================================================================
--- trunk/demos/droppable/tolerance.html    (original)
+++ trunk/demos/droppable/tolerance.html    Wed Dec 31 06:10:05 2008
@@ -56,7 +56,8 @@
    </script>
</head>
<body>
-
+<div class="demo">
+    
<div id="draggable" class="ui-widget-content">
    

Drag me to my target


</div>
@@ -79,5 +80,14 @@
    

tolerance: 'touch'


</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+


+<!-- Add description here -->
+


+
+</div><!-- End demo-description -->
</body>
</html>