From a7abe24382bac00243fd19ebc2cdde87569eab79 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 22 Oct 2012 19:46:18 -0700 Subject: more file cleanup --- .../demos/draggable/visual-feedback.html | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 include/jquery_ui/development-bundle/demos/draggable/visual-feedback.html (limited to 'include/jquery_ui/development-bundle/demos/draggable/visual-feedback.html') diff --git a/include/jquery_ui/development-bundle/demos/draggable/visual-feedback.html b/include/jquery_ui/development-bundle/demos/draggable/visual-feedback.html deleted file mode 100644 index 26b6e1084..000000000 --- a/include/jquery_ui/development-bundle/demos/draggable/visual-feedback.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - jQuery UI Draggable - Visual feedback - - - - - - - - - - - - -
- -

With helpers:

- -
-

Original

-
- -
-

Semi-transparent clone

-
- -
-

Custom helper (in combination with cursorAt)

-
- -

Stacked:

-
-
-

We are draggables..

-
- -
-

..whose z-indexes are controlled automatically..

-
- -
-

..with the stack option.

-
-
- -
- - - -
-

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

-

To clarify which draggable is in play, bring the draggable in motion to front. Use the zIndex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

-
- - - -- cgit v1.2.3