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/constrain-movement.html | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 include/jquery_ui/development-bundle/demos/draggable/constrain-movement.html (limited to 'include/jquery_ui/development-bundle/demos/draggable/constrain-movement.html') diff --git a/include/jquery_ui/development-bundle/demos/draggable/constrain-movement.html b/include/jquery_ui/development-bundle/demos/draggable/constrain-movement.html deleted file mode 100644 index 0f9474496..000000000 --- a/include/jquery_ui/development-bundle/demos/draggable/constrain-movement.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - jQuery UI Draggable - Constrain movement - - - - - - - - - - - - -
- -

Constrain movement along an axis:

- -
-

I can be dragged only vertically

-
- -
-

I can be dragged only horizontally

-
- -

Or to within another DOM element:

-
-
-

I'm contained within the box

-
- -
-

I'm contained within the box's parent

-
- -
-

I'm contained within my parent

-
-
- -
- - - -
-

Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

-
- - - -- cgit v1.2.3