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,1160 @@
1
+
2
+ <ul class="UIAPIPlugin-toc">
3
+ <li><a href="#overview">Overview</a></li>
4
+ <li><a href="#options">Options</a></li>
5
+ <li><a href="#events">Events</a></li>
6
+ <li><a href="#methods">Methods</a></li>
7
+ <li><a href="#theming">Theming</a></li>
8
+ </ul>
9
+ <div class="UIAPIPlugin">
10
+ <h1>jQuery UI Resizable</h1>
11
+ <div id="overview">
12
+ <h2 class="top-header">Overview</h2>
13
+ <div id="overview-main">
14
+ <p>The jQuery UI Resizable plugin makes selected elements resizable (meaning they have draggable resize handles). You can specify one or more handles as well as min and max width and height.</p>
15
+ <p>All callbacks (start,stop,resize) receive two arguments: The original browser event and a prepared ui object. The ui object has the following fields:</p>
16
+ <ul>
17
+ <li><b>ui.helper</b> - a jQuery object containing the helper element</li>
18
+ <li><b>ui.originalPosition</b> - {top, left} before resizing started</li>
19
+ <li><b>ui.originalSize</b> - {width, height} before resizing started</li>
20
+ <li><b>ui.position</b> - {top, left} current position</li>
21
+ <li><b>ui.size</b> - {width, height} current size</li>
22
+ </ul>
23
+ </div>
24
+ <div id="overview-dependencies">
25
+ <h3>Dependencies</h3>
26
+ <ul>
27
+ <li>UI Core</li>
28
+ </ul>
29
+ </div>
30
+ <div id="overview-example">
31
+ <h3>Example</h3>
32
+ <div id="overview-example" class="example">
33
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
34
+ <p><div id="demo" class="tabs-container" rel="250">
35
+ A simple jQuery UI Resizable.<br />
36
+ </p>
37
+ <pre>$(&quot;#resizable&quot;).resizable();
38
+ </pre>
39
+ <p></div><div id="source" class="tabs-container">
40
+ </p>
41
+ <pre>&lt;!DOCTYPE html&gt;
42
+ &lt;html&gt;
43
+ &lt;head&gt;
44
+ &lt;link href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;/&gt;
45
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&quot;&gt;&lt;/script&gt;
46
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
47
+ &lt;style type=&quot;text/css&quot;&gt;
48
+ #resizable { width: 100px; height: 100px; background: silver; }
49
+ &lt;/style&gt;
50
+ &lt;script&gt;
51
+ $(document).ready(function() {
52
+ $(&quot;#resizable&quot;).resizable();
53
+ });
54
+ &lt;/script&gt;
55
+ &lt;/head&gt;
56
+ &lt;body style="font-size:62.5%;"&gt;
57
+
58
+ &lt;div id=&quot;resizable&quot;&gt;&lt;/div&gt;
59
+
60
+ &lt;/body&gt;
61
+ &lt;/html&gt;
62
+ </pre>
63
+ <p></div>
64
+ </p><p></div>
65
+ </div>
66
+ </div>
67
+ <div id="options">
68
+ <h2 class="top-header">Options</h2>
69
+ <ul class="options-list">
70
+
71
+ <li class="option" id="option-disabled">
72
+ <div class="option-header">
73
+ <h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
74
+ <dl>
75
+ <dt class="option-type-label">Type:</dt>
76
+ <dd class="option-type">Boolean</dd>
77
+
78
+ <dt class="option-default-label">Default:</dt>
79
+ <dd class="option-default">false</dd>
80
+
81
+ </dl>
82
+ </div>
83
+ <div class="option-description">
84
+ <p>Disables (true) or enables (false) the resizable. Can be set when initialising (first creating) the resizable.</p>
85
+ </div>
86
+ <div class="option-examples">
87
+ <h4>Code examples</h4>
88
+ <dl class="option-examples-list">
89
+
90
+ <dt>
91
+ Initialize a resizable with the <code>disabled</code> option specified.
92
+ </dt>
93
+ <dd>
94
+ <pre><code>$( ".selector" ).resizable({ disabled: true });</code></pre>
95
+ </dd>
96
+
97
+
98
+ <dt>
99
+ Get or set the <code>disabled</code> option, after init.
100
+ </dt>
101
+ <dd>
102
+ <pre><code>//getter
103
+ var disabled = $( ".selector" ).resizable( "option", "disabled" );
104
+ //setter
105
+ $( ".selector" ).resizable( "option", "disabled", true );</code></pre>
106
+ </dd>
107
+
108
+ </dl>
109
+ </div>
110
+ </li>
111
+
112
+
113
+ <li class="option" id="option-alsoResize">
114
+ <div class="option-header">
115
+ <h3 class="option-name"><a href="#option-alsoResize">alsoResize</a></h3>
116
+ <dl>
117
+ <dt class="option-type-label">Type:</dt>
118
+ <dd class="option-type">Selector, jQuery, Element</dd>
119
+
120
+ <dt class="option-default-label">Default:</dt>
121
+ <dd class="option-default">false</dd>
122
+
123
+ </dl>
124
+ </div>
125
+ <div class="option-description">
126
+ <p>Resize these elements synchronous when resizing.</p>
127
+ </div>
128
+ <div class="option-examples">
129
+ <h4>Code examples</h4>
130
+ <dl class="option-examples-list">
131
+
132
+ <dt>
133
+ Initialize a resizable with the <code>alsoResize</code> option specified.
134
+ </dt>
135
+ <dd>
136
+ <pre><code>$( ".selector" ).resizable({ alsoResize: '.other' });</code></pre>
137
+ </dd>
138
+
139
+
140
+ <dt>
141
+ Get or set the <code>alsoResize</code> option, after init.
142
+ </dt>
143
+ <dd>
144
+ <pre><code>//getter
145
+ var alsoResize = $( ".selector" ).resizable( "option", "alsoResize" );
146
+ //setter
147
+ $( ".selector" ).resizable( "option", "alsoResize", '.other' );</code></pre>
148
+ </dd>
149
+
150
+ </dl>
151
+ </div>
152
+ </li>
153
+
154
+
155
+ <li class="option" id="option-animate">
156
+ <div class="option-header">
157
+ <h3 class="option-name"><a href="#option-animate">animate</a></h3>
158
+ <dl>
159
+ <dt class="option-type-label">Type:</dt>
160
+ <dd class="option-type">Boolean</dd>
161
+
162
+ <dt class="option-default-label">Default:</dt>
163
+ <dd class="option-default">false</dd>
164
+
165
+ </dl>
166
+ </div>
167
+ <div class="option-description">
168
+ <p>Animates to the final size after resizing.</p>
169
+ </div>
170
+ <div class="option-examples">
171
+ <h4>Code examples</h4>
172
+ <dl class="option-examples-list">
173
+
174
+ <dt>
175
+ Initialize a resizable with the <code>animate</code> option specified.
176
+ </dt>
177
+ <dd>
178
+ <pre><code>$( ".selector" ).resizable({ animate: true });</code></pre>
179
+ </dd>
180
+
181
+
182
+ <dt>
183
+ Get or set the <code>animate</code> option, after init.
184
+ </dt>
185
+ <dd>
186
+ <pre><code>//getter
187
+ var animate = $( ".selector" ).resizable( "option", "animate" );
188
+ //setter
189
+ $( ".selector" ).resizable( "option", "animate", true );</code></pre>
190
+ </dd>
191
+
192
+ </dl>
193
+ </div>
194
+ </li>
195
+
196
+
197
+ <li class="option" id="option-animateDuration">
198
+ <div class="option-header">
199
+ <h3 class="option-name"><a href="#option-animateDuration">animateDuration</a></h3>
200
+ <dl>
201
+ <dt class="option-type-label">Type:</dt>
202
+ <dd class="option-type">Integer, String</dd>
203
+
204
+ <dt class="option-default-label">Default:</dt>
205
+ <dd class="option-default">'slow'</dd>
206
+
207
+ </dl>
208
+ </div>
209
+ <div class="option-description">
210
+ <p>Duration time for animating, in milliseconds. Other possible values: 'slow', 'normal', 'fast'.</p>
211
+ </div>
212
+ <div class="option-examples">
213
+ <h4>Code examples</h4>
214
+ <dl class="option-examples-list">
215
+
216
+ <dt>
217
+ Initialize a resizable with the <code>animateDuration</code> option specified.
218
+ </dt>
219
+ <dd>
220
+ <pre><code>$( ".selector" ).resizable({ animateDuration: 500 });</code></pre>
221
+ </dd>
222
+
223
+
224
+ <dt>
225
+ Get or set the <code>animateDuration</code> option, after init.
226
+ </dt>
227
+ <dd>
228
+ <pre><code>//getter
229
+ var animateDuration = $( ".selector" ).resizable( "option", "animateDuration" );
230
+ //setter
231
+ $( ".selector" ).resizable( "option", "animateDuration", 500 );</code></pre>
232
+ </dd>
233
+
234
+ </dl>
235
+ </div>
236
+ </li>
237
+
238
+
239
+ <li class="option" id="option-animateEasing">
240
+ <div class="option-header">
241
+ <h3 class="option-name"><a href="#option-animateEasing">animateEasing</a></h3>
242
+ <dl>
243
+ <dt class="option-type-label">Type:</dt>
244
+ <dd class="option-type">String</dd>
245
+
246
+ <dt class="option-default-label">Default:</dt>
247
+ <dd class="option-default">'swing'</dd>
248
+
249
+ </dl>
250
+ </div>
251
+ <div class="option-description">
252
+ <p>Easing effect for animating.</p>
253
+ </div>
254
+ <div class="option-examples">
255
+ <h4>Code examples</h4>
256
+ <dl class="option-examples-list">
257
+
258
+ <dt>
259
+ Initialize a resizable with the <code>animateEasing</code> option specified.
260
+ </dt>
261
+ <dd>
262
+ <pre><code>$( ".selector" ).resizable({ animateEasing: 'swing' });</code></pre>
263
+ </dd>
264
+
265
+
266
+ <dt>
267
+ Get or set the <code>animateEasing</code> option, after init.
268
+ </dt>
269
+ <dd>
270
+ <pre><code>//getter
271
+ var animateEasing = $( ".selector" ).resizable( "option", "animateEasing" );
272
+ //setter
273
+ $( ".selector" ).resizable( "option", "animateEasing", 'swing' );</code></pre>
274
+ </dd>
275
+
276
+ </dl>
277
+ </div>
278
+ </li>
279
+
280
+
281
+ <li class="option" id="option-aspectRatio">
282
+ <div class="option-header">
283
+ <h3 class="option-name"><a href="#option-aspectRatio">aspectRatio</a></h3>
284
+ <dl>
285
+ <dt class="option-type-label">Type:</dt>
286
+ <dd class="option-type">Boolean, Float</dd>
287
+
288
+ <dt class="option-default-label">Default:</dt>
289
+ <dd class="option-default">false</dd>
290
+
291
+ </dl>
292
+ </div>
293
+ <div class="option-description">
294
+ <p>If set to true, resizing is constrained by the original aspect ratio. Otherwise a custom aspect ratio can be specified, such as 9 / 16, or 0.5.</p>
295
+ </div>
296
+ <div class="option-examples">
297
+ <h4>Code examples</h4>
298
+ <dl class="option-examples-list">
299
+
300
+ <dt>
301
+ Initialize a resizable with the <code>aspectRatio</code> option specified.
302
+ </dt>
303
+ <dd>
304
+ <pre><code>$( ".selector" ).resizable({ aspectRatio: .75 });</code></pre>
305
+ </dd>
306
+
307
+
308
+ <dt>
309
+ Get or set the <code>aspectRatio</code> option, after init.
310
+ </dt>
311
+ <dd>
312
+ <pre><code>//getter
313
+ var aspectRatio = $( ".selector" ).resizable( "option", "aspectRatio" );
314
+ //setter
315
+ $( ".selector" ).resizable( "option", "aspectRatio", .75 );</code></pre>
316
+ </dd>
317
+
318
+ </dl>
319
+ </div>
320
+ </li>
321
+
322
+
323
+ <li class="option" id="option-autoHide">
324
+ <div class="option-header">
325
+ <h3 class="option-name"><a href="#option-autoHide">autoHide</a></h3>
326
+ <dl>
327
+ <dt class="option-type-label">Type:</dt>
328
+ <dd class="option-type">Boolean</dd>
329
+
330
+ <dt class="option-default-label">Default:</dt>
331
+ <dd class="option-default">false</dd>
332
+
333
+ </dl>
334
+ </div>
335
+ <div class="option-description">
336
+ <p>If set to true, automatically hides the handles except when the mouse hovers over the element.</p>
337
+ </div>
338
+ <div class="option-examples">
339
+ <h4>Code examples</h4>
340
+ <dl class="option-examples-list">
341
+
342
+ <dt>
343
+ Initialize a resizable with the <code>autoHide</code> option specified.
344
+ </dt>
345
+ <dd>
346
+ <pre><code>$( ".selector" ).resizable({ autoHide: true });</code></pre>
347
+ </dd>
348
+
349
+
350
+ <dt>
351
+ Get or set the <code>autoHide</code> option, after init.
352
+ </dt>
353
+ <dd>
354
+ <pre><code>//getter
355
+ var autoHide = $( ".selector" ).resizable( "option", "autoHide" );
356
+ //setter
357
+ $( ".selector" ).resizable( "option", "autoHide", true );</code></pre>
358
+ </dd>
359
+
360
+ </dl>
361
+ </div>
362
+ </li>
363
+
364
+
365
+ <li class="option" id="option-cancel">
366
+ <div class="option-header">
367
+ <h3 class="option-name"><a href="#option-cancel">cancel</a></h3>
368
+ <dl>
369
+ <dt class="option-type-label">Type:</dt>
370
+ <dd class="option-type">Selector</dd>
371
+
372
+ <dt class="option-default-label">Default:</dt>
373
+ <dd class="option-default">':input,option'</dd>
374
+
375
+ </dl>
376
+ </div>
377
+ <div class="option-description">
378
+ <p>Prevents resizing if you start on elements matching the selector.</p>
379
+ </div>
380
+ <div class="option-examples">
381
+ <h4>Code examples</h4>
382
+ <dl class="option-examples-list">
383
+
384
+ <dt>
385
+ Initialize a resizable with the <code>cancel</code> option specified.
386
+ </dt>
387
+ <dd>
388
+ <pre><code>$( ".selector" ).resizable({ cancel: ':input,option' });</code></pre>
389
+ </dd>
390
+
391
+
392
+ <dt>
393
+ Get or set the <code>cancel</code> option, after init.
394
+ </dt>
395
+ <dd>
396
+ <pre><code>//getter
397
+ var cancel = $( ".selector" ).resizable( "option", "cancel" );
398
+ //setter
399
+ $( ".selector" ).resizable( "option", "cancel", ':input,option' );</code></pre>
400
+ </dd>
401
+
402
+ </dl>
403
+ </div>
404
+ </li>
405
+
406
+
407
+ <li class="option" id="option-containment">
408
+ <div class="option-header">
409
+ <h3 class="option-name"><a href="#option-containment">containment</a></h3>
410
+ <dl>
411
+ <dt class="option-type-label">Type:</dt>
412
+ <dd class="option-type">String, Element, Selector</dd>
413
+
414
+ <dt class="option-default-label">Default:</dt>
415
+ <dd class="option-default">false</dd>
416
+
417
+ </dl>
418
+ </div>
419
+ <div class="option-description">
420
+ <p>Constrains resizing to within the bounds of the specified element. Possible values: 'parent', 'document', a DOMElement, or a Selector.</p>
421
+ </div>
422
+ <div class="option-examples">
423
+ <h4>Code examples</h4>
424
+ <dl class="option-examples-list">
425
+
426
+ <dt>
427
+ Initialize a resizable with the <code>containment</code> option specified.
428
+ </dt>
429
+ <dd>
430
+ <pre><code>$( ".selector" ).resizable({ containment: 'parent' });</code></pre>
431
+ </dd>
432
+
433
+
434
+ <dt>
435
+ Get or set the <code>containment</code> option, after init.
436
+ </dt>
437
+ <dd>
438
+ <pre><code>//getter
439
+ var containment = $( ".selector" ).resizable( "option", "containment" );
440
+ //setter
441
+ $( ".selector" ).resizable( "option", "containment", 'parent' );</code></pre>
442
+ </dd>
443
+
444
+ </dl>
445
+ </div>
446
+ </li>
447
+
448
+
449
+ <li class="option" id="option-delay">
450
+ <div class="option-header">
451
+ <h3 class="option-name"><a href="#option-delay">delay</a></h3>
452
+ <dl>
453
+ <dt class="option-type-label">Type:</dt>
454
+ <dd class="option-type">Integer</dd>
455
+
456
+ <dt class="option-default-label">Default:</dt>
457
+ <dd class="option-default">0</dd>
458
+
459
+ </dl>
460
+ </div>
461
+ <div class="option-description">
462
+ <p>Tolerance, in milliseconds, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond duration. This can help prevent unintended resizing when clicking on an element.</p>
463
+ </div>
464
+ <div class="option-examples">
465
+ <h4>Code examples</h4>
466
+ <dl class="option-examples-list">
467
+
468
+ <dt>
469
+ Initialize a resizable with the <code>delay</code> option specified.
470
+ </dt>
471
+ <dd>
472
+ <pre><code>$( ".selector" ).resizable({ delay: 20 });</code></pre>
473
+ </dd>
474
+
475
+
476
+ <dt>
477
+ Get or set the <code>delay</code> option, after init.
478
+ </dt>
479
+ <dd>
480
+ <pre><code>//getter
481
+ var delay = $( ".selector" ).resizable( "option", "delay" );
482
+ //setter
483
+ $( ".selector" ).resizable( "option", "delay", 20 );</code></pre>
484
+ </dd>
485
+
486
+ </dl>
487
+ </div>
488
+ </li>
489
+
490
+
491
+ <li class="option" id="option-distance">
492
+ <div class="option-header">
493
+ <h3 class="option-name"><a href="#option-distance">distance</a></h3>
494
+ <dl>
495
+ <dt class="option-type-label">Type:</dt>
496
+ <dd class="option-type">Integer</dd>
497
+
498
+ <dt class="option-default-label">Default:</dt>
499
+ <dd class="option-default">1</dd>
500
+
501
+ </dl>
502
+ </div>
503
+ <div class="option-description">
504
+ <p>Tolerance, in pixels, for when resizing should start. If specified, resizing will not start until after mouse is moved beyond distance. This can help prevent unintended resizing when clicking on an element.</p>
505
+ </div>
506
+ <div class="option-examples">
507
+ <h4>Code examples</h4>
508
+ <dl class="option-examples-list">
509
+
510
+ <dt>
511
+ Initialize a resizable with the <code>distance</code> option specified.
512
+ </dt>
513
+ <dd>
514
+ <pre><code>$( ".selector" ).resizable({ distance: 20 });</code></pre>
515
+ </dd>
516
+
517
+
518
+ <dt>
519
+ Get or set the <code>distance</code> option, after init.
520
+ </dt>
521
+ <dd>
522
+ <pre><code>//getter
523
+ var distance = $( ".selector" ).resizable( "option", "distance" );
524
+ //setter
525
+ $( ".selector" ).resizable( "option", "distance", 20 );</code></pre>
526
+ </dd>
527
+
528
+ </dl>
529
+ </div>
530
+ </li>
531
+
532
+
533
+ <li class="option" id="option-ghost">
534
+ <div class="option-header">
535
+ <h3 class="option-name"><a href="#option-ghost">ghost</a></h3>
536
+ <dl>
537
+ <dt class="option-type-label">Type:</dt>
538
+ <dd class="option-type">Boolean</dd>
539
+
540
+ <dt class="option-default-label">Default:</dt>
541
+ <dd class="option-default">false</dd>
542
+
543
+ </dl>
544
+ </div>
545
+ <div class="option-description">
546
+ <p>If set to true, a semi-transparent helper element is shown for resizing.</p>
547
+ </div>
548
+ <div class="option-examples">
549
+ <h4>Code examples</h4>
550
+ <dl class="option-examples-list">
551
+
552
+ <dt>
553
+ Initialize a resizable with the <code>ghost</code> option specified.
554
+ </dt>
555
+ <dd>
556
+ <pre><code>$( ".selector" ).resizable({ ghost: true });</code></pre>
557
+ </dd>
558
+
559
+
560
+ <dt>
561
+ Get or set the <code>ghost</code> option, after init.
562
+ </dt>
563
+ <dd>
564
+ <pre><code>//getter
565
+ var ghost = $( ".selector" ).resizable( "option", "ghost" );
566
+ //setter
567
+ $( ".selector" ).resizable( "option", "ghost", true );</code></pre>
568
+ </dd>
569
+
570
+ </dl>
571
+ </div>
572
+ </li>
573
+
574
+
575
+ <li class="option" id="option-grid">
576
+ <div class="option-header">
577
+ <h3 class="option-name"><a href="#option-grid">grid</a></h3>
578
+ <dl>
579
+ <dt class="option-type-label">Type:</dt>
580
+ <dd class="option-type">Array</dd>
581
+
582
+ <dt class="option-default-label">Default:</dt>
583
+ <dd class="option-default">false</dd>
584
+
585
+ </dl>
586
+ </div>
587
+ <div class="option-description">
588
+ <p>Snaps the resizing element to a grid, every x and y pixels. Array values: [x, y]</p>
589
+ </div>
590
+ <div class="option-examples">
591
+ <h4>Code examples</h4>
592
+ <dl class="option-examples-list">
593
+
594
+ <dt>
595
+ Initialize a resizable with the <code>grid</code> option specified.
596
+ </dt>
597
+ <dd>
598
+ <pre><code>$( ".selector" ).resizable({ grid: [50, 50] });</code></pre>
599
+ </dd>
600
+
601
+
602
+ <dt>
603
+ Get or set the <code>grid</code> option, after init.
604
+ </dt>
605
+ <dd>
606
+ <pre><code>//getter
607
+ var grid = $( ".selector" ).resizable( "option", "grid" );
608
+ //setter
609
+ $( ".selector" ).resizable( "option", "grid", [50, 50] );</code></pre>
610
+ </dd>
611
+
612
+ </dl>
613
+ </div>
614
+ </li>
615
+
616
+
617
+ <li class="option" id="option-handles">
618
+ <div class="option-header">
619
+ <h3 class="option-name"><a href="#option-handles">handles</a></h3>
620
+ <dl>
621
+ <dt class="option-type-label">Type:</dt>
622
+ <dd class="option-type">String, Object</dd>
623
+
624
+ <dt class="option-default-label">Default:</dt>
625
+ <dd class="option-default">'e, s, se'</dd>
626
+
627
+ </dl>
628
+ </div>
629
+ <div class="option-description">
630
+ <p>If specified as a string, should be a comma-split list of any of the following: 'n, e, s, w, ne, se, sw, nw, all'. The necessary handles will be auto-generated by the plugin.
631
+ </p><p>If specified as an object, the following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.</p>
632
+ </div>
633
+ <div class="option-examples">
634
+ <h4>Code examples</h4>
635
+ <dl class="option-examples-list">
636
+
637
+ <dt>
638
+ Initialize a resizable with the <code>handles</code> option specified.
639
+ </dt>
640
+ <dd>
641
+ <pre><code>$( ".selector" ).resizable({ handles: 'n, e, s, w' });</code></pre>
642
+ </dd>
643
+
644
+
645
+ <dt>
646
+ Get or set the <code>handles</code> option, after init.
647
+ </dt>
648
+ <dd>
649
+ <pre><code>//getter
650
+ var handles = $( ".selector" ).resizable( "option", "handles" );
651
+ //setter
652
+ $( ".selector" ).resizable( "option", "handles", 'n, e, s, w' );</code></pre>
653
+ </dd>
654
+
655
+ </dl>
656
+ </div>
657
+ </li>
658
+
659
+
660
+ <li class="option" id="option-helper">
661
+ <div class="option-header">
662
+ <h3 class="option-name"><a href="#option-helper">helper</a></h3>
663
+ <dl>
664
+ <dt class="option-type-label">Type:</dt>
665
+ <dd class="option-type">String</dd>
666
+
667
+ <dt class="option-default-label">Default:</dt>
668
+ <dd class="option-default">false</dd>
669
+
670
+ </dl>
671
+ </div>
672
+ <div class="option-description">
673
+ <p>This is the css class that will be added to a proxy element to outline the resize during the drag of the resize handle. Once the resize is complete, the original element is sized.</p>
674
+ </div>
675
+ <div class="option-examples">
676
+ <h4>Code examples</h4>
677
+ <dl class="option-examples-list">
678
+
679
+ <dt>
680
+ Initialize a resizable with the <code>helper</code> option specified.
681
+ </dt>
682
+ <dd>
683
+ <pre><code>$( ".selector" ).resizable({ helper: 'ui-state-highlight' });</code></pre>
684
+ </dd>
685
+
686
+
687
+ <dt>
688
+ Get or set the <code>helper</code> option, after init.
689
+ </dt>
690
+ <dd>
691
+ <pre><code>//getter
692
+ var helper = $( ".selector" ).resizable( "option", "helper" );
693
+ //setter
694
+ $( ".selector" ).resizable( "option", "helper", 'ui-state-highlight' );</code></pre>
695
+ </dd>
696
+
697
+ </dl>
698
+ </div>
699
+ </li>
700
+
701
+
702
+ <li class="option" id="option-maxHeight">
703
+ <div class="option-header">
704
+ <h3 class="option-name"><a href="#option-maxHeight">maxHeight</a></h3>
705
+ <dl>
706
+ <dt class="option-type-label">Type:</dt>
707
+ <dd class="option-type">Integer</dd>
708
+
709
+ <dt class="option-default-label">Default:</dt>
710
+ <dd class="option-default">null</dd>
711
+
712
+ </dl>
713
+ </div>
714
+ <div class="option-description">
715
+ <p>This is the maximum height the resizable should be allowed to resize to.</p>
716
+ </div>
717
+ <div class="option-examples">
718
+ <h4>Code examples</h4>
719
+ <dl class="option-examples-list">
720
+
721
+ <dt>
722
+ Initialize a resizable with the <code>maxHeight</code> option specified.
723
+ </dt>
724
+ <dd>
725
+ <pre><code>$( ".selector" ).resizable({ maxHeight: 300 });</code></pre>
726
+ </dd>
727
+
728
+
729
+ <dt>
730
+ Get or set the <code>maxHeight</code> option, after init.
731
+ </dt>
732
+ <dd>
733
+ <pre><code>//getter
734
+ var maxHeight = $( ".selector" ).resizable( "option", "maxHeight" );
735
+ //setter
736
+ $( ".selector" ).resizable( "option", "maxHeight", 300 );</code></pre>
737
+ </dd>
738
+
739
+ </dl>
740
+ </div>
741
+ </li>
742
+
743
+
744
+ <li class="option" id="option-maxWidth">
745
+ <div class="option-header">
746
+ <h3 class="option-name"><a href="#option-maxWidth">maxWidth</a></h3>
747
+ <dl>
748
+ <dt class="option-type-label">Type:</dt>
749
+ <dd class="option-type">Integer</dd>
750
+
751
+ <dt class="option-default-label">Default:</dt>
752
+ <dd class="option-default">null</dd>
753
+
754
+ </dl>
755
+ </div>
756
+ <div class="option-description">
757
+ <p>This is the maximum width the resizable should be allowed to resize to.</p>
758
+ </div>
759
+ <div class="option-examples">
760
+ <h4>Code examples</h4>
761
+ <dl class="option-examples-list">
762
+
763
+ <dt>
764
+ Initialize a resizable with the <code>maxWidth</code> option specified.
765
+ </dt>
766
+ <dd>
767
+ <pre><code>$( ".selector" ).resizable({ maxWidth: 250 });</code></pre>
768
+ </dd>
769
+
770
+
771
+ <dt>
772
+ Get or set the <code>maxWidth</code> option, after init.
773
+ </dt>
774
+ <dd>
775
+ <pre><code>//getter
776
+ var maxWidth = $( ".selector" ).resizable( "option", "maxWidth" );
777
+ //setter
778
+ $( ".selector" ).resizable( "option", "maxWidth", 250 );</code></pre>
779
+ </dd>
780
+
781
+ </dl>
782
+ </div>
783
+ </li>
784
+
785
+
786
+ <li class="option" id="option-minHeight">
787
+ <div class="option-header">
788
+ <h3 class="option-name"><a href="#option-minHeight">minHeight</a></h3>
789
+ <dl>
790
+ <dt class="option-type-label">Type:</dt>
791
+ <dd class="option-type">Integer</dd>
792
+
793
+ <dt class="option-default-label">Default:</dt>
794
+ <dd class="option-default">10</dd>
795
+
796
+ </dl>
797
+ </div>
798
+ <div class="option-description">
799
+ <p>This is the minimum height the resizable should be allowed to resize to.</p>
800
+ </div>
801
+ <div class="option-examples">
802
+ <h4>Code examples</h4>
803
+ <dl class="option-examples-list">
804
+
805
+ <dt>
806
+ Initialize a resizable with the <code>minHeight</code> option specified.
807
+ </dt>
808
+ <dd>
809
+ <pre><code>$( ".selector" ).resizable({ minHeight: 150 });</code></pre>
810
+ </dd>
811
+
812
+
813
+ <dt>
814
+ Get or set the <code>minHeight</code> option, after init.
815
+ </dt>
816
+ <dd>
817
+ <pre><code>//getter
818
+ var minHeight = $( ".selector" ).resizable( "option", "minHeight" );
819
+ //setter
820
+ $( ".selector" ).resizable( "option", "minHeight", 150 );</code></pre>
821
+ </dd>
822
+
823
+ </dl>
824
+ </div>
825
+ </li>
826
+
827
+
828
+ <li class="option" id="option-minWidth">
829
+ <div class="option-header">
830
+ <h3 class="option-name"><a href="#option-minWidth">minWidth</a></h3>
831
+ <dl>
832
+ <dt class="option-type-label">Type:</dt>
833
+ <dd class="option-type">Integer</dd>
834
+
835
+ <dt class="option-default-label">Default:</dt>
836
+ <dd class="option-default">10</dd>
837
+
838
+ </dl>
839
+ </div>
840
+ <div class="option-description">
841
+ <p>This is the minimum width the resizable should be allowed to resize to.</p>
842
+ </div>
843
+ <div class="option-examples">
844
+ <h4>Code examples</h4>
845
+ <dl class="option-examples-list">
846
+
847
+ <dt>
848
+ Initialize a resizable with the <code>minWidth</code> option specified.
849
+ </dt>
850
+ <dd>
851
+ <pre><code>$( ".selector" ).resizable({ minWidth: 75 });</code></pre>
852
+ </dd>
853
+
854
+
855
+ <dt>
856
+ Get or set the <code>minWidth</code> option, after init.
857
+ </dt>
858
+ <dd>
859
+ <pre><code>//getter
860
+ var minWidth = $( ".selector" ).resizable( "option", "minWidth" );
861
+ //setter
862
+ $( ".selector" ).resizable( "option", "minWidth", 75 );</code></pre>
863
+ </dd>
864
+
865
+ </dl>
866
+ </div>
867
+ </li>
868
+
869
+ </ul>
870
+ </div>
871
+ <div id="events">
872
+ <h2 class="top-header">Events</h2>
873
+ <ul class="events-list">
874
+
875
+ <li class="event" id="event-start">
876
+ <div class="event-header">
877
+ <h3 class="event-name"><a href="#event-start">start</a></h3>
878
+ <dl>
879
+ <dt class="event-type-label">Type:</dt>
880
+ <dd class="event-type">resizestart</dd>
881
+ </dl>
882
+ </div>
883
+ <div class="event-description">
884
+ <p>This event is triggered at the start of a resize operation.</p>
885
+ </div>
886
+ <div class="event-examples">
887
+ <h4>Code examples</h4>
888
+ <dl class="event-examples-list">
889
+
890
+ <dt>
891
+ Supply a callback function to handle the <code>start</code> event as an init option.
892
+ </dt>
893
+ <dd>
894
+ <pre><code>$( &quot;.selector&quot; ).resizable({
895
+ start: function(event, ui) { ... }
896
+ });</code></pre>
897
+ </dd>
898
+
899
+
900
+ <dt>
901
+ Bind to the <code>start</code> event by type: <code>resizestart</code>.
902
+ </dt>
903
+ <dd>
904
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;resizestart&quot;, function(event, ui) {
905
+ ...
906
+ });</code></pre>
907
+ </dd>
908
+
909
+ </dl>
910
+ </div>
911
+ </li>
912
+
913
+
914
+ <li class="event" id="event-resize">
915
+ <div class="event-header">
916
+ <h3 class="event-name"><a href="#event-resize">resize</a></h3>
917
+ <dl>
918
+ <dt class="event-type-label">Type:</dt>
919
+ <dd class="event-type">resize</dd>
920
+ </dl>
921
+ </div>
922
+ <div class="event-description">
923
+ <p>This event is triggered during the resize, on the drag of the resize handler.</p>
924
+ </div>
925
+ <div class="event-examples">
926
+ <h4>Code examples</h4>
927
+ <dl class="event-examples-list">
928
+
929
+ <dt>
930
+ Supply a callback function to handle the <code>resize</code> event as an init option.
931
+ </dt>
932
+ <dd>
933
+ <pre><code>$( &quot;.selector&quot; ).resizable({
934
+ resize: function(event, ui) { ... }
935
+ });</code></pre>
936
+ </dd>
937
+
938
+
939
+ <dt>
940
+ Bind to the <code>resize</code> event by type: <code>resize</code>.
941
+ </dt>
942
+ <dd>
943
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;resize&quot;, function(event, ui) {
944
+ ...
945
+ });</code></pre>
946
+ </dd>
947
+
948
+ </dl>
949
+ </div>
950
+ </li>
951
+
952
+
953
+ <li class="event" id="event-stop">
954
+ <div class="event-header">
955
+ <h3 class="event-name"><a href="#event-stop">stop</a></h3>
956
+ <dl>
957
+ <dt class="event-type-label">Type:</dt>
958
+ <dd class="event-type">resizestop</dd>
959
+ </dl>
960
+ </div>
961
+ <div class="event-description">
962
+ <p>This event is triggered at the end of a resize operation.</p>
963
+ </div>
964
+ <div class="event-examples">
965
+ <h4>Code examples</h4>
966
+ <dl class="event-examples-list">
967
+
968
+ <dt>
969
+ Supply a callback function to handle the <code>stop</code> event as an init option.
970
+ </dt>
971
+ <dd>
972
+ <pre><code>$( &quot;.selector&quot; ).resizable({
973
+ stop: function(event, ui) { ... }
974
+ });</code></pre>
975
+ </dd>
976
+
977
+
978
+ <dt>
979
+ Bind to the <code>stop</code> event by type: <code>resizestop</code>.
980
+ </dt>
981
+ <dd>
982
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;resizestop&quot;, function(event, ui) {
983
+ ...
984
+ });</code></pre>
985
+ </dd>
986
+
987
+ </dl>
988
+ </div>
989
+ </li>
990
+
991
+ </ul>
992
+ </div>
993
+ <div id="methods">
994
+ <h2 class="top-header">Methods</h2>
995
+ <ul class="methods-list">
996
+
997
+ <li class="method" id="method-destroy">
998
+ <div class="method-header">
999
+ <h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
1000
+ <dl>
1001
+ <dt class="method-signature-label">Signature:</dt>
1002
+ <dd class="method-signature">.resizable( "destroy"
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+ )</dd>
1011
+ </dl>
1012
+ </div>
1013
+ <div class="method-description">
1014
+ <p>Remove the resizable functionality completely. This will return the element back to its pre-init state.</p>
1015
+ </div>
1016
+ </li>
1017
+
1018
+
1019
+ <li class="method" id="method-disable">
1020
+ <div class="method-header">
1021
+ <h3 class="method-name"><a href="#method-disable">disable</a></h3>
1022
+ <dl>
1023
+ <dt class="method-signature-label">Signature:</dt>
1024
+ <dd class="method-signature">.resizable( "disable"
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ )</dd>
1033
+ </dl>
1034
+ </div>
1035
+ <div class="method-description">
1036
+ <p>Disable the resizable.</p>
1037
+ </div>
1038
+ </li>
1039
+
1040
+
1041
+ <li class="method" id="method-enable">
1042
+ <div class="method-header">
1043
+ <h3 class="method-name"><a href="#method-enable">enable</a></h3>
1044
+ <dl>
1045
+ <dt class="method-signature-label">Signature:</dt>
1046
+ <dd class="method-signature">.resizable( "enable"
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ )</dd>
1055
+ </dl>
1056
+ </div>
1057
+ <div class="method-description">
1058
+ <p>Enable the resizable.</p>
1059
+ </div>
1060
+ </li>
1061
+
1062
+
1063
+ <li class="method" id="method-option">
1064
+ <div class="method-header">
1065
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
1066
+ <dl>
1067
+ <dt class="method-signature-label">Signature:</dt>
1068
+ <dd class="method-signature">.resizable( "option"
1069
+
1070
+ , optionName
1071
+
1072
+ , <span class="optional">[</span>value<span class="optional">] </span>
1073
+
1074
+
1075
+
1076
+ )</dd>
1077
+ </dl>
1078
+ </div>
1079
+ <div class="method-description">
1080
+ <p>Get or set any resizable option. If no value is specified, will act as a getter.</p>
1081
+ </div>
1082
+ </li>
1083
+
1084
+
1085
+ <li class="method" id="method-option">
1086
+ <div class="method-header">
1087
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
1088
+ <dl>
1089
+ <dt class="method-signature-label">Signature:</dt>
1090
+ <dd class="method-signature">.resizable( "option"
1091
+
1092
+ , options
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+ )</dd>
1099
+ </dl>
1100
+ </div>
1101
+ <div class="method-description">
1102
+ <p>Set multiple resizable options at once by providing an options object.</p>
1103
+ </div>
1104
+ </li>
1105
+
1106
+
1107
+ <li class="method" id="method-widget">
1108
+ <div class="method-header">
1109
+ <h3 class="method-name"><a href="#method-widget">widget</a></h3>
1110
+ <dl>
1111
+ <dt class="method-signature-label">Signature:</dt>
1112
+ <dd class="method-signature">.resizable( "widget"
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+ )</dd>
1121
+ </dl>
1122
+ </div>
1123
+ <div class="method-description">
1124
+ <p>Returns the .ui-resizable element.</p>
1125
+ </div>
1126
+ </li>
1127
+
1128
+
1129
+ </ul>
1130
+ </div>
1131
+ <div id="theming">
1132
+ <h2 class="top-header">Theming</h2>
1133
+ <p>The jQuery UI Resizable plugin uses the jQuery UI CSS Framework to style its look and feel, including colors and background textures. We recommend using the ThemeRoller tool to create and download custom themes that are easy to build and maintain.
1134
+ </p>
1135
+ <p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.resizable.css stylesheet that can be modified. These classes are highlighed in bold below.
1136
+ </p>
1137
+
1138
+ <h3>Sample markup with jQuery UI CSS Framework classes</h3>
1139
+ &lt;div class=&quot;<strong>ui-resizable</strong>&quot;&gt;<br />
1140
+ &#160;&#160;&#160;&lt;div style=&quot;-moz-user-select: none;&quot; unselectable=&quot;on&quot; class=&quot;<strong>ui-resizable-handle ui-resizable-e</strong>&quot;&gt;&lt;/div&gt;<br />
1141
+ &#160;&#160;&#160;&lt;div style=&quot;-moz-user-select: none;&quot; unselectable=&quot;on&quot; class=&quot;<strong>ui-resizable-handle ui-resizable-s</strong>&quot;&gt;&lt;/div&gt;<br />
1142
+ &#160;&#160;&#160;&lt;div unselectable=&quot;on&quot; style=&quot;z-index: 1001; -moz-user-select: none;&quot; class=&quot;<strong>ui-resizable-handle ui-resizable-se</strong> ui-icon ui-icon-gripsmall-diagonal-se&quot;&gt;&lt;/div&gt;<br />
1143
+ &lt;/div&gt;
1144
+ <p class="theme-note">
1145
+ <strong>
1146
+ Note: This is a sample of markup generated by the resizable plugin, not markup you should use to create a resizable. The only markup needed for that is &lt;div&gt;&lt;/div&gt;.
1147
+ </strong>
1148
+ </p>
1149
+
1150
+ </div>
1151
+ </div>
1152
+
1153
+ </p><!--
1154
+ Pre-expand include size: 46113 bytes
1155
+ Post-expand include size: 76304 bytes
1156
+ Template argument size: 41354 bytes
1157
+ Maximum: 2097152 bytes
1158
+ -->
1159
+
1160
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3770-1!1!0!!en!2 and timestamp 20100910074930 -->