hydroponics 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (410) hide show
  1. data/README.rdoc +2 -2
  2. data/Rakefile +1 -0
  3. data/VERSION +1 -1
  4. data/bin/hydro +19 -5
  5. data/hydroponics.gemspec +409 -3
  6. data/lib/db_remote.rb +23 -0
  7. data/lib/hydroponics.rb +17 -4
  8. data/lib/views/index.erb +26 -0
  9. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  10. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  11. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  12. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  13. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  14. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  15. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  16. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  17. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  18. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  19. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  20. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  21. data/static/jquery-ui-1.8.5.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  22. data/static/jquery-ui-1.8.5.custom/css/smoothness/jquery-ui-1.8.5.custom.css +572 -0
  23. data/static/jquery-ui-1.8.5.custom/development-bundle/AUTHORS.txt +30 -0
  24. data/static/jquery-ui-1.8.5.custom/development-bundle/GPL-LICENSE.txt +278 -0
  25. data/static/jquery-ui-1.8.5.custom/development-bundle/MIT-LICENSE.txt +25 -0
  26. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/collapsible.html +57 -0
  27. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/custom-icons.html +69 -0
  28. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/default.html +85 -0
  29. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/fillspace.html +76 -0
  30. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/hoverintent.html +134 -0
  31. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/index.html +25 -0
  32. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/mouseover.html +57 -0
  33. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/no-auto-height.html +60 -0
  34. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/accordion/sortable.html +83 -0
  35. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/addClass/default.html +52 -0
  36. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/addClass/index.html +18 -0
  37. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/animate/default.html +61 -0
  38. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/animate/index.html +18 -0
  39. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/categories.html +71 -0
  40. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/combobox.html +163 -0
  41. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/custom-data.html +95 -0
  42. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/default.html +64 -0
  43. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/folding.html +62 -0
  44. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  45. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  46. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  47. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  48. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  49. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/index.html +27 -0
  50. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/london.xml +114 -0
  51. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/maxheight.html +75 -0
  52. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/multiple-remote.html +76 -0
  53. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/multiple.html +91 -0
  54. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  55. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  56. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/remote.html +59 -0
  57. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/search.php +640 -0
  58. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/autocomplete/xml.html +72 -0
  59. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/checkbox.html +44 -0
  60. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/default.html +38 -0
  61. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/icons.html +56 -0
  62. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/index.html +23 -0
  63. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/radio.html +39 -0
  64. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/splitbutton.html +55 -0
  65. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/button/toolbar.html +120 -0
  66. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/alt-field.html +36 -0
  67. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/animation.html +58 -0
  68. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/buttonbar.html +35 -0
  69. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/date-formats.html +47 -0
  70. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/default.html +33 -0
  71. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  72. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/event-search.html +49 -0
  73. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  74. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  75. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/index.html +31 -0
  76. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/inline.html +33 -0
  77. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/localization.html +146 -0
  78. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/min-max.html +33 -0
  79. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  80. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/other-months.html +37 -0
  81. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/datepicker/show-week.html +39 -0
  82. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/demos.css +334 -0
  83. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/animated.html +56 -0
  84. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/default.html +54 -0
  85. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/index.html +23 -0
  86. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  87. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-form.html +167 -0
  88. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-message.html +71 -0
  89. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal.html +60 -0
  90. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/constrain-movement.html +69 -0
  91. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/cursor-style.html +49 -0
  92. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/default.html +39 -0
  93. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/delay-start.html +45 -0
  94. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/events.html +77 -0
  95. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/handle.html +50 -0
  96. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/index.html +28 -0
  97. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/revert.html +44 -0
  98. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/scroll.html +51 -0
  99. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/snap-to.html +68 -0
  100. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/sortable.html +57 -0
  101. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/draggable/visual-feedback.html +77 -0
  102. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/accepted-elements.html +60 -0
  103. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/default.html +53 -0
  104. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  105. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  106. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  107. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  108. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  109. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  110. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  111. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  112. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/index.html +24 -0
  113. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/photo-manager.html +184 -0
  114. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/propagation.html +80 -0
  115. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/revert.html +61 -0
  116. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/shopping-cart.html +101 -0
  117. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/droppable/visual-feedback.html +78 -0
  118. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/default.html +109 -0
  119. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/easing.html +107 -0
  120. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/effect/index.html +19 -0
  121. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/hide/default.html +102 -0
  122. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/hide/index.html +18 -0
  123. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/calendar.gif +0 -0
  124. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  125. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
  126. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  127. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  128. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
  129. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
  130. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/index.html +314 -0
  131. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/cycler.html +122 -0
  132. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/default.html +153 -0
  133. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/earth.jpg +0 -0
  134. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/flight.jpg +0 -0
  135. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
  136. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/position/index.html +19 -0
  137. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/animated.html +44 -0
  138. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/default.html +35 -0
  139. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  140. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/index.html +20 -0
  141. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/progressbar/resize.html +40 -0
  142. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/removeClass/default.html +52 -0
  143. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/removeClass/index.html +18 -0
  144. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/animate.html +41 -0
  145. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/aspect-ratio.html +40 -0
  146. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/constrain-area.html +45 -0
  147. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/default.html +38 -0
  148. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/delay-start.html +52 -0
  149. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/helper.html +41 -0
  150. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/index.html +28 -0
  151. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/max-min.html +43 -0
  152. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/snap-to-grid.html +40 -0
  153. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/synchronous-resize.html +47 -0
  154. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/textarea.html +39 -0
  155. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/resizable/visual-feedback.html +41 -0
  156. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/default.html +48 -0
  157. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/display-grid.html +53 -0
  158. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/index.html +20 -0
  159. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/selectable/serialize.html +59 -0
  160. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/show/default.html +103 -0
  161. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/show/index.html +18 -0
  162. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/colorpicker.html +95 -0
  163. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/default.html +37 -0
  164. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/hotelrooms.html +59 -0
  165. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/index.html +29 -0
  166. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/multiple-vertical.html +77 -0
  167. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/range-vertical.html +50 -0
  168. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/range.html +51 -0
  169. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/rangemax.html +50 -0
  170. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/rangemin.html +51 -0
  171. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/side-scroll.html +138 -0
  172. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/slider-vertical.html +52 -0
  173. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/steps.html +51 -0
  174. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/slider/tabs.html +67 -0
  175. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +79 -0
  176. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/connect-lists.html +58 -0
  177. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/default.html +51 -0
  178. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/delay-start.html +67 -0
  179. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/display-grid.html +54 -0
  180. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/empty-lists.html +69 -0
  181. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/index.html +26 -0
  182. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/items.html +71 -0
  183. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/placeholder.html +56 -0
  184. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/sortable/portlets.html +96 -0
  185. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/switchClass/default.html +48 -0
  186. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/switchClass/index.html +18 -0
  187. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
  188. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
  189. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
  190. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
  191. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/ajax.html +51 -0
  192. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/bottom.html +60 -0
  193. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/collapsible.html +56 -0
  194. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/cookie.html +57 -0
  195. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/default.html +49 -0
  196. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/index.html +25 -0
  197. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/manipulation.html +121 -0
  198. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/mouseover.html +54 -0
  199. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/sortable.html +65 -0
  200. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/tabs/vertical.html +64 -0
  201. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggle/default.html +92 -0
  202. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggle/index.html +18 -0
  203. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggleClass/default.html +46 -0
  204. data/static/jquery-ui-1.8.5.custom/development-bundle/demos/toggleClass/index.html +18 -0
  205. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/accordion.html +977 -0
  206. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/addClass.html +109 -0
  207. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/animate.html +78 -0
  208. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/autocomplete.html +710 -0
  209. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/button.html +461 -0
  210. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/datepicker.html +2531 -0
  211. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/dialog.html +1603 -0
  212. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/draggable.html +1536 -0
  213. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/droppable.html +788 -0
  214. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/effect.html +143 -0
  215. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/hide.html +144 -0
  216. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/position.html +226 -0
  217. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/progressbar.html +381 -0
  218. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/removeClass.html +113 -0
  219. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/resizable.html +1160 -0
  220. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/selectable.html +807 -0
  221. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/show.html +144 -0
  222. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/slider.html +821 -0
  223. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/sortable.html +1910 -0
  224. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/switchClass.html +129 -0
  225. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/tabs.html +1513 -0
  226. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/toggle.html +144 -0
  227. data/static/jquery-ui-1.8.5.custom/development-bundle/docs/toggleClass.html +111 -0
  228. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.bgiframe-2.1.1.js +10 -0
  229. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.cookie.js +89 -0
  230. data/static/jquery-ui-1.8.5.custom/development-bundle/external/jquery.metadata.js +122 -0
  231. data/static/jquery-ui-1.8.5.custom/development-bundle/external/qunit.css +153 -0
  232. data/static/jquery-ui-1.8.5.custom/development-bundle/external/qunit.js +1261 -0
  233. data/static/jquery-ui-1.8.5.custom/development-bundle/jquery-1.4.2.js +6240 -0
  234. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  235. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  236. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  237. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  238. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  239. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  240. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  241. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  242. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  243. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  244. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  245. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  246. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  247. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.accordion.css +19 -0
  248. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.all.css +11 -0
  249. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  250. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.base.css +11 -0
  251. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.button.css +38 -0
  252. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.core.css +41 -0
  253. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  254. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  255. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  256. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
  257. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  258. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.slider.css +24 -0
  259. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
  260. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/base/jquery.ui.theme.css +252 -0
  261. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  262. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  263. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  264. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  265. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  266. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  267. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  268. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  269. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  270. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  271. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  272. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  273. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  274. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery-ui-1.8.5.custom.css +572 -0
  275. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +19 -0
  276. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.all.css +11 -0
  277. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +53 -0
  278. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.base.css +11 -0
  279. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.button.css +38 -0
  280. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.core.css +41 -0
  281. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +68 -0
  282. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +21 -0
  283. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +11 -0
  284. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +20 -0
  285. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +10 -0
  286. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +24 -0
  287. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
  288. data/static/jquery-ui-1.8.5.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +254 -0
  289. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1199 -0
  290. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  291. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +24 -0
  292. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  293. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  294. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  295. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  296. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  297. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  298. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  299. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  300. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  301. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  302. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  303. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  304. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  305. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  306. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  307. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  308. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  309. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +23 -0
  310. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  311. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  312. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  313. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  314. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  315. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  316. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  317. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  318. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  319. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  320. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  321. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  322. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  323. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  324. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  325. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  326. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  327. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  328. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  329. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  330. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  331. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  332. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  333. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  334. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  335. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  336. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  337. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  338. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  339. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  340. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  341. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  342. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  343. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery-ui-1.8.5.custom.js +11358 -0
  344. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.blind.js +49 -0
  345. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.bounce.js +78 -0
  346. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.clip.js +54 -0
  347. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.core.js +714 -0
  348. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.drop.js +50 -0
  349. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.explode.js +79 -0
  350. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.fade.js +32 -0
  351. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.fold.js +56 -0
  352. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.highlight.js +50 -0
  353. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.pulsate.js +51 -0
  354. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.scale.js +178 -0
  355. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.shake.js +57 -0
  356. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.slide.js +50 -0
  357. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.effects.transfer.js +45 -0
  358. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.accordion.js +598 -0
  359. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.autocomplete.js +555 -0
  360. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.button.js +372 -0
  361. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.core.js +307 -0
  362. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.datepicker.js +1732 -0
  363. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.dialog.js +837 -0
  364. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.draggable.js +797 -0
  365. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.droppable.js +285 -0
  366. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.mouse.js +151 -0
  367. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.position.js +251 -0
  368. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.progressbar.js +94 -0
  369. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.resizable.js +812 -0
  370. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.selectable.js +266 -0
  371. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.slider.js +680 -0
  372. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.sortable.js +1071 -0
  373. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.tabs.js +758 -0
  374. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/jquery.ui.widget.js +249 -0
  375. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.blind.min.js +14 -0
  376. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.bounce.min.js +15 -0
  377. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.clip.min.js +14 -0
  378. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.core.min.js +30 -0
  379. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.drop.min.js +14 -0
  380. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.explode.min.js +15 -0
  381. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.fade.min.js +13 -0
  382. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.fold.min.js +14 -0
  383. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.highlight.min.js +14 -0
  384. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.pulsate.min.js +14 -0
  385. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.scale.min.js +20 -0
  386. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.shake.min.js +14 -0
  387. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.slide.min.js +14 -0
  388. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.effects.transfer.min.js +14 -0
  389. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +30 -0
  390. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +31 -0
  391. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.button.min.js +25 -0
  392. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  393. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +80 -0
  394. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +39 -0
  395. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +49 -0
  396. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +26 -0
  397. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  398. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  399. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  400. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +47 -0
  401. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  402. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +33 -0
  403. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  404. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +35 -0
  405. data/static/jquery-ui-1.8.5.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  406. data/static/jquery-ui-1.8.5.custom/development-bundle/version.txt +1 -0
  407. data/static/jquery-ui-1.8.5.custom/index.html +395 -0
  408. data/static/jquery-ui-1.8.5.custom/js/jquery-1.4.2.min.js +154 -0
  409. data/static/jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js +778 -0
  410. metadata +421 -4
@@ -0,0 +1,314 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>jQuery UI Demos</title>
7
+ <link type="text/css" href="../themes/base/jquery.ui.all.css" rel="stylesheet" />
8
+ <link type="text/css" href="demos.css" rel="stylesheet" />
9
+ <script type="text/javascript" src="../jquery-1.4.2.js"></script>
10
+ <script type="text/javascript" src="../external/jquery.bgiframe-2.1.1.js"></script>
11
+ <script type="text/javascript" src="../ui/jquery.ui.core.js"></script>
12
+ <script type="text/javascript" src="../ui/jquery.ui.widget.js"></script>
13
+ <script type="text/javascript" src="../ui/jquery.ui.mouse.js"></script>
14
+ <script type="text/javascript" src="../ui/jquery.ui.accordion.js"></script>
15
+ <script type="text/javascript" src="../ui/jquery.ui.autocomplete.js"></script>
16
+ <script type="text/javascript" src="../ui/jquery.ui.button.js"></script>
17
+ <script type="text/javascript" src="../ui/jquery.ui.datepicker.js"></script>
18
+ <script type="text/javascript" src="../ui/jquery.ui.dialog.js"></script>
19
+ <script type="text/javascript" src="../ui/jquery.ui.draggable.js"></script>
20
+ <script type="text/javascript" src="../ui/jquery.ui.droppable.js"></script>
21
+ <script type="text/javascript" src="../ui/jquery.ui.position.js"></script>
22
+ <script type="text/javascript" src="../ui/jquery.ui.progressbar.js"></script>
23
+ <script type="text/javascript" src="../ui/jquery.ui.resizable.js"></script>
24
+ <script type="text/javascript" src="../ui/jquery.ui.selectable.js"></script>
25
+ <script type="text/javascript" src="../ui/jquery.ui.slider.js"></script>
26
+ <script type="text/javascript" src="../ui/jquery.ui.sortable.js"></script>
27
+ <script type="text/javascript" src="../ui/jquery.ui.tabs.js"></script>
28
+ <script type="text/javascript" src="../ui/jquery.effects.core.js"></script>
29
+ <script type="text/javascript" src="../ui/jquery.effects.blind.js"></script>
30
+ <script type="text/javascript" src="../ui/jquery.effects.bounce.js"></script>
31
+ <script type="text/javascript" src="../ui/jquery.effects.clip.js"></script>
32
+ <script type="text/javascript" src="../ui/jquery.effects.drop.js"></script>
33
+ <script type="text/javascript" src="../ui/jquery.effects.explode.js"></script>
34
+ <script type="text/javascript" src="../ui/jquery.effects.fold.js"></script>
35
+ <script type="text/javascript" src="../ui/jquery.effects.highlight.js"></script>
36
+ <script type="text/javascript" src="../ui/jquery.effects.pulsate.js"></script>
37
+ <script type="text/javascript" src="../ui/jquery.effects.scale.js"></script>
38
+ <script type="text/javascript" src="../ui/jquery.effects.shake.js"></script>
39
+ <script type="text/javascript" src="../ui/jquery.effects.slide.js"></script>
40
+ <script type="text/javascript" src="../ui/jquery.effects.transfer.js"></script>
41
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-af.js"></script>
42
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ar.js"></script>
43
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-az.js"></script>
44
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-bs.js"></script>
45
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-bg.js"></script>
46
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ca.js"></script>
47
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-cs.js"></script>
48
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-da.js"></script>
49
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-de.js"></script>
50
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-el.js"></script>
51
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-en-GB.js"></script>
52
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-eo.js"></script>
53
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-es.js"></script>
54
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-et.js"></script>
55
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-eu.js"></script>
56
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-fa.js"></script>
57
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-fi.js"></script>
58
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-fo.js"></script>
59
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-fr.js"></script>
60
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-fr-CH.js"></script>
61
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-he.js"></script>
62
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-hr.js"></script>
63
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-hu.js"></script>
64
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-hy.js"></script>
65
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-id.js"></script>
66
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-is.js"></script>
67
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-it.js"></script>
68
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ja.js"></script>
69
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ko.js"></script>
70
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-kz.js"></script>
71
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-lt.js"></script>
72
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-lv.js"></script>
73
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ms.js"></script>
74
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-nl.js"></script>
75
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-no.js"></script>
76
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-pl.js"></script>
77
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-pt-BR.js"></script>
78
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ro.js"></script>
79
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ru.js"></script>
80
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sk.js"></script>
81
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sl.js"></script>
82
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sq.js"></script>
83
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sr.js"></script>
84
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sr-SR.js"></script>
85
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-sv.js"></script>
86
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-ta.js"></script>
87
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-th.js"></script>
88
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-tr.js"></script>
89
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-uk.js"></script>
90
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-vi.js"></script>
91
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-zh-CN.js"></script>
92
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-zh-HK.js"></script>
93
+ <script type="text/javascript" src="../ui/i18n/jquery.ui.datepicker-zh-TW.js"></script>
94
+ <script type="text/javascript">
95
+ jQuery(function($) {
96
+
97
+ $('.left-nav a').click(function(ev) {
98
+ window.location.hash = this.href.replace(/.+\/([^\/]+)\/index\.html/,'$1') + '|default';
99
+ loadPage(this.href);
100
+ $('.left-nav a.selected').removeClass('selected');
101
+ $(this).addClass('selected');
102
+ ev.preventDefault();
103
+ });
104
+
105
+ if (window.location.hash) {
106
+ if (window.location.hash.indexOf('|') === -1) {
107
+ window.location.hash += '|default';
108
+ }
109
+ var path = window.location.href.replace(/(index\.html)?#/,'');
110
+ path = path.replace('\|','/') + '.html';
111
+ loadPage(path);
112
+ }
113
+
114
+ function loadPage(path) {
115
+ var section = path.replace(/\/[^\/]+\.html/,'');
116
+ var header = section.replace(/.+\/([^\/]+)/,'$1').replace(/_/, ' ');
117
+
118
+ $('td.normal div.normal')
119
+ .empty()
120
+ .append('<h4 class="demo-subheader">Functional demo:</h4>')
121
+ .append('<h3 class="demo-header">'+ header +'</h3>')
122
+ .append('<div id="demo-config"></div>')
123
+ .find('#demo-config')
124
+ .append('<div id="demo-frame"></div><div id="demo-config-menu"></div><div id="demo-link"><a class="demoWindowLink" href="#"><span class="ui-icon ui-icon-newwin"></span>Open demo in a new window</a></div>')
125
+ .find('#demo-config-menu')
126
+ .load(section + '/index.html .demos-nav', function() {
127
+ $('#demo-config-menu a').each(function() {
128
+ this.setAttribute('href', section + '/' + this.getAttribute('href').replace(/.+\/([^\/]+)/,'$1'));
129
+ $(this).attr('target', 'demo-frame');
130
+ $(this).click(function() {
131
+
132
+ resetDemos();
133
+
134
+ $(this).parents('ul').find('li').removeClass('demo-config-on');
135
+ $(this).parent().addClass('demo-config-on');
136
+ $('#demo-notes').fadeOut();
137
+
138
+ //Set the hash to the actual page without ".html"
139
+ window.location.hash = header + '|' + this.getAttribute('href').match((/\/([^\/\\]+)\.html/))[1];
140
+
141
+ loadDemo(this.getAttribute('href'));
142
+
143
+ return false;
144
+ });
145
+ });
146
+
147
+ if (window.location.hash) {
148
+ var demo = window.location.hash.split('|')[1];
149
+ $('#demo-config-menu a').each(function(){
150
+ if (this.href.indexOf(demo + '.html') !== -1) {
151
+ $(this).parents('ul').find('li').removeClass('demo-config-on');
152
+ $(this).parent().addClass('demo-config-on');
153
+ loadDemo(this.href);
154
+ }
155
+ });
156
+ }
157
+
158
+ updateDemoNotes();
159
+ })
160
+ .end()
161
+ .find('#demo-link a')
162
+ .bind('click', function(ev){
163
+ window.open(this.href);
164
+ ev.preventDefault();
165
+ })
166
+ .end()
167
+ .end()
168
+ ;
169
+
170
+ resetDemos();
171
+ }
172
+
173
+ function loadDemo(path) {
174
+ var directory = path.match(/([^\/]+)\/[^\/\.]+\.html$/)[1];
175
+ $.get(path, function(data) {
176
+ var source = data;
177
+ data = data.replace(/<script.*>.*<\/script>/ig,""); // Remove script tags
178
+ data = data.replace(/<\/?link.*>/ig,""); //Remove link tags
179
+ data = data.replace(/<\/?html.*>/ig,""); //Remove html tag
180
+ data = data.replace(/<\/?body.*>/ig,""); //Remove body tag
181
+ data = data.replace(/<\/?head.*>/ig,""); //Remove head tag
182
+ data = data.replace(/<\/?!doctype.*>/ig,""); //Remove doctype
183
+ data = data.replace(/<title.*>.*<\/title>/ig,""); // Remove title tags
184
+ data = data.replace(/((href|src)=["'])(?!(http|#))/ig, "$1" + directory + "/");
185
+
186
+ $('#demo-style').remove();
187
+ $('#demo-frame').empty().html(data);
188
+ $('#demo-frame style').clone().appendTo('head').attr('id','demo-style');
189
+ $('#demo-link a').attr('href', path);
190
+ updateDemoNotes();
191
+ updateDemoSource(source);
192
+
193
+ if (/default.html$/.test(path)) {
194
+ $.get("documentation/docs-" + path.match(/demos\/(.+)\//)[1] + ".html", function(html) {
195
+ $("#demo-source").after(html);
196
+ $("#widget-docs").tabs();
197
+ $(".param-header").click(function() {
198
+ $(this).parent().toggleClass("param-open").end().next().toggle();
199
+ });
200
+ $(".docs-list-header").each(function() {
201
+ var header = $(this);
202
+ var details = header.next().find(".param-details").hide();
203
+ $("a:first", header).click(function() {
204
+ details.show().parent().addClass("param-open");
205
+ return false;
206
+ });
207
+ $("a:last", header).click(function() {
208
+ details.hide().parent().removeClass("param-open");
209
+ return false;
210
+ });
211
+ });
212
+ });
213
+ }
214
+ });
215
+ }
216
+
217
+ function updateDemoNotes() {
218
+ var notes = $('#demo-frame .demo-description');
219
+ if ($('#demo-notes').length == 0) {
220
+ $('<div id="demo-notes"></div>').insertAfter('#demo-config');
221
+ }
222
+ $('#demo-notes').hide().empty().html(notes.html());
223
+ $('#demo-notes').show();
224
+ notes.hide();
225
+ }
226
+
227
+ function updateDemoSource(source) {
228
+ if ($('#demo-source').length == 0) {
229
+ $('<div id="demo-source"><a href="#" class="source-closed">View Source</a><div><pre><code></code></pre></div></div>').insertAfter('#demo-notes');
230
+ $('#demo-source').find(">a").click(function() {
231
+ $(this).toggleClass("source-closed").toggleClass("source-open").next().toggle();
232
+ return false;
233
+ }).end().find(">div").hide();
234
+ }
235
+ var cleanedSource = source
236
+ .replace('themes/base/jquery.ui.all.css', 'theme/jquery.ui.all.css')
237
+ .replace(/\s*\x3Clink.*demos\x2Ecss.*\x3E\s*/, '\r\n\t')
238
+ .replace(/\x2E\x2E\x2F\x2E\x2E\x2F/g, '');
239
+
240
+ $('#demo-source code').empty().text(cleanedSource);
241
+ }
242
+
243
+ function resetDemos() {
244
+ $.datepicker.setDefaults($.extend({showMonthAfterYear: false}, $.datepicker.regional['']));
245
+ $(".ui-dialog-content").remove();
246
+ }
247
+
248
+ });
249
+ </script>
250
+ </head>
251
+ <body>
252
+
253
+ <table class="layout-grid" cellspacing="0" cellpadding="0">
254
+ <tr>
255
+ <td class="left-nav">
256
+ <dl class="demos-nav">
257
+ <dt>Interactions</dt>
258
+ <dd><a href="draggable/index.html">Draggable</a></dd>
259
+ <dd><a href="droppable/index.html">Droppable</a></dd>
260
+ <dd><a href="resizable/index.html">Resizable</a></dd>
261
+ <dd><a href="selectable/index.html">Selectable</a></dd>
262
+ <dd><a href="sortable/index.html">Sortable</a></dd>
263
+ <dt>Widgets</dt>
264
+ <dd><a href="accordion/index.html">Accordion</a></dd>
265
+ <dd><a href="autocomplete/index.html">Autocomplete</a></dd>
266
+ <dd><a href="button/index.html">Button</a></dd>
267
+ <dd><a href="datepicker/index.html">Datepicker</a></dd>
268
+ <dd><a href="dialog/index.html">Dialog</a></dd>
269
+ <dd><a href="progressbar/index.html">Progressbar</a></dd>
270
+ <dd><a href="slider/index.html">Slider</a></dd>
271
+ <dd><a href="tabs/index.html">Tabs</a></dd>
272
+ <dt>Effects</dt>
273
+ <dd><a href="animate/index.html">Color Animation</a></dd>
274
+ <dd><a href="toggleClass/index.html">Toggle Class</a></dd>
275
+ <dd><a href="addClass/index.html">Add Class</a></dd>
276
+ <dd><a href="removeClass/index.html">Remove Class</a></dd>
277
+ <dd><a href="switchClass/index.html">Switch Class</a></dd>
278
+ <dd><a href="effect/index.html">Effect</a></dd>
279
+ <dd><a href="toggle/index.html">Toggle</a></dd>
280
+ <dd><a href="hide/index.html">Hide</a></dd>
281
+ <dd><a href="show/index.html">Show</a></dd>
282
+ <dt>Utilities</dt>
283
+ <dd><a href="position/index.html">Position</a></dd>
284
+ <dt>About jQuery UI</dt>
285
+ <dd><a href="http://jqueryui.com/docs/Getting_Started">Getting Started</a></dd>
286
+ <dd><a href="http://jqueryui.com/docs/Upgrade_Guide">Upgrade Guide</a></dd>
287
+ <dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
288
+ <dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
289
+ <dd><a href="http://jqueryui.com/docs/Subversion">Subversion Access</a></dd>
290
+ <dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer Guidelines</a></dd>
291
+ <dt>Theming</dt>
292
+ <dd><a href="http://jqueryui.com/docs/Theming">Theming jQuery UI</a></dd>
293
+ <dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS Framework</a></dd>
294
+ <dd><a href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller application</a></dd>
295
+ <dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd>
296
+
297
+ </dl>
298
+ </td>
299
+ <td class="normal">
300
+
301
+ <div class="normal">
302
+
303
+ <h3>Instructions</h3>
304
+ <p>
305
+ These demos showcase some common uses of each jQuery UI plugin. Simply copy and paste code from the demos to get started. Have fun playing with them.
306
+ </p>
307
+
308
+ </div>
309
+
310
+ </td>
311
+ </tr>
312
+ </table>
313
+ </body>
314
+ </html>
@@ -0,0 +1,122 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Position - Default functionality</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.4.2.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.position.js"></script>
11
+ <link rel="stylesheet" href="../demos.css">
12
+ <style>
13
+ html, body {
14
+ margin: 0;
15
+ padding: 0
16
+ }
17
+ </style>
18
+ <script>
19
+ $(function() {
20
+ $.fn.position2 = function( options ) {
21
+ return this.position( $.extend({
22
+ of: window,
23
+ using: function( to ) {
24
+ $( this ).css({
25
+ top: to.top,
26
+ left: to.left
27
+ })
28
+ },
29
+ collision: "none"
30
+ }, options));
31
+ }
32
+
33
+ $.fn.left = function( using ) {
34
+ return this.position2({
35
+ my: "right middle",
36
+ at: "left middle",
37
+ offset: "25 0",
38
+ using: using
39
+ });
40
+ }
41
+ $.fn.right = function( using ) {
42
+ return this.position2({
43
+ my: "left middle",
44
+ at: "right middle",
45
+ offset: "-25 0",
46
+ using: using
47
+ });
48
+ }
49
+ $.fn.center = function( using ) {
50
+ return this.position2({
51
+ my: "center middle",
52
+ at: "center middle",
53
+ using: using
54
+ });
55
+ };
56
+
57
+ $( "img:eq(0)" ).left();
58
+ $( "img:eq(1)" ).center();
59
+ $( "img:eq(2)" ).right();
60
+
61
+ $( "body" ).css({
62
+ overflow: "hidden"
63
+ })
64
+ $( ".demo" ).css({
65
+ position: "relative",
66
+ });
67
+ $( ".demo img" ).css({
68
+ position: "absolute",
69
+ });
70
+
71
+ function animate( to ) {
72
+ $(this).animate( to );
73
+ }
74
+ function next() {
75
+ $( "img:eq(2)" ).center( animate );
76
+ $( "img:eq(1)" ).left( animate )
77
+ $( "img:eq(0)" ).right().appendTo( ".demo" );
78
+ }
79
+ function previous() {
80
+ $( "img:eq(0)" ).center( animate );
81
+ $( "img:eq(1)" ).right( animate );
82
+ $( "img:eq(2)" ).left().prependTo( ".demo" );
83
+ }
84
+ $( "#previous" ).click( previous );
85
+ $( "#next" ).click( next );
86
+
87
+ $( ".demo img" ).click(function() {
88
+ $( ".demo img" ).index( this ) === 0 ? previous() : next();
89
+ });
90
+
91
+ $( window ).resize(function() {
92
+ $( "img:eq(0)" ).left( animate );
93
+ $( "img:eq(1)" ).center( animate );
94
+ $( "img:eq(2)" ).right( animate );
95
+ });
96
+ });
97
+ </script>
98
+ </head>
99
+ <body>
100
+
101
+ <div class="demo">
102
+
103
+ <img src="images/earth.jpg" />
104
+ <img src="images/flight.jpg" />
105
+ <img src="images/rocket.jpg" />
106
+
107
+ <a id="previous" href="#">Previous</a>
108
+ <a id="next" href="#">Next</a>
109
+
110
+ </div><!-- End demo -->
111
+
112
+
113
+
114
+ <div class="demo-description">
115
+ <p>A prototype for the <a href="http://wiki.jqueryui.com/Photoviewer">Photoviewer</a> using Position to place images at the center, left and right and cycle them.
116
+ <br/>Use the links at the top to cycle, or click on the images on the left and right.
117
+ <br/>Note how the images are repositioned when resizing the window.
118
+ <br/>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p>
119
+ </div><!-- End demo-description -->
120
+
121
+ </body>
122
+ </html>
@@ -0,0 +1,153 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Position - Default functionality</title>
6
+ <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
7
+ <script src="../../jquery-1.4.2.js"></script>
8
+ <script src="../../ui/jquery.ui.core.js"></script>
9
+ <script src="../../ui/jquery.ui.widget.js"></script>
10
+ <script src="../../ui/jquery.ui.mouse.js"></script>
11
+ <script src="../../ui/jquery.ui.draggable.js"></script>
12
+ <script src="../../ui/jquery.ui.position.js"></script>
13
+ <link rel="stylesheet" href="../demos.css">
14
+ <style>
15
+ div#parent {
16
+ width: 60%;
17
+ margin: 10px auto;
18
+ padding: 5px;
19
+ border: 1px solid #777;
20
+ background-color: #fbca93;
21
+ text-align: center;
22
+ }
23
+ div.positionable {
24
+ width: 75px;
25
+ height: 75px;
26
+ position: absolute;
27
+ display: block;
28
+ right: 0;
29
+ bottom: 0;
30
+ background-color: #bcd5e6;
31
+ text-align: center;
32
+ }
33
+ select, input {
34
+ margin-left: 15px;
35
+ }
36
+ </style>
37
+ <script>
38
+ $(function() {
39
+ function position( using ) {
40
+ $( ".positionable" ).position({
41
+ of: $( "#parent" ),
42
+ my: $( "#my_horizontal" ).val() + " " + $( "#my_vertical" ).val(),
43
+ at: $( "#at_horizontal" ).val() + " " + $( "#at_vertical" ).val(),
44
+ offset: $( "#offset" ).val(),
45
+ using: using,
46
+ collision: $( "#collision_horizontal" ).val() + ' ' + $( "#collision_vertical" ).val()
47
+ });
48
+ }
49
+
50
+ $( ".positionable" ).css( "opacity", 0.5 );
51
+
52
+ $( ":input" ).bind( "click keyup change", function() { position(); });
53
+
54
+ $( "#parent" ).draggable({
55
+ drag: function() { position(); }
56
+ });
57
+
58
+ $( ".positionable" ).draggable({
59
+ drag: function( event, ui ) {
60
+ // reset offset before calculating it
61
+ $( "#offset" ).val( "0" );
62
+ position(function( result ) {
63
+ $( "#offset" ).val( "" + ( ui.offset.left - result.left ) +
64
+ " " + ( ui.offset.top - result.top ) );
65
+ position();
66
+ });
67
+ }
68
+ });
69
+
70
+ position();
71
+ });
72
+ </script>
73
+ </head>
74
+ <body>
75
+
76
+ <div class="demo">
77
+
78
+ <div id="parent">
79
+ <p>
80
+ This is the position parent element.
81
+ </p>
82
+ </div>
83
+
84
+ <div class="positionable">
85
+ <p>
86
+ to position
87
+ </p>
88
+ </div>
89
+
90
+ <div class="positionable" style="width:120px; height: 40px;">
91
+ <p>
92
+ to position 2
93
+ </p>
94
+ </div>
95
+
96
+ <div style="padding: 20px; margin-top: 75px;">
97
+ position...
98
+ <div style="padding-bottom: 20px;">
99
+ <b>my:</b>
100
+ <select id="my_horizontal">
101
+ <option value="left">left</option>
102
+ <option value="center">center</option>
103
+ <option value="right">right</option>
104
+ </select>
105
+ <select id="my_vertical">
106
+ <option value="top">top</option>
107
+ <option value="middle">center</option>
108
+ <option value="bottom">bottom</option>
109
+ </select>
110
+ </div>
111
+ <div style="padding-bottom: 20px;">
112
+ <b>at:</b>
113
+ <select id="at_horizontal">
114
+ <option value="left">left</option>
115
+ <option value="center">center</option>
116
+ <option value="right">right</option>
117
+ </select>
118
+ <select id="at_vertical">
119
+ <option value="top">top</option>
120
+ <option value="middle">center</option>
121
+ <option value="bottom">bottom</option>
122
+ </select>
123
+ </div>
124
+ <div style="padding-bottom: 20px;">
125
+ <b>offset:</b>
126
+ <input id="offset" type="text" size="15"/>
127
+ </div>
128
+ <div style="padding-bottom: 20px;">
129
+ <b>collision:</b>
130
+ <select id="collision_horizontal">
131
+ <option value="flip">flip</option>
132
+ <option value="fit">fit</option>
133
+ <option value="none">none</option>
134
+ </select>
135
+ <select id="collision_vertical">
136
+ <option value="flip">flip</option>
137
+ <option value="fit">fit</option>
138
+ <option value="none">none</option>
139
+ </select>
140
+ </div>
141
+ </div>
142
+
143
+ </div><!-- End demo -->
144
+
145
+
146
+
147
+ <div class="demo-description">
148
+ <p>Use the form controls to configure the positioning, or drag the positioned element to modify its offset.
149
+ <br/>Drag around the parent element to see collision detection in action.</p>
150
+ </div><!-- End demo-description -->
151
+
152
+ </body>
153
+ </html>
@@ -0,0 +1,19 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>jQuery UI Position Demo</title>
6
+ <link rel="stylesheet" href="../demos.css">
7
+ </head>
8
+ <body>
9
+
10
+ <div class="demos-nav">
11
+ <h4>Examples</h4>
12
+ <ul>
13
+ <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
14
+ <li><a href="cycler.html">Cycling images</a></li>
15
+ </ul>
16
+ </div>
17
+
18
+ </body>
19
+ </html>