From 24f46c501e231e7f1ffa91d1490a02139123852e Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 31 Dec 2008 14:17:03 +0000 Subject: demos: added wrappers for sortables --- demos/sortable/connectwith.html | 15 +++++++++++++-- demos/sortable/default.html | 15 +++++++++++++-- demos/sortable/delaydistance.html | 15 +++++++++++++-- demos/sortable/droponempty.html | 15 +++++++++++++-- demos/sortable/droppable.html | 11 +++++++++++ demos/sortable/floating.html | 11 +++++++++++ demos/sortable/items.html | 11 +++++++++++ demos/sortable/placeholder.html | 11 +++++++++++ 8 files changed, 96 insertions(+), 8 deletions(-) diff --git a/demos/sortable/connectwith.html b/demos/sortable/connectwith.html index 95fe9bde5..c394b90bd 100644 --- a/demos/sortable/connectwith.html +++ b/demos/sortable/connectwith.html @@ -8,8 +8,8 @@ +
+
+ +
+ +

+The easiest way to make an element draggable. Hold down the mouse and drag it around. +

+ +
+ diff --git a/demos/sortable/default.html b/demos/sortable/default.html index 06e3ff0f6..e1d539b69 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.html @@ -8,8 +8,8 @@ +
+
+ +
+ +

+The easiest way to make an element draggable. Hold down the mouse and drag it around. +

+ +
+ diff --git a/demos/sortable/delaydistance.html b/demos/sortable/delaydistance.html index 8e5bc6033..c652666b7 100644 --- a/demos/sortable/delaydistance.html +++ b/demos/sortable/delaydistance.html @@ -8,8 +8,8 @@ +

Delay of 1000ms

@@ -47,5 +48,15 @@
  • Item 5
  • +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + diff --git a/demos/sortable/droponempty.html b/demos/sortable/droponempty.html index 84f135510..96b86c738 100644 --- a/demos/sortable/droponempty.html +++ b/demos/sortable/droponempty.html @@ -8,8 +8,8 @@ +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + diff --git a/demos/sortable/droppable.html b/demos/sortable/droppable.html index b6e2b5081..7aafaf2db 100644 --- a/demos/sortable/droppable.html +++ b/demos/sortable/droppable.html @@ -27,6 +27,7 @@ +

    Drop a list item on me - sortable items are automatically connected to droppables.

    @@ -40,5 +41,15 @@
  • Item 5
  • +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + diff --git a/demos/sortable/floating.html b/demos/sortable/floating.html index aae9dbdf9..77fd8df19 100644 --- a/demos/sortable/floating.html +++ b/demos/sortable/floating.html @@ -18,6 +18,7 @@ +
    • Item 1
    • @@ -34,5 +35,15 @@
    • Item 12
    +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + diff --git a/demos/sortable/items.html b/demos/sortable/items.html index 876c3cefb..66df1269c 100644 --- a/demos/sortable/items.html +++ b/demos/sortable/items.html @@ -23,6 +23,7 @@ +

    Completely exclude items from the sorting logic using the 'items' option

    @@ -44,5 +45,15 @@
  • Item 5
  • +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html index 4404821ff..634a09349 100644 --- a/demos/sortable/placeholder.html +++ b/demos/sortable/placeholder.html @@ -20,6 +20,7 @@ +
    • Item 1
    • @@ -34,5 +35,15 @@
    • Item 10
    +
    + +
    + +

    +The easiest way to make an element draggable. Hold down the mouse and drag it around. +

    + +
    + -- cgit v1.2.3