From a5cb5eab2e879d85bdaba2a0e93744411416a436 Mon Sep 17 00:00:00 2001 From: Bohdan Ganicky Date: Sat, 17 Jan 2009 00:58:18 +0000 Subject: demos/droppable: added Simple photo manager demo --- demos/droppable/images/high_tatras.jpg | Bin 0 -> 23627 bytes demos/droppable/images/high_tatras2.jpg | Bin 0 -> 26332 bytes demos/droppable/images/high_tatras2_min.jpg | Bin 0 -> 2164 bytes demos/droppable/images/high_tatras3.jpg | Bin 0 -> 25219 bytes demos/droppable/images/high_tatras3_min.jpg | Bin 0 -> 1901 bytes demos/droppable/images/high_tatras4.jpg | Bin 0 -> 25656 bytes demos/droppable/images/high_tatras4_min.jpg | Bin 0 -> 2541 bytes demos/droppable/images/high_tatras_min.jpg | Bin 0 -> 2147 bytes demos/droppable/index.html | 3 +- demos/droppable/photo_manager.html | 160 ++++++++++++++++++++++++++++ 10 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 demos/droppable/images/high_tatras.jpg create mode 100644 demos/droppable/images/high_tatras2.jpg create mode 100644 demos/droppable/images/high_tatras2_min.jpg create mode 100644 demos/droppable/images/high_tatras3.jpg create mode 100644 demos/droppable/images/high_tatras3_min.jpg create mode 100644 demos/droppable/images/high_tatras4.jpg create mode 100644 demos/droppable/images/high_tatras4_min.jpg create mode 100644 demos/droppable/images/high_tatras_min.jpg create mode 100644 demos/droppable/photo_manager.html diff --git a/demos/droppable/images/high_tatras.jpg b/demos/droppable/images/high_tatras.jpg new file mode 100644 index 000000000..e2365c29e Binary files /dev/null and b/demos/droppable/images/high_tatras.jpg differ diff --git a/demos/droppable/images/high_tatras2.jpg b/demos/droppable/images/high_tatras2.jpg new file mode 100644 index 000000000..909024a57 Binary files /dev/null and b/demos/droppable/images/high_tatras2.jpg differ diff --git a/demos/droppable/images/high_tatras2_min.jpg b/demos/droppable/images/high_tatras2_min.jpg new file mode 100644 index 000000000..493e0824a Binary files /dev/null and b/demos/droppable/images/high_tatras2_min.jpg differ diff --git a/demos/droppable/images/high_tatras3.jpg b/demos/droppable/images/high_tatras3.jpg new file mode 100644 index 000000000..05a43956f Binary files /dev/null and b/demos/droppable/images/high_tatras3.jpg differ diff --git a/demos/droppable/images/high_tatras3_min.jpg b/demos/droppable/images/high_tatras3_min.jpg new file mode 100644 index 000000000..4aa96b01e Binary files /dev/null and b/demos/droppable/images/high_tatras3_min.jpg differ diff --git a/demos/droppable/images/high_tatras4.jpg b/demos/droppable/images/high_tatras4.jpg new file mode 100644 index 000000000..ed753d1e3 Binary files /dev/null and b/demos/droppable/images/high_tatras4.jpg differ diff --git a/demos/droppable/images/high_tatras4_min.jpg b/demos/droppable/images/high_tatras4_min.jpg new file mode 100644 index 000000000..794dbdf78 Binary files /dev/null and b/demos/droppable/images/high_tatras4_min.jpg differ diff --git a/demos/droppable/images/high_tatras_min.jpg b/demos/droppable/images/high_tatras_min.jpg new file mode 100644 index 000000000..51e0cdedf Binary files /dev/null and b/demos/droppable/images/high_tatras_min.jpg differ diff --git a/demos/droppable/index.html b/demos/droppable/index.html index 9ab53f173..85719e1be 100644 --- a/demos/droppable/index.html +++ b/demos/droppable/index.html @@ -13,7 +13,8 @@
  • Accepted elements
  • Prevent propagation
  • Visual feedback
  • -
  • Revert draggable position
  • +
  • Revert draggable position
  • +
  • Simple photo manager
  • diff --git a/demos/droppable/photo_manager.html b/demos/droppable/photo_manager.html new file mode 100644 index 000000000..47e656c3f --- /dev/null +++ b/demos/droppable/photo_manager.html @@ -0,0 +1,160 @@ + + + + jQuery UI Droppable - Simple photo manager + + + + + + + + + + + + +
    + + + +
    +

    Trash Trash

    +
    + +
    + +
    + +

    You can delete an image either by dragging it to the Trash or by clicking the trash icon.

    +

    You can "recycle" an image by dragging it back to the gallery or by clicking the recycle icon.

    +

    You can view larger image by clicking the zoom icon. jQuery UI dialog widget is used for the modal window.

    + +
    + + -- cgit v1.2.3