From 16dafba1404698c2e6a590f82877ab62cee0700c Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 23:27:40 +0000 Subject: demos/sortable: touched up selectable demos --- demos/selectable/default.html | 36 ++++++++++-------------- demos/selectable/floating.html | 52 ++++++++++++++++++++++++++++++++++ demos/selectable/index.html | 2 ++ demos/selectable/serializing.html | 59 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 127 insertions(+), 22 deletions(-) create mode 100644 demos/selectable/floating.html create mode 100644 demos/selectable/serializing.html diff --git a/demos/selectable/default.html b/demos/selectable/default.html index 467a80e20..488eb526f 100644 --- a/demos/selectable/default.html +++ b/demos/selectable/default.html @@ -9,24 +9,15 @@ @@ -34,20 +25,21 @@
    -
  1. Draw a box with your mouse to select items.
  2. -
  3. Draw a box with your mouse to select items.
  4. -
  5. Draw a box with your mouse to select items.
  6. -
  7. Draw a box with your mouse to select items.
  8. -
  9. Draw a box with your mouse to select items.
  10. +
  11. Item 1
  12. +
  13. Item 2
  14. +
  15. Item 3
  16. +
  17. Item 4
  18. +
  19. Item 5
  20. +
  21. Item 6
  22. +
  23. Item 7
-You've selected: none.

- +Draw a box with your mouse to select items. You can also hold down the Ctrl key to make multiple (non-adjacent) selections.

diff --git a/demos/selectable/floating.html b/demos/selectable/floating.html new file mode 100644 index 000000000..8210e3ae0 --- /dev/null +++ b/demos/selectable/floating.html @@ -0,0 +1,52 @@ + + + + jQuery UI Selectable - Floating Demo + + + + + + + + + + +
+ +
    +
  1. 1
  2. +
  3. 2
  4. +
  5. 3
  6. +
  7. 4
  8. +
  9. 5
  10. +
  11. 6
  12. +
  13. 7
  14. +
  15. 8
  16. +
  17. 9
  18. +
  19. 10
  20. +
  21. 11
  22. +
  23. 12
  24. +
+ +
+ +
+ +

+Draw a box with your mouse to select items. You can also hold down the Ctrl key to make multiple (non-adjacent) selections. +

+ +
+ + diff --git a/demos/selectable/index.html b/demos/selectable/index.html index e0276b3e2..df4131023 100644 --- a/demos/selectable/index.html +++ b/demos/selectable/index.html @@ -10,6 +10,8 @@

Examples

diff --git a/demos/selectable/serializing.html b/demos/selectable/serializing.html new file mode 100644 index 000000000..1ea4e807f --- /dev/null +++ b/demos/selectable/serializing.html @@ -0,0 +1,59 @@ + + + + jQuery UI Selectable - Serializing Demo + + + + + + + + + + +
+ +

+You've selected: none. +

+ +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
  11. Item 6
  12. +
  13. Item 7
  14. +
+ +
+ +
+ +

+Draw a box with your mouse to select items. You can also hold down the Ctrl key to make multiple (non-adjacent) selections. +

+ +
+ + -- cgit v1.2.3