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/constrain-area.html | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 static/development-bundle/demos/resizable/constrain-area.html (limited to 'static/development-bundle/demos/resizable/constrain-area.html') 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.'

-
- - - -- cgit v1.2.1