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/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 include/jquery_ui/development-bundle/demos/sortable/connect-lists-through-tabs.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/connect-lists.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/default.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/delay-start.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/display-grid.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/empty-lists.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/index.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/items.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/placeholder.html delete mode 100644 include/jquery_ui/development-bundle/demos/sortable/portlets.html (limited to 'include/jquery_ui/development-bundle/demos/sortable') diff --git a/include/jquery_ui/development-bundle/demos/sortable/connect-lists-through-tabs.html b/include/jquery_ui/development-bundle/demos/sortable/connect-lists-through-tabs.html deleted file mode 100644 index ff69d5d97..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/connect-lists.html b/include/jquery_ui/development-bundle/demos/sortable/connect-lists.html deleted file mode 100644 index 275859e0e..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/default.html b/include/jquery_ui/development-bundle/demos/sortable/default.html deleted file mode 100644 index 3590de17f..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/delay-start.html b/include/jquery_ui/development-bundle/demos/sortable/delay-start.html deleted file mode 100644 index 6096e9a5c..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/display-grid.html b/include/jquery_ui/development-bundle/demos/sortable/display-grid.html deleted file mode 100644 index a9287d204..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/empty-lists.html b/include/jquery_ui/development-bundle/demos/sortable/empty-lists.html deleted file mode 100644 index f49b1072f..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/index.html b/include/jquery_ui/development-bundle/demos/sortable/index.html deleted file mode 100644 index b307ef777..000000000 --- a/include/jquery_ui/development-bundle/demos/sortable/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - jQuery UI Sortable Demos - - - - -
-

Examples

- -
- - - diff --git a/include/jquery_ui/development-bundle/demos/sortable/items.html b/include/jquery_ui/development-bundle/demos/sortable/items.html deleted file mode 100644 index 07a2ca963..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/placeholder.html b/include/jquery_ui/development-bundle/demos/sortable/placeholder.html deleted file mode 100644 index 4aa07ce15..000000000 --- a/include/jquery_ui/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/include/jquery_ui/development-bundle/demos/sortable/portlets.html b/include/jquery_ui/development-bundle/demos/sortable/portlets.html deleted file mode 100644 index a932dbc1a..000000000 --- a/include/jquery_ui/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.3