From 0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 27 Jan 2009 10:08:19 +0000 Subject: demos: fixed file naming inconsistency. Multiple words now separated by hyphen, not underscore --- demos/droppable/photo-manager.html | 160 +++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 demos/droppable/photo-manager.html (limited to 'demos/droppable/photo-manager.html') diff --git a/demos/droppable/photo-manager.html b/demos/droppable/photo-manager.html new file mode 100644 index 000000000..16a816ea4 --- /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