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/resizable/animate.html | 43 ------------------ .../demos/resizable/aspect-ratio.html | 42 ----------------- .../demos/resizable/constrain-area.html | 47 ------------------- .../demos/resizable/default.html | 40 ----------------- .../demos/resizable/delay-start.html | 52 ---------------------- .../development-bundle/demos/resizable/helper.html | 43 ------------------ .../development-bundle/demos/resizable/index.html | 28 ------------ .../demos/resizable/max-min.html | 45 ------------------- .../demos/resizable/snap-to-grid.html | 42 ----------------- .../demos/resizable/synchronous-resize.html | 49 -------------------- .../demos/resizable/textarea.html | 41 ----------------- .../demos/resizable/visual-feedback.html | 43 ------------------ 12 files changed, 515 deletions(-) delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/animate.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/aspect-ratio.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/constrain-area.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/default.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/delay-start.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/helper.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/index.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/max-min.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/snap-to-grid.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/synchronous-resize.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/textarea.html delete mode 100644 include/jquery_ui/development-bundle/demos/resizable/visual-feedback.html (limited to 'include/jquery_ui/development-bundle/demos/resizable') diff --git a/include/jquery_ui/development-bundle/demos/resizable/animate.html b/include/jquery_ui/development-bundle/demos/resizable/animate.html deleted file mode 100644 index ebb47a2c7..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/animate.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - jQuery UI Resizable - Animate - - - - - - - - - - - - -
- -
-

Animate

-
- -
- - - -
-

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/aspect-ratio.html b/include/jquery_ui/development-bundle/demos/resizable/aspect-ratio.html deleted file mode 100644 index 959e4f77b..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/aspect-ratio.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - jQuery UI Resizable - Preserve aspect ratio - - - - - - - - - - - - -
- -
-

Preserve aspect ratio

-
- -
- - - -
-

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/constrain-area.html b/include/jquery_ui/development-bundle/demos/resizable/constrain-area.html deleted file mode 100644 index 86d3bd70b..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/constrain-area.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - jQuery UI Resizable - Constrain resize area - - - - - - - - - - - - -
- -
-

Containment

-
-

Resizable

-
-
- -
- - - -
-

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/default.html b/include/jquery_ui/development-bundle/demos/resizable/default.html deleted file mode 100644 index 6f64dc585..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/default.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - jQuery UI Resizable - Default functionality - - - - - - - - - - - - -
- -
-

Resizable

-
- -
- - - -
-

Enable any DOM element to be resizable. With the cursor grab the right or bottom border and drag to the desired width or height.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/delay-start.html b/include/jquery_ui/development-bundle/demos/resizable/delay-start.html deleted file mode 100644 index 6ca17f76e..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/delay-start.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - jQuery UI Resizable - Delay start - - - - - - - - - - - - -
- -

Time delay (ms):

-
-

Time

-
- -

Distance delay (px):

-
-

Distance

-
- -
- - - -
-

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/helper.html b/include/jquery_ui/development-bundle/demos/resizable/helper.html deleted file mode 100644 index 981ee9536..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/helper.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - jQuery UI Resizable - Helper - - - - - - - - - - - - -
- -
-

Helper

-
- -
- - - -
-

Display only an outline of the element while resizing by setting the helper option to a CSS class.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/index.html b/include/jquery_ui/development-bundle/demos/resizable/index.html deleted file mode 100644 index 45f400621..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - jQuery UI Resizable Demos - - - - -
-

Examples

- -
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/max-min.html b/include/jquery_ui/development-bundle/demos/resizable/max-min.html deleted file mode 100644 index c4e5441b5..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/max-min.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - jQuery UI Resizable - Maximum / minimum size - - - - - - - - - - - - -
- -
-

Resize larger / smaller

-
- -
- - - -
-

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/snap-to-grid.html b/include/jquery_ui/development-bundle/demos/resizable/snap-to-grid.html deleted file mode 100644 index d81072749..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/snap-to-grid.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - jQuery UI Resizable - Snap to grid - - - - - - - - - - - - -
- -
-

Grid

-
- -
- - - -
-

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/synchronous-resize.html b/include/jquery_ui/development-bundle/demos/resizable/synchronous-resize.html deleted file mode 100644 index 7a2421200..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/synchronous-resize.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - jQuery UI Resizable - Synchronous resize - - - - - - - - - - - - -
- -
-

Resize

-
- -
-

will also resize

-
- -
- - - -
-

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/textarea.html b/include/jquery_ui/development-bundle/demos/resizable/textarea.html deleted file mode 100644 index f7582d453..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/textarea.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - jQuery UI Resizable - Textarea - - - - - - - - - - - - -
- - - -
- - - -
-

Display only an outline of the element while resizing by setting the helper option to a CSS class.

-
- - - diff --git a/include/jquery_ui/development-bundle/demos/resizable/visual-feedback.html b/include/jquery_ui/development-bundle/demos/resizable/visual-feedback.html deleted file mode 100644 index 06765defe..000000000 --- a/include/jquery_ui/development-bundle/demos/resizable/visual-feedback.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - jQuery UI Resizable - Visual feedback - - - - - - - - - - - - -
- -
-

Ghost

-
- -
- - - -
-

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

-
- - - -- cgit v1.2.3