From 06b3f727378323089ee56a24999dd97c87887cc0 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 26 Nov 2010 18:44:25 +0100 Subject: change jquery theme, rm development stuff --- .../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 static/development-bundle/demos/resizable/animate.html delete mode 100644 static/development-bundle/demos/resizable/aspect-ratio.html delete mode 100644 static/development-bundle/demos/resizable/constrain-area.html delete mode 100644 static/development-bundle/demos/resizable/default.html delete mode 100644 static/development-bundle/demos/resizable/delay-start.html delete mode 100644 static/development-bundle/demos/resizable/helper.html delete mode 100644 static/development-bundle/demos/resizable/index.html delete mode 100644 static/development-bundle/demos/resizable/max-min.html delete mode 100644 static/development-bundle/demos/resizable/snap-to-grid.html delete mode 100644 static/development-bundle/demos/resizable/synchronous-resize.html delete mode 100644 static/development-bundle/demos/resizable/textarea.html delete mode 100644 static/development-bundle/demos/resizable/visual-feedback.html (limited to 'static/development-bundle/demos/resizable') diff --git a/static/development-bundle/demos/resizable/animate.html b/static/development-bundle/demos/resizable/animate.html deleted file mode 100644 index 0750ebc..0000000 --- a/static/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/static/development-bundle/demos/resizable/aspect-ratio.html b/static/development-bundle/demos/resizable/aspect-ratio.html deleted file mode 100644 index 3c3714a..0000000 --- a/static/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/static/development-bundle/demos/resizable/constrain-area.html b/static/development-bundle/demos/resizable/constrain-area.html deleted file mode 100644 index f52591f..0000000 --- a/static/development-bundle/demos/resizable/constrain-area.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - jQuery UI Resizable - Constrain resize area - - - - - - - - - #container { width: 300px; height: 300px; } - #container h3 { text-align: center; margin: 0; margin-bottom: 10px; } - #resizable { background-position: top left; width: 150px; height: 150px; } - #resizable, #container { padding: 0.5em; } - - - - - -
- -
-

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/static/development-bundle/demos/resizable/default.html b/static/development-bundle/demos/resizable/default.html deleted file mode 100644 index e06fe88..0000000 --- a/static/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/static/development-bundle/demos/resizable/delay-start.html b/static/development-bundle/demos/resizable/delay-start.html deleted file mode 100644 index e2de19b..0000000 --- a/static/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/static/development-bundle/demos/resizable/helper.html b/static/development-bundle/demos/resizable/helper.html deleted file mode 100644 index f5e64c5..0000000 --- a/static/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/static/development-bundle/demos/resizable/index.html b/static/development-bundle/demos/resizable/index.html deleted file mode 100644 index 45f4006..0000000 --- a/static/development-bundle/demos/resizable/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - jQuery UI Resizable Demos - - - - - - - - diff --git a/static/development-bundle/demos/resizable/max-min.html b/static/development-bundle/demos/resizable/max-min.html deleted file mode 100644 index d4547e2..0000000 --- a/static/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/static/development-bundle/demos/resizable/snap-to-grid.html b/static/development-bundle/demos/resizable/snap-to-grid.html deleted file mode 100644 index c12f797..0000000 --- a/static/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/static/development-bundle/demos/resizable/synchronous-resize.html b/static/development-bundle/demos/resizable/synchronous-resize.html deleted file mode 100644 index 470782f..0000000 --- a/static/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/static/development-bundle/demos/resizable/textarea.html b/static/development-bundle/demos/resizable/textarea.html deleted file mode 100644 index 6dbd9a7..0000000 --- a/static/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/static/development-bundle/demos/resizable/visual-feedback.html b/static/development-bundle/demos/resizable/visual-feedback.html deleted file mode 100644 index e8b49e7..0000000 --- a/static/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.1