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/sortable/connect-lists-through-tabs.html | 78 ------------------ .../demos/sortable/connect-lists.html | 58 ------------- .../development-bundle/demos/sortable/default.html | 51 ------------ .../demos/sortable/delay-start.html | 67 --------------- .../demos/sortable/display-grid.html | 54 ------------ .../demos/sortable/empty-lists.html | 69 ---------------- .../development-bundle/demos/sortable/index.html | 26 ------ .../development-bundle/demos/sortable/items.html | 70 ---------------- .../demos/sortable/placeholder.html | 56 ------------- .../demos/sortable/portlets.html | 96 ---------------------- 10 files changed, 625 deletions(-) delete mode 100644 static/development-bundle/demos/sortable/connect-lists-through-tabs.html delete mode 100644 static/development-bundle/demos/sortable/connect-lists.html delete mode 100644 static/development-bundle/demos/sortable/default.html delete mode 100644 static/development-bundle/demos/sortable/delay-start.html delete mode 100644 static/development-bundle/demos/sortable/display-grid.html delete mode 100644 static/development-bundle/demos/sortable/empty-lists.html delete mode 100644 static/development-bundle/demos/sortable/index.html delete mode 100644 static/development-bundle/demos/sortable/items.html delete mode 100644 static/development-bundle/demos/sortable/placeholder.html delete mode 100644 static/development-bundle/demos/sortable/portlets.html (limited to 'static/development-bundle/demos/sortable') diff --git a/static/development-bundle/demos/sortable/connect-lists-through-tabs.html b/static/development-bundle/demos/sortable/connect-lists-through-tabs.html deleted file mode 100644 index e72d931..0000000 --- a/static/development-bundle/demos/sortable/connect-lists-through-tabs.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - jQuery UI Sortable - Connect lists with Tabs - - - - - - - - - - - - - -
- -
- -
-
    -
  • Item 1
  • -
  • Item 2
  • -
  • Item 3
  • -
  • Item 4
  • -
  • Item 5
  • -
-
-
-
    -
  • Item 1
  • -
  • Item 2
  • -
  • Item 3
  • -
  • Item 4
  • -
  • Item 5
  • -
-
-
- -
- - - -
-

Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.

-
- - - diff --git a/static/development-bundle/demos/sortable/connect-lists.html b/static/development-bundle/demos/sortable/connect-lists.html deleted file mode 100644 index 3e7433e..0000000 --- a/static/development-bundle/demos/sortable/connect-lists.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - jQuery UI Sortable - Connect lists - - - - - - - - - - - -
- - - - - -
- - - -
-

- Sort items from one list into another and vice versa, by passing a selector into - the connectWith option. The simplest way to do this is to - group all related lists with a CSS class, and then pass that class into the - sortable function (i.e., connectWith: '.myclass'). -

-
- - - diff --git a/static/development-bundle/demos/sortable/default.html b/static/development-bundle/demos/sortable/default.html deleted file mode 100644 index 24d4e57..0000000 --- a/static/development-bundle/demos/sortable/default.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - jQuery UI Sortable - Default functionality - - - - - - - - - - - -
- - - -
- - - -
-

- Enable a group of DOM elements to be sortable. Click on and drag an - element to a new spot within the list, and the other items will adjust to - fit. By default, sortable items share draggable properties. -

-
- - - diff --git a/static/development-bundle/demos/sortable/delay-start.html b/static/development-bundle/demos/sortable/delay-start.html deleted file mode 100644 index 4a268b7..0000000 --- a/static/development-bundle/demos/sortable/delay-start.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - jQuery UI Sortable - Delay start - - - - - - - - - - - -
- -

Time delay of 300ms:

- - - -

Distance delay of 15px:

- - - -
- - - -
-

- Prevent accidental sorting either by delay (time) or distance. Set a number of - milliseconds the element needs to be dragged before sorting starts - with the delay option. Set a distance in pixels the element - needs to be dragged before sorting starts with the distance - option. -

-
- - - diff --git a/static/development-bundle/demos/sortable/display-grid.html b/static/development-bundle/demos/sortable/display-grid.html deleted file mode 100644 index c595179..0000000 --- a/static/development-bundle/demos/sortable/display-grid.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - jQuery UI Sortable - Display as grid - - - - - - - - - - - -
- - - -
- - - -
-

- To arrange sortable items as a grid, give them identical dimensions and - float them using CSS. -

-
- - - diff --git a/static/development-bundle/demos/sortable/empty-lists.html b/static/development-bundle/demos/sortable/empty-lists.html deleted file mode 100644 index 2e53389..0000000 --- a/static/development-bundle/demos/sortable/empty-lists.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - jQuery UI Sortable - Handle empty lists - - - - - - - - - - - -
- - - - - - - -
- -
- - - -
-

- Prevent all items in a list from being dropped into a separate, empty list - using the dropOnEmpty option set to false. By default, - sortable items can be dropped on empty lists. -

-
- - - diff --git a/static/development-bundle/demos/sortable/index.html b/static/development-bundle/demos/sortable/index.html deleted file mode 100644 index b307ef7..0000000 --- a/static/development-bundle/demos/sortable/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - jQuery UI Sortable Demos - - - - -
-

Examples

- -
- - - diff --git a/static/development-bundle/demos/sortable/items.html b/static/development-bundle/demos/sortable/items.html deleted file mode 100644 index c38b4f9..0000000 --- a/static/development-bundle/demos/sortable/items.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - jQuery UI Sortable - Include / exclude items - - - - - - - - - - - -
- -

Specify which items are sortable:

- - - -

Cancel sorting (but keep as drop targets):

- - - -
- - - -
-

- Specify which items are eligible to sort by passing a jQuery selector into - the items option. Items excluded from this option are not - sortable, nor are they valid targets for sortable items. -

-

- To only prevent sorting on certain items, pass a jQuery selector into the - cancel option. Cancelled items remain valid sort targets for - others. -

-
- - - diff --git a/static/development-bundle/demos/sortable/placeholder.html b/static/development-bundle/demos/sortable/placeholder.html deleted file mode 100644 index fcbe7c9..0000000 --- a/static/development-bundle/demos/sortable/placeholder.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - jQuery UI Sortable - Drop placeholder - - - - - - - - - - - -
- - - -
- - - -
-

- When dragging a sortable item to a new location, other items will make room - for the that item by shifting to allow white space between them. Pass a - class into the placeholder option to style that space to - be visible. Use the boolean forcePlaceholderSize option - to set dimensions on the placeholder. -

-
- - - diff --git a/static/development-bundle/demos/sortable/portlets.html b/static/development-bundle/demos/sortable/portlets.html deleted file mode 100644 index 8e4a631..0000000 --- a/static/development-bundle/demos/sortable/portlets.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - jQuery UI Sortable - Portlets - - - - - - - - - - - -
- -
- -
-
Feeds
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
-
- -
-
News
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
-
- -
- -
- -
-
Shopping
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
-
- -
- -
- -
-
Links
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
-
- -
-
Images
-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
-
- -
- -
- - - -
-

- Enable portlets (styled divs) as sortables and use the connectWith - option to allow sorting between columns. -

-
- - - -- cgit v1.2.1