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,977 @@
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 Accordion</h1>
11
+ <div id="overview">
12
+ <h2 class="top-header">Overview</h2>
13
+ <div id="overview-main">
14
+ <p>Make the selected elements Accordion widgets. Semantic requirements:</p>
15
+ <p>The markup of your accordion container needs pairs of headers and content panels:</p>
16
+ <pre>&lt;div id=&quot;accordion&quot;&gt;
17
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;First header&lt;/a&gt;&lt;/h3&gt;
18
+ &lt;div&gt;First content&lt;/div&gt;
19
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Second header&lt;/a&gt;&lt;/h3&gt;
20
+ &lt;div&gt;Second content&lt;/div&gt;
21
+ &lt;/div&gt;</pre>
22
+ <p>If you use a different element for the header, specify the header-option with an appropriate selector, eg. header: 'a.header'. The content element must be always next to its header.</p>
23
+ <p>If you have links inside the accordion content and use a-elements as headers, add a class to them and use that as the header, eg. header: 'a.header'.</p>
24
+ <p>Use activate(Number) to change the active content programmatically.</p>
25
+ <div class="editsection" style="float:right;margin-left:5px;">[<a href="http://docs.jquery.com/action/edit/UI/API/1.8/Accordion?section=1" title="Edit section: NOTE: If you want multiple sections open at once, don't use an accordion">edit</a>]</div><a name="NOTE:_If_you_want_multiple_sections_open_at_once.2C_don.27t_use_an_accordion"></a><h4>NOTE: If you want multiple sections open at once, don't use an accordion</h4>
26
+ <p>An accordion doesn't allow more than one content panel to be open at the same time, and it takes a lot of effort to do that. If you are looking for a widget that allows more than one content panel to be open, don't use this. Usually it can be written with a few lines of jQuery instead, something like this:</p>
27
+ <pre>jQuery(document).ready(function(){
28
+ $('.accordion .head').click(function() {
29
+ $(this).next().toggle();
30
+ return false;
31
+ }).next().hide();
32
+ });</pre>
33
+ <p>Or animated:</p>
34
+ <pre>jQuery(document).ready(function(){
35
+ $('.accordion .head').click(function() {
36
+ $(this).next().toggle('slow');
37
+ return false;
38
+ }).next().hide();
39
+ });</pre>
40
+ </div>
41
+ <div id="overview-dependencies">
42
+ <h3>Dependencies</h3>
43
+ <ul>
44
+ <li>UI Core</li>
45
+ <li>UI Effects Core (Optional - only for non-default animations)</li>
46
+ </ul>
47
+ </div>
48
+ <div id="overview-example">
49
+ <h3>Example</h3>
50
+ <div id="overview-example" class="example">
51
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
52
+ <p><div id="demo" class="tabs-container" rel="310">
53
+ A simple jQuery UI Accordion.<br />
54
+ </p>
55
+ <pre>$(&quot;#accordion&quot;).accordion();
56
+ </pre>
57
+ <p></div><div id="source" class="tabs-container">
58
+ </p>
59
+ <pre>&lt;!DOCTYPE html&gt;
60
+ &lt;html&gt;
61
+ &lt;head&gt;
62
+ &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;
63
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&quot;&gt;&lt;/script&gt;
64
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
65
+
66
+ &lt;script&gt;
67
+ $(document).ready(function() {
68
+ $(&quot;#accordion&quot;).accordion();
69
+ });
70
+ &lt;/script&gt;
71
+ &lt;/head&gt;
72
+ &lt;body style="font-size:62.5%;"&gt;
73
+
74
+ &lt;div id=&quot;accordion&quot;&gt;
75
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 1&lt;/a&gt;&lt;/h3&gt;
76
+ &lt;div&gt;
77
+ &lt;p&gt;
78
+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
79
+ ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
80
+ amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
81
+ odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
82
+ &lt;/p&gt;
83
+ &lt;/div&gt;
84
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 2&lt;/a&gt;&lt;/h3&gt;
85
+ &lt;div&gt;
86
+ &lt;p&gt;
87
+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
88
+ purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
89
+ velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
90
+ suscipit faucibus urna.
91
+ &lt;/p&gt;
92
+ &lt;/div&gt;
93
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 3&lt;/a&gt;&lt;/h3&gt;
94
+ &lt;div&gt;
95
+ &lt;p&gt;
96
+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis.
97
+ Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero
98
+ ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis
99
+ lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.
100
+ &lt;/p&gt;
101
+ &lt;ul&gt;
102
+ &lt;li&gt;List item one&lt;/li&gt;
103
+ &lt;li&gt;List item two&lt;/li&gt;
104
+ &lt;li&gt;List item three&lt;/li&gt;
105
+ &lt;/ul&gt;
106
+ &lt;/div&gt;
107
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 4&lt;/a&gt;&lt;/h3&gt;
108
+ &lt;div&gt;
109
+ &lt;p&gt;
110
+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus
111
+ et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
112
+ faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
113
+ mauris vel est.
114
+ &lt;/p&gt;
115
+ &lt;p&gt;
116
+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
117
+ Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
118
+ inceptos himenaeos.
119
+ &lt;/p&gt;
120
+ &lt;/div&gt;
121
+ &lt;/div&gt;
122
+
123
+ &lt;/body&gt;
124
+ &lt;/html&gt;
125
+ </pre>
126
+ <p></div>
127
+ </p><p></div>
128
+ </div>
129
+ </div>
130
+ <div id="options">
131
+ <h2 class="top-header">Options</h2>
132
+ <ul class="options-list">
133
+
134
+ <li class="option" id="option-disabled">
135
+ <div class="option-header">
136
+ <h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
137
+ <dl>
138
+ <dt class="option-type-label">Type:</dt>
139
+ <dd class="option-type">Boolean</dd>
140
+
141
+ <dt class="option-default-label">Default:</dt>
142
+ <dd class="option-default">false</dd>
143
+
144
+ </dl>
145
+ </div>
146
+ <div class="option-description">
147
+ <p>Disables (true) or enables (false) the accordion. Can be set when initialising (first creating) the accordion.</p>
148
+ </div>
149
+ <div class="option-examples">
150
+ <h4>Code examples</h4>
151
+ <dl class="option-examples-list">
152
+
153
+ <dt>
154
+ Initialize a accordion with the <code>disabled</code> option specified.
155
+ </dt>
156
+ <dd>
157
+ <pre><code>$( ".selector" ).accordion({ disabled: true });</code></pre>
158
+ </dd>
159
+
160
+
161
+ <dt>
162
+ Get or set the <code>disabled</code> option, after init.
163
+ </dt>
164
+ <dd>
165
+ <pre><code>//getter
166
+ var disabled = $( ".selector" ).accordion( "option", "disabled" );
167
+ //setter
168
+ $( ".selector" ).accordion( "option", "disabled", true );</code></pre>
169
+ </dd>
170
+
171
+ </dl>
172
+ </div>
173
+ </li>
174
+
175
+
176
+ <li class="option" id="option-active">
177
+ <div class="option-header">
178
+ <h3 class="option-name"><a href="#option-active">active</a></h3>
179
+ <dl>
180
+ <dt class="option-type-label">Type:</dt>
181
+ <dd class="option-type">Selector, Element, jQuery, Boolean, Number</dd>
182
+
183
+ <dt class="option-default-label">Default:</dt>
184
+ <dd class="option-default">first child</dd>
185
+
186
+ </dl>
187
+ </div>
188
+ <div class="option-description">
189
+ <p>Selector for the active element. Set to false to display none at start. Needs <code>collapsible: true</code>.</p>
190
+ </div>
191
+ <div class="option-examples">
192
+ <h4>Code examples</h4>
193
+ <dl class="option-examples-list">
194
+
195
+ <dt>
196
+ Initialize a accordion with the <code>active</code> option specified.
197
+ </dt>
198
+ <dd>
199
+ <pre><code>$( ".selector" ).accordion({ active: 2 });</code></pre>
200
+ </dd>
201
+
202
+
203
+ <dt>
204
+ Get or set the <code>active</code> option, after init.
205
+ </dt>
206
+ <dd>
207
+ <pre><code>//getter
208
+ var active = $( ".selector" ).accordion( "option", "active" );
209
+ //setter
210
+ $( ".selector" ).accordion( "option", "active", 2 );</code></pre>
211
+ </dd>
212
+
213
+ </dl>
214
+ </div>
215
+ </li>
216
+
217
+
218
+ <li class="option" id="option-animated">
219
+ <div class="option-header">
220
+ <h3 class="option-name"><a href="#option-animated">animated</a></h3>
221
+ <dl>
222
+ <dt class="option-type-label">Type:</dt>
223
+ <dd class="option-type">Boolean, String</dd>
224
+
225
+ <dt class="option-default-label">Default:</dt>
226
+ <dd class="option-default">'slide'</dd>
227
+
228
+ </dl>
229
+ </div>
230
+ <div class="option-description">
231
+ <p>Choose your favorite animation, or disable them (set to false). In addition to the default, 'bounceslide' and all defined easing methods are supported ('bounceslide' requires UI Effects Core).</p>
232
+ </div>
233
+ <div class="option-examples">
234
+ <h4>Code examples</h4>
235
+ <dl class="option-examples-list">
236
+
237
+ <dt>
238
+ Initialize a accordion with the <code>animated</code> option specified.
239
+ </dt>
240
+ <dd>
241
+ <pre><code>$( ".selector" ).accordion({ animated: 'bounceslide' });</code></pre>
242
+ </dd>
243
+
244
+
245
+ <dt>
246
+ Get or set the <code>animated</code> option, after init.
247
+ </dt>
248
+ <dd>
249
+ <pre><code>//getter
250
+ var animated = $( ".selector" ).accordion( "option", "animated" );
251
+ //setter
252
+ $( ".selector" ).accordion( "option", "animated", 'bounceslide' );</code></pre>
253
+ </dd>
254
+
255
+ </dl>
256
+ </div>
257
+ </li>
258
+
259
+
260
+ <li class="option" id="option-autoHeight">
261
+ <div class="option-header">
262
+ <h3 class="option-name"><a href="#option-autoHeight">autoHeight</a></h3>
263
+ <dl>
264
+ <dt class="option-type-label">Type:</dt>
265
+ <dd class="option-type">Boolean</dd>
266
+
267
+ <dt class="option-default-label">Default:</dt>
268
+ <dd class="option-default">true</dd>
269
+
270
+ </dl>
271
+ </div>
272
+ <div class="option-description">
273
+ <p>If set, the highest content part is used as height reference for all other parts. Provides more consistent animations.</p>
274
+ </div>
275
+ <div class="option-examples">
276
+ <h4>Code examples</h4>
277
+ <dl class="option-examples-list">
278
+
279
+ <dt>
280
+ Initialize a accordion with the <code>autoHeight</code> option specified.
281
+ </dt>
282
+ <dd>
283
+ <pre><code>$( ".selector" ).accordion({ autoHeight: false });</code></pre>
284
+ </dd>
285
+
286
+
287
+ <dt>
288
+ Get or set the <code>autoHeight</code> option, after init.
289
+ </dt>
290
+ <dd>
291
+ <pre><code>//getter
292
+ var autoHeight = $( ".selector" ).accordion( "option", "autoHeight" );
293
+ //setter
294
+ $( ".selector" ).accordion( "option", "autoHeight", false );</code></pre>
295
+ </dd>
296
+
297
+ </dl>
298
+ </div>
299
+ </li>
300
+
301
+
302
+ <li class="option" id="option-clearStyle">
303
+ <div class="option-header">
304
+ <h3 class="option-name"><a href="#option-clearStyle">clearStyle</a></h3>
305
+ <dl>
306
+ <dt class="option-type-label">Type:</dt>
307
+ <dd class="option-type">Boolean</dd>
308
+
309
+ <dt class="option-default-label">Default:</dt>
310
+ <dd class="option-default">false</dd>
311
+
312
+ </dl>
313
+ </div>
314
+ <div class="option-description">
315
+ <p>If set, clears height and overflow styles after finishing animations. This enables accordions to work with dynamic content. Won't work together with autoHeight.</p>
316
+ </div>
317
+ <div class="option-examples">
318
+ <h4>Code examples</h4>
319
+ <dl class="option-examples-list">
320
+
321
+ <dt>
322
+ Initialize a accordion with the <code>clearStyle</code> option specified.
323
+ </dt>
324
+ <dd>
325
+ <pre><code>$( ".selector" ).accordion({ clearStyle: true });</code></pre>
326
+ </dd>
327
+
328
+
329
+ <dt>
330
+ Get or set the <code>clearStyle</code> option, after init.
331
+ </dt>
332
+ <dd>
333
+ <pre><code>//getter
334
+ var clearStyle = $( ".selector" ).accordion( "option", "clearStyle" );
335
+ //setter
336
+ $( ".selector" ).accordion( "option", "clearStyle", true );</code></pre>
337
+ </dd>
338
+
339
+ </dl>
340
+ </div>
341
+ </li>
342
+
343
+
344
+ <li class="option" id="option-collapsible">
345
+ <div class="option-header">
346
+ <h3 class="option-name"><a href="#option-collapsible">collapsible</a></h3>
347
+ <dl>
348
+ <dt class="option-type-label">Type:</dt>
349
+ <dd class="option-type">Boolean</dd>
350
+
351
+ <dt class="option-default-label">Default:</dt>
352
+ <dd class="option-default">false</dd>
353
+
354
+ </dl>
355
+ </div>
356
+ <div class="option-description">
357
+ <p>Whether all the sections can be closed at once. Allows collapsing the active section by the triggering event (click is the default).</p>
358
+ </div>
359
+ <div class="option-examples">
360
+ <h4>Code examples</h4>
361
+ <dl class="option-examples-list">
362
+
363
+ <dt>
364
+ Initialize a accordion with the <code>collapsible</code> option specified.
365
+ </dt>
366
+ <dd>
367
+ <pre><code>$( ".selector" ).accordion({ collapsible: true });</code></pre>
368
+ </dd>
369
+
370
+
371
+ <dt>
372
+ Get or set the <code>collapsible</code> option, after init.
373
+ </dt>
374
+ <dd>
375
+ <pre><code>//getter
376
+ var collapsible = $( ".selector" ).accordion( "option", "collapsible" );
377
+ //setter
378
+ $( ".selector" ).accordion( "option", "collapsible", true );</code></pre>
379
+ </dd>
380
+
381
+ </dl>
382
+ </div>
383
+ </li>
384
+
385
+
386
+ <li class="option" id="option-event">
387
+ <div class="option-header">
388
+ <h3 class="option-name"><a href="#option-event">event</a></h3>
389
+ <dl>
390
+ <dt class="option-type-label">Type:</dt>
391
+ <dd class="option-type">String</dd>
392
+
393
+ <dt class="option-default-label">Default:</dt>
394
+ <dd class="option-default">'click'</dd>
395
+
396
+ </dl>
397
+ </div>
398
+ <div class="option-description">
399
+ <p>The event on which to trigger the accordion.</p>
400
+ </div>
401
+ <div class="option-examples">
402
+ <h4>Code examples</h4>
403
+ <dl class="option-examples-list">
404
+
405
+ <dt>
406
+ Initialize a accordion with the <code>event</code> option specified.
407
+ </dt>
408
+ <dd>
409
+ <pre><code>$( ".selector" ).accordion({ event: 'mouseover' });</code></pre>
410
+ </dd>
411
+
412
+
413
+ <dt>
414
+ Get or set the <code>event</code> option, after init.
415
+ </dt>
416
+ <dd>
417
+ <pre><code>//getter
418
+ var event = $( ".selector" ).accordion( "option", "event" );
419
+ //setter
420
+ $( ".selector" ).accordion( "option", "event", 'mouseover' );</code></pre>
421
+ </dd>
422
+
423
+ </dl>
424
+ </div>
425
+ </li>
426
+
427
+
428
+ <li class="option" id="option-fillSpace">
429
+ <div class="option-header">
430
+ <h3 class="option-name"><a href="#option-fillSpace">fillSpace</a></h3>
431
+ <dl>
432
+ <dt class="option-type-label">Type:</dt>
433
+ <dd class="option-type">Boolean</dd>
434
+
435
+ <dt class="option-default-label">Default:</dt>
436
+ <dd class="option-default">false</dd>
437
+
438
+ </dl>
439
+ </div>
440
+ <div class="option-description">
441
+ <p>If set, the accordion completely fills the height of the parent element. Overrides autoheight.</p>
442
+ </div>
443
+ <div class="option-examples">
444
+ <h4>Code examples</h4>
445
+ <dl class="option-examples-list">
446
+
447
+ <dt>
448
+ Initialize a accordion with the <code>fillSpace</code> option specified.
449
+ </dt>
450
+ <dd>
451
+ <pre><code>$( ".selector" ).accordion({ fillSpace: true });</code></pre>
452
+ </dd>
453
+
454
+
455
+ <dt>
456
+ Get or set the <code>fillSpace</code> option, after init.
457
+ </dt>
458
+ <dd>
459
+ <pre><code>//getter
460
+ var fillSpace = $( ".selector" ).accordion( "option", "fillSpace" );
461
+ //setter
462
+ $( ".selector" ).accordion( "option", "fillSpace", true );</code></pre>
463
+ </dd>
464
+
465
+ </dl>
466
+ </div>
467
+ </li>
468
+
469
+
470
+ <li class="option" id="option-header">
471
+ <div class="option-header">
472
+ <h3 class="option-name"><a href="#option-header">header</a></h3>
473
+ <dl>
474
+ <dt class="option-type-label">Type:</dt>
475
+ <dd class="option-type">Selector, jQuery</dd>
476
+
477
+ <dt class="option-default-label">Default:</dt>
478
+ <dd class="option-default">'&gt; li &gt;&nbsp;:first-child,&gt;&nbsp;:not(li):even'</dd>
479
+
480
+ </dl>
481
+ </div>
482
+ <div class="option-description">
483
+ <p>Selector for the header element.</p>
484
+ </div>
485
+ <div class="option-examples">
486
+ <h4>Code examples</h4>
487
+ <dl class="option-examples-list">
488
+
489
+ <dt>
490
+ Initialize a accordion with the <code>header</code> option specified.
491
+ </dt>
492
+ <dd>
493
+ <pre><code>$( ".selector" ).accordion({ header: 'h3' });</code></pre>
494
+ </dd>
495
+
496
+
497
+ <dt>
498
+ Get or set the <code>header</code> option, after init.
499
+ </dt>
500
+ <dd>
501
+ <pre><code>//getter
502
+ var header = $( ".selector" ).accordion( "option", "header" );
503
+ //setter
504
+ $( ".selector" ).accordion( "option", "header", 'h3' );</code></pre>
505
+ </dd>
506
+
507
+ </dl>
508
+ </div>
509
+ </li>
510
+
511
+
512
+ <li class="option" id="option-icons">
513
+ <div class="option-header">
514
+ <h3 class="option-name"><a href="#option-icons">icons</a></h3>
515
+ <dl>
516
+ <dt class="option-type-label">Type:</dt>
517
+ <dd class="option-type">Object</dd>
518
+
519
+ <dt class="option-default-label">Default:</dt>
520
+ <dd class="option-default">{ 'header': 'ui-icon-triangle-1-e', 'headerSelected': 'ui-icon-triangle-1-s' }</dd>
521
+
522
+ </dl>
523
+ </div>
524
+ <div class="option-description">
525
+ <p>Icons to use for headers. Icons may be specified for 'header' and 'headerSelected', and we recommend using the icons native to the jQuery UI CSS Framework manipulated by <a href="http://www.themeroller.com" class="external text" title="http://www.themeroller.com">jQuery UI ThemeRoller</a></p>
526
+ </div>
527
+ <div class="option-examples">
528
+ <h4>Code examples</h4>
529
+ <dl class="option-examples-list">
530
+
531
+ <dt>
532
+ Initialize a accordion with the <code>icons</code> option specified.
533
+ </dt>
534
+ <dd>
535
+ <pre><code>$( ".selector" ).accordion({ icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } });</code></pre>
536
+ </dd>
537
+
538
+
539
+ <dt>
540
+ Get or set the <code>icons</code> option, after init.
541
+ </dt>
542
+ <dd>
543
+ <pre><code>//getter
544
+ var icons = $( ".selector" ).accordion( "option", "icons" );
545
+ //setter
546
+ $( ".selector" ).accordion( "option", "icons", { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } );</code></pre>
547
+ </dd>
548
+
549
+ </dl>
550
+ </div>
551
+ </li>
552
+
553
+
554
+ <li class="option" id="option-navigation">
555
+ <div class="option-header">
556
+ <h3 class="option-name"><a href="#option-navigation">navigation</a></h3>
557
+ <dl>
558
+ <dt class="option-type-label">Type:</dt>
559
+ <dd class="option-type">Boolean</dd>
560
+
561
+ <dt class="option-default-label">Default:</dt>
562
+ <dd class="option-default">false</dd>
563
+
564
+ </dl>
565
+ </div>
566
+ <div class="option-description">
567
+ <p>If set, looks for the anchor that matches location.href and activates it. Great for href-based state-saving. Use navigationFilter to implement your own matcher.</p>
568
+ </div>
569
+ <div class="option-examples">
570
+ <h4>Code examples</h4>
571
+ <dl class="option-examples-list">
572
+
573
+ <dt>
574
+ Initialize a accordion with the <code>navigation</code> option specified.
575
+ </dt>
576
+ <dd>
577
+ <pre><code>$( ".selector" ).accordion({ navigation: true });</code></pre>
578
+ </dd>
579
+
580
+
581
+ <dt>
582
+ Get or set the <code>navigation</code> option, after init.
583
+ </dt>
584
+ <dd>
585
+ <pre><code>//getter
586
+ var navigation = $( ".selector" ).accordion( "option", "navigation" );
587
+ //setter
588
+ $( ".selector" ).accordion( "option", "navigation", true );</code></pre>
589
+ </dd>
590
+
591
+ </dl>
592
+ </div>
593
+ </li>
594
+
595
+
596
+ <li class="option" id="option-navigationFilter">
597
+ <div class="option-header">
598
+ <h3 class="option-name"><a href="#option-navigationFilter">navigationFilter</a></h3>
599
+ <dl>
600
+ <dt class="option-type-label">Type:</dt>
601
+ <dd class="option-type">Function</dd>
602
+
603
+ <dt class="option-default-label">Default:</dt>
604
+ <dd class="option-default"> </dd>
605
+
606
+ </dl>
607
+ </div>
608
+ <div class="option-description">
609
+ <p>Overwrite the default location.href-matching with your own matcher.</p>
610
+ </div>
611
+ <div class="option-examples">
612
+ <h4>Code examples</h4>
613
+ <dl class="option-examples-list">
614
+
615
+ <dt>
616
+ Initialize a accordion with the <code>navigationFilter</code> option specified.
617
+ </dt>
618
+ <dd>
619
+ <pre><code>$( ".selector" ).accordion({ navigationFilter: function(){ ... } });</code></pre>
620
+ </dd>
621
+
622
+
623
+ <dt>
624
+ Get or set the <code>navigationFilter</code> option, after init.
625
+ </dt>
626
+ <dd>
627
+ <pre><code>//getter
628
+ var navigationFilter = $( ".selector" ).accordion( "option", "navigationFilter" );
629
+ //setter
630
+ $( ".selector" ).accordion( "option", "navigationFilter", function(){ ... } );</code></pre>
631
+ </dd>
632
+
633
+ </dl>
634
+ </div>
635
+ </li>
636
+
637
+ </ul>
638
+ </div>
639
+ <div id="events">
640
+ <h2 class="top-header">Events</h2>
641
+ <ul class="events-list">
642
+
643
+ <li class="event" id="event-change">
644
+ <div class="event-header">
645
+ <h3 class="event-name"><a href="#event-change">change</a></h3>
646
+ <dl>
647
+ <dt class="event-type-label">Type:</dt>
648
+ <dd class="event-type">accordionchange</dd>
649
+ </dl>
650
+ </div>
651
+ <div class="event-description">
652
+ <p>This event is triggered every time the accordion changes. If the accordion is animated, the event will be triggered upon completion of the animation; otherwise, it is triggered immediately.
653
+ </p>
654
+ <pre>$('.ui-accordion').bind('accordionchange', function(event, ui) {
655
+ ui.newHeader // jQuery object, activated header
656
+ ui.oldHeader // jQuery object, previous header
657
+ ui.newContent // jQuery object, activated content
658
+ ui.oldContent // jQuery object, previous content
659
+ });</pre></p>
660
+ </div>
661
+ <div class="event-examples">
662
+ <h4>Code examples</h4>
663
+ <dl class="event-examples-list">
664
+
665
+ <dt>
666
+ Supply a callback function to handle the <code>change</code> event as an init option.
667
+ </dt>
668
+ <dd>
669
+ <pre><code>$( &quot;.selector&quot; ).accordion({
670
+ change: function(event, ui) { ... }
671
+ });</code></pre>
672
+ </dd>
673
+
674
+
675
+ <dt>
676
+ Bind to the <code>change</code> event by type: <code>accordionchange</code>.
677
+ </dt>
678
+ <dd>
679
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;accordionchange&quot;, function(event, ui) {
680
+ ...
681
+ });</code></pre>
682
+ </dd>
683
+
684
+ </dl>
685
+ </div>
686
+ </li>
687
+
688
+ <p>
689
+ <li class="event" id="event-changestart">
690
+ <div class="event-header">
691
+ <h3 class="event-name"><a href="#event-changestart">changestart</a></h3>
692
+ <dl>
693
+ <dt class="event-type-label">Type:</dt>
694
+ <dd class="event-type">accordionchangestart</dd>
695
+ </dl>
696
+ </div>
697
+ <div class="event-description">
698
+ <p>This event is triggered every time the accordion starts to change.
699
+ </p>
700
+ <pre>$('.ui-accordion').bind('accordionchangestart', function(event, ui) {
701
+ ui.newHeader // jQuery object, activated header
702
+ ui.oldHeader // jQuery object, previous header
703
+ ui.newContent // jQuery object, activated content
704
+ ui.oldContent // jQuery object, previous content
705
+ });</pre></p>
706
+ </div>
707
+ <div class="event-examples">
708
+ <h4>Code examples</h4>
709
+ <dl class="event-examples-list">
710
+
711
+ <dt>
712
+ Supply a callback function to handle the <code>changestart</code> event as an init option.
713
+ </dt>
714
+ <dd>
715
+ <pre><code>$( &quot;.selector&quot; ).accordion({
716
+ changestart: function(event, ui) { ... }
717
+ });</code></pre>
718
+ </dd>
719
+
720
+
721
+ <dt>
722
+ Bind to the <code>changestart</code> event by type: <code>accordionchangestart</code>.
723
+ </dt>
724
+ <dd>
725
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;accordionchangestart&quot;, function(event, ui) {
726
+ ...
727
+ });</code></pre>
728
+ </dd>
729
+
730
+ </dl>
731
+ </div>
732
+ </li>
733
+
734
+ </ul>
735
+ </div>
736
+ <div id="methods">
737
+ <h2 class="top-header">Methods</h2>
738
+ <ul class="methods-list">
739
+
740
+ <li class="method" id="method-destroy">
741
+ <div class="method-header">
742
+ <h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
743
+ <dl>
744
+ <dt class="method-signature-label">Signature:</dt>
745
+ <dd class="method-signature">.accordion( "destroy"
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+ )</dd>
754
+ </dl>
755
+ </div>
756
+ <div class="method-description">
757
+ <p>Remove the accordion functionality completely. This will return the element back to its pre-init state.</p>
758
+ </div>
759
+ </li>
760
+
761
+ <p>
762
+ <li class="method" id="method-disable">
763
+ <div class="method-header">
764
+ <h3 class="method-name"><a href="#method-disable">disable</a></h3>
765
+ <dl>
766
+ <dt class="method-signature-label">Signature:</dt>
767
+ <dd class="method-signature">.accordion( "disable"
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+ )</dd>
776
+ </dl>
777
+ </div>
778
+ <div class="method-description">
779
+ <p>Disable the accordion.</p>
780
+ </div>
781
+ </li>
782
+
783
+
784
+ <li class="method" id="method-enable">
785
+ <div class="method-header">
786
+ <h3 class="method-name"><a href="#method-enable">enable</a></h3>
787
+ <dl>
788
+ <dt class="method-signature-label">Signature:</dt>
789
+ <dd class="method-signature">.accordion( "enable"
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+ )</dd>
798
+ </dl>
799
+ </div>
800
+ <div class="method-description">
801
+ <p>Enable the accordion.</p>
802
+ </div>
803
+ </li>
804
+
805
+
806
+ <li class="method" id="method-option">
807
+ <div class="method-header">
808
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
809
+ <dl>
810
+ <dt class="method-signature-label">Signature:</dt>
811
+ <dd class="method-signature">.accordion( "option"
812
+
813
+ , optionName
814
+
815
+ , <span class="optional">[</span>value<span class="optional">] </span>
816
+
817
+
818
+
819
+ )</dd>
820
+ </dl>
821
+ </div>
822
+ <div class="method-description">
823
+ <p>Get or set any accordion option. If no value is specified, will act as a getter.</p>
824
+ </div>
825
+ </li>
826
+
827
+
828
+ <li class="method" id="method-option">
829
+ <div class="method-header">
830
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
831
+ <dl>
832
+ <dt class="method-signature-label">Signature:</dt>
833
+ <dd class="method-signature">.accordion( "option"
834
+
835
+ , options
836
+
837
+
838
+
839
+
840
+
841
+ )</dd>
842
+ </dl>
843
+ </div>
844
+ <div class="method-description">
845
+ <p>Set multiple accordion options at once by providing an options object.</p>
846
+ </div>
847
+ </li>
848
+
849
+
850
+ <li class="method" id="method-widget">
851
+ <div class="method-header">
852
+ <h3 class="method-name"><a href="#method-widget">widget</a></h3>
853
+ <dl>
854
+ <dt class="method-signature-label">Signature:</dt>
855
+ <dd class="method-signature">.accordion( "widget"
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+ )</dd>
864
+ </dl>
865
+ </div>
866
+ <div class="method-description">
867
+ <p>Returns the .ui-accordion element.</p>
868
+ </div>
869
+ </li>
870
+
871
+
872
+ <li class="method" id="method-activate">
873
+ <div class="method-header">
874
+ <h3 class="method-name"><a href="#method-activate">activate</a></h3>
875
+ <dl>
876
+ <dt class="method-signature-label">Signature:</dt>
877
+ <dd class="method-signature">.accordion( "activate"
878
+
879
+ , index
880
+
881
+
882
+
883
+
884
+
885
+ )</dd>
886
+ </dl>
887
+ </div>
888
+ <div class="method-description">
889
+ <p>Activate a content part of the Accordion programmatically. The index can be a zero-indexed number to match the position of the header to close or a Selector matching an element. Pass <code>false</code> to close all (only possible with <code>collapsible:true</code>).</p>
890
+ </div>
891
+ </li>
892
+
893
+
894
+ <li class="method" id="method-resize">
895
+ <div class="method-header">
896
+ <h3 class="method-name"><a href="#method-resize">resize</a></h3>
897
+ <dl>
898
+ <dt class="method-signature-label">Signature:</dt>
899
+ <dd class="method-signature">.accordion( "resize"
900
+
901
+
902
+
903
+
904
+
905
+
906
+
907
+ )</dd>
908
+ </dl>
909
+ </div>
910
+ <div class="method-description">
911
+ <p>Recompute heights of the accordion contents when using the fillSpace option and the container height changed. For example, when the container is a resizable, this method should be called by its resize-event.</p>
912
+ </div>
913
+ </li>
914
+
915
+ </ul>
916
+ </div>
917
+ <div id="theming">
918
+ <h2 class="top-header">Theming</h2>
919
+ <p>The jQuery UI Accordion 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.
920
+ </p>
921
+ <p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.accordion.css stylesheet that can be modified. These classes are highlighed in bold below.
922
+ </p>
923
+
924
+ <h3>Sample markup with jQuery UI CSS Framework classes</h3>
925
+ &lt;div class="<strong>ui-accordion</strong> ui-widget ui-helper-reset"&gt;<br />
926
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-active ui-corner-top"&gt;<br />
927
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-s"/&gt;<br />
928
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 1&lt;/a&gt;<br />
929
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
930
+ &nbsp;&nbsp;&lt;div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom <strong>ui-accordion-content-active</strong>"&gt;<br />
931
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 1 content<br />
932
+ &nbsp;&nbsp;&lt;/div&gt;<br />
933
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"&gt;<br />
934
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-e"/&gt;<br />
935
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 2&lt;/a&gt;<br />
936
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
937
+ &nbsp;&nbsp;&lt;div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"&gt;<br />
938
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 2 content<br />
939
+ &nbsp;&nbsp;&lt;/div&gt;<br />
940
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"&gt;<br />
941
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-e"/&gt;<br />
942
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 3&lt;/a&gt;<br />
943
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
944
+ &nbsp;&nbsp;&lt;div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"&gt;<br />
945
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 3 content<br />
946
+ &nbsp;&nbsp;&lt;/div&gt;<br />
947
+ &lt;/div&gt;<br />
948
+ <p class="theme-note">
949
+ <strong>
950
+ Note: This is a sample of markup generated by the accordion plugin, not markup you should use to create a accordion. The only markup needed for that is <br />&lt;div&gt;<br />
951
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 1&lt;/a&gt;&lt;/h3&gt;<br />
952
+ &#160;&#160;&#160;&lt;div&gt;<br />
953
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 1 content<br />
954
+ &#160;&#160;&#160;&lt;/div&gt;<br />
955
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 2&lt;/a&gt;&lt;/h3&gt;<br />
956
+ &#160;&#160;&#160;&lt;div&gt;<br />
957
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 2 content<br />
958
+ &#160;&#160;&#160;&lt;/div&gt;<br />
959
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 3&lt;/a&gt;&lt;/h3&gt;<br />
960
+ &#160;&#160;&#160;&lt;div&gt;<br />
961
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 3 content<br />
962
+ &#160;&#160;&#160;&lt;/div&gt;<br />
963
+ &lt;/div&gt;.
964
+ </strong>
965
+ </p>
966
+
967
+ </div>
968
+ </div>
969
+
970
+ </p><!--
971
+ Pre-expand include size: 36551 bytes
972
+ Post-expand include size: 61985 bytes
973
+ Template argument size: 35253 bytes
974
+ Maximum: 2097152 bytes
975
+ -->
976
+
977
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3773-1!1!0!!en!2 and timestamp 20100910151506 -->