rbbt-views 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (551) hide show
  1. data/LICENSE +20 -0
  2. data/lib/rbbt/workflow/rest/auth.rb +69 -0
  3. data/lib/rbbt/workflow/rest/client.rb +162 -0
  4. data/lib/rbbt/workflow/rest/entity.rb +77 -0
  5. data/lib/rbbt/workflow/rest/render.rb +209 -0
  6. data/lib/rbbt/workflow/rest/util.rb +329 -0
  7. data/lib/rbbt/workflow/rest.rb +437 -0
  8. data/share/views/compass/_base.sass +19 -0
  9. data/share/views/compass/app.sass +103 -0
  10. data/share/views/compass/compass.config +33 -0
  11. data/share/views/compass/form.sass +23 -0
  12. data/share/views/compass/layout.sass +0 -0
  13. data/share/views/compass/main.sass +161 -0
  14. data/share/views/compass/screen.sass +8 -0
  15. data/share/views/dependencies.haml +7 -0
  16. data/share/views/entity/Gene.haml +6 -0
  17. data/share/views/error.haml +2 -0
  18. data/share/views/files.haml +5 -0
  19. data/share/views/form.haml +66 -0
  20. data/share/views/info.haml +19 -0
  21. data/share/views/job_list.haml +5 -0
  22. data/share/views/js/app.js +221 -0
  23. data/share/views/layout.haml +89 -0
  24. data/share/views/partials/_context_control.haml +14 -0
  25. data/share/views/partials/_job_control.haml +17 -0
  26. data/share/views/partials/_result_table.haml +43 -0
  27. data/share/views/partials/_result_table_controls.haml +47 -0
  28. data/share/views/public/plugins/jqgrid/css/ellipsis-xbl.xml +13 -0
  29. data/share/views/public/plugins/jqgrid/css/ui.jqgrid.css +140 -0
  30. data/share/views/public/plugins/jqgrid/js/Changes.txt +1160 -0
  31. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ar.js +126 -0
  32. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg.js +132 -0
  33. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-bg1251.js +132 -0
  34. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cat.js +128 -0
  35. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cn.js +132 -0
  36. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-cs.js +128 -0
  37. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-da.js +128 -0
  38. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-de.js +133 -0
  39. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-el.js +126 -0
  40. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-en.js +128 -0
  41. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-es.js +128 -0
  42. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fa.js +145 -0
  43. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fi.js +128 -0
  44. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-fr.js +126 -0
  45. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-gl.js +126 -0
  46. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-he.js +127 -0
  47. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-hu.js +129 -0
  48. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-is.js +126 -0
  49. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-it.js +1 -0
  50. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ja.js +155 -0
  51. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-lt.js +128 -0
  52. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-mne.js +128 -0
  53. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-nl.js +149 -0
  54. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-no.js +1 -0
  55. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pl.js +127 -0
  56. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt-br.js +127 -0
  57. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-pt.js +125 -0
  58. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ro.js +139 -0
  59. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ru.js +127 -0
  60. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sk.js +127 -0
  61. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sr.js +128 -0
  62. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-sv.js +127 -0
  63. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-th.js +128 -0
  64. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-tr.js +126 -0
  65. data/share/views/public/plugins/jqgrid/js/i18n/grid.locale-ua.js +127 -0
  66. data/share/views/public/plugins/jqgrid/js/install.txt +43 -0
  67. data/share/views/public/plugins/jqgrid/js/jquery-1.5.2.min.js +16 -0
  68. data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.min.js +464 -0
  69. data/share/views/public/plugins/jqgrid/js/jquery.jqGrid.src.js +10977 -0
  70. data/share/views/public/plugins/jqgrid/plugins/grid.addons.js +704 -0
  71. data/share/views/public/plugins/jqgrid/plugins/grid.postext.js +64 -0
  72. data/share/views/public/plugins/jqgrid/plugins/grid.setcolumns.js +126 -0
  73. data/share/views/public/plugins/jqgrid/plugins/jquery.contextmenu.js +144 -0
  74. data/share/views/public/plugins/jqgrid/plugins/jquery.searchFilter.js +716 -0
  75. data/share/views/public/plugins/jqgrid/plugins/jquery.tablednd.js +383 -0
  76. data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.css +30 -0
  77. data/share/views/public/plugins/jqgrid/plugins/ui.multiselect.js +314 -0
  78. data/share/views/public/plugins/jqgrid/src/JsonXml.js +338 -0
  79. data/share/views/public/plugins/jqgrid/src/css/ellipsis-xbl.xml +13 -0
  80. data/share/views/public/plugins/jqgrid/src/css/ui.jqgrid.css +140 -0
  81. data/share/views/public/plugins/jqgrid/src/css/ui.multiselect.css +30 -0
  82. data/share/views/public/plugins/jqgrid/src/grid.base.js +3279 -0
  83. data/share/views/public/plugins/jqgrid/src/grid.celledit.js +488 -0
  84. data/share/views/public/plugins/jqgrid/src/grid.common.js +668 -0
  85. data/share/views/public/plugins/jqgrid/src/grid.custom.js +440 -0
  86. data/share/views/public/plugins/jqgrid/src/grid.filter.js +713 -0
  87. data/share/views/public/plugins/jqgrid/src/grid.formedit.js +1964 -0
  88. data/share/views/public/plugins/jqgrid/src/grid.grouping.js +292 -0
  89. data/share/views/public/plugins/jqgrid/src/grid.import.js +201 -0
  90. data/share/views/public/plugins/jqgrid/src/grid.inlinedit.js +311 -0
  91. data/share/views/public/plugins/jqgrid/src/grid.jqueryui.js +504 -0
  92. data/share/views/public/plugins/jqgrid/src/grid.loader.js +50 -0
  93. data/share/views/public/plugins/jqgrid/src/grid.subgrid.js +292 -0
  94. data/share/views/public/plugins/jqgrid/src/grid.tbltogrid.js +106 -0
  95. data/share/views/public/plugins/jqgrid/src/grid.treegrid.js +666 -0
  96. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ar.js +126 -0
  97. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg.js +132 -0
  98. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-bg1251.js +132 -0
  99. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cat.js +128 -0
  100. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cn.js +132 -0
  101. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-cs.js +128 -0
  102. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-da.js +128 -0
  103. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-de.js +133 -0
  104. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-dk.js +128 -0
  105. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-el.js +126 -0
  106. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-en.js +128 -0
  107. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-es.js +128 -0
  108. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fa.js +145 -0
  109. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fi.js +128 -0
  110. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-fr.js +126 -0
  111. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-gl.js +126 -0
  112. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-he.js +127 -0
  113. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-hu.js +129 -0
  114. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-is.js +126 -0
  115. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-it.js +1 -0
  116. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ja.js +155 -0
  117. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-lt.js +128 -0
  118. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-mne.js +128 -0
  119. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-nl.js +149 -0
  120. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-no.js +1 -0
  121. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pl.js +127 -0
  122. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt-br.js +127 -0
  123. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-pt.js +125 -0
  124. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ro.js +139 -0
  125. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ru.js +127 -0
  126. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sk.js +127 -0
  127. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sr.js +128 -0
  128. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-sv.js +127 -0
  129. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-th.js +128 -0
  130. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-tr.js +126 -0
  131. data/share/views/public/plugins/jqgrid/src/i18n/grid.locale-ua.js +127 -0
  132. data/share/views/public/plugins/jqgrid/src/jqDnR.js +71 -0
  133. data/share/views/public/plugins/jqgrid/src/jqModal.js +69 -0
  134. data/share/views/public/plugins/jqgrid/src/jquery.fmatter.js +583 -0
  135. data/share/views/public/plugins/jquery/js/jquery-1.6.2.min.js +18 -0
  136. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  137. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  138. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  139. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  140. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  141. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  142. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  143. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  144. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_222222_256x240.png +0 -0
  145. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
  146. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_454545_256x240.png +0 -0
  147. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_888888_256x240.png +0 -0
  148. data/share/views/public/plugins/jquery-ui/css/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  149. data/share/views/public/plugins/jquery-ui/css/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
  150. data/share/views/public/plugins/jquery-ui/development-bundle/AUTHORS.txt +30 -0
  151. data/share/views/public/plugins/jquery-ui/development-bundle/GPL-LICENSE.txt +278 -0
  152. data/share/views/public/plugins/jquery-ui/development-bundle/MIT-LICENSE.txt +25 -0
  153. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/collapsible.html +57 -0
  154. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/custom-icons.html +69 -0
  155. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/default.html +85 -0
  156. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/fillspace.html +76 -0
  157. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/hoverintent.html +134 -0
  158. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/index.html +25 -0
  159. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/mouseover.html +57 -0
  160. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/no-auto-height.html +60 -0
  161. data/share/views/public/plugins/jquery-ui/development-bundle/demos/accordion/sortable.html +83 -0
  162. data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/default.html +52 -0
  163. data/share/views/public/plugins/jquery-ui/development-bundle/demos/addClass/index.html +18 -0
  164. data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/default.html +61 -0
  165. data/share/views/public/plugins/jquery-ui/development-bundle/demos/animate/index.html +18 -0
  166. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/categories.html +71 -0
  167. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/combobox.html +174 -0
  168. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/custom-data.html +95 -0
  169. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/default.html +64 -0
  170. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/folding.html +62 -0
  171. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  172. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  173. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  174. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  175. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  176. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/index.html +27 -0
  177. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/london.xml +114 -0
  178. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/maxheight.html +79 -0
  179. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
  180. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/multiple.html +99 -0
  181. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  182. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  183. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/remote.html +59 -0
  184. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/search.php +640 -0
  185. data/share/views/public/plugins/jquery-ui/development-bundle/demos/autocomplete/xml.html +72 -0
  186. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/checkbox.html +44 -0
  187. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/default.html +38 -0
  188. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/icons.html +56 -0
  189. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/index.html +23 -0
  190. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/radio.html +39 -0
  191. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/splitbutton.html +55 -0
  192. data/share/views/public/plugins/jquery-ui/development-bundle/demos/button/toolbar.html +120 -0
  193. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/alt-field.html +36 -0
  194. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/animation.html +58 -0
  195. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/buttonbar.html +35 -0
  196. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-formats.html +47 -0
  197. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/date-range.html +49 -0
  198. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/default.html +33 -0
  199. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  200. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  201. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  202. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/index.html +31 -0
  203. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/inline.html +33 -0
  204. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/localization.html +162 -0
  205. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/min-max.html +33 -0
  206. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  207. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/other-months.html +37 -0
  208. data/share/views/public/plugins/jquery-ui/development-bundle/demos/datepicker/show-week.html +39 -0
  209. data/share/views/public/plugins/jquery-ui/development-bundle/demos/demos.css +334 -0
  210. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/animated.html +56 -0
  211. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/default.html +54 -0
  212. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/index.html +23 -0
  213. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  214. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-form.html +167 -0
  215. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal-message.html +71 -0
  216. data/share/views/public/plugins/jquery-ui/development-bundle/demos/dialog/modal.html +60 -0
  217. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/constrain-movement.html +69 -0
  218. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/cursor-style.html +49 -0
  219. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html +39 -0
  220. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/delay-start.html +45 -0
  221. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/events.html +77 -0
  222. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/handle.html +50 -0
  223. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/index.html +28 -0
  224. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/revert.html +44 -0
  225. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/scroll.html +51 -0
  226. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/snap-to.html +68 -0
  227. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/sortable.html +57 -0
  228. data/share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/visual-feedback.html +77 -0
  229. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/accepted-elements.html +60 -0
  230. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/default.html +53 -0
  231. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  232. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  233. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  234. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  235. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  236. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  237. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  238. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  239. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/index.html +24 -0
  240. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/photo-manager.html +184 -0
  241. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/propagation.html +80 -0
  242. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/revert.html +61 -0
  243. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/shopping-cart.html +101 -0
  244. data/share/views/public/plugins/jquery-ui/development-bundle/demos/droppable/visual-feedback.html +78 -0
  245. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/default.html +109 -0
  246. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/easing.html +108 -0
  247. data/share/views/public/plugins/jquery-ui/development-bundle/demos/effect/index.html +19 -0
  248. data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/default.html +102 -0
  249. data/share/views/public/plugins/jquery-ui/development-bundle/demos/hide/index.html +18 -0
  250. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/calendar.gif +0 -0
  251. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  252. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-config-on.gif +0 -0
  253. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  254. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  255. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/icon-docs-info.gif +0 -0
  256. data/share/views/public/plugins/jquery-ui/development-bundle/demos/images/pbar-ani.gif +0 -0
  257. data/share/views/public/plugins/jquery-ui/development-bundle/demos/index.html +321 -0
  258. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/cycler.html +122 -0
  259. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/default.html +153 -0
  260. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/earth.jpg +0 -0
  261. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/flight.jpg +0 -0
  262. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/images/rocket.jpg +0 -0
  263. data/share/views/public/plugins/jquery-ui/development-bundle/demos/position/index.html +19 -0
  264. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/animated.html +44 -0
  265. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/default.html +35 -0
  266. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  267. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/index.html +20 -0
  268. data/share/views/public/plugins/jquery-ui/development-bundle/demos/progressbar/resize.html +40 -0
  269. data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/default.html +52 -0
  270. data/share/views/public/plugins/jquery-ui/development-bundle/demos/removeClass/index.html +18 -0
  271. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/animate.html +43 -0
  272. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/aspect-ratio.html +42 -0
  273. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/constrain-area.html +47 -0
  274. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/default.html +40 -0
  275. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/delay-start.html +52 -0
  276. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/helper.html +43 -0
  277. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/index.html +28 -0
  278. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/max-min.html +45 -0
  279. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/snap-to-grid.html +42 -0
  280. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/synchronous-resize.html +49 -0
  281. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/textarea.html +41 -0
  282. data/share/views/public/plugins/jquery-ui/development-bundle/demos/resizable/visual-feedback.html +43 -0
  283. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/default.html +50 -0
  284. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/display-grid.html +55 -0
  285. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/index.html +20 -0
  286. data/share/views/public/plugins/jquery-ui/development-bundle/demos/selectable/serialize.html +61 -0
  287. data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/default.html +104 -0
  288. data/share/views/public/plugins/jquery-ui/development-bundle/demos/show/index.html +18 -0
  289. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/colorpicker.html +95 -0
  290. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/default.html +37 -0
  291. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/hotelrooms.html +59 -0
  292. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/index.html +29 -0
  293. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/multiple-vertical.html +77 -0
  294. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range-vertical.html +51 -0
  295. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/range.html +52 -0
  296. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemax.html +50 -0
  297. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/rangemin.html +51 -0
  298. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/side-scroll.html +140 -0
  299. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/slider-vertical.html +52 -0
  300. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/steps.html +51 -0
  301. data/share/views/public/plugins/jquery-ui/development-bundle/demos/slider/tabs.html +67 -0
  302. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
  303. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/connect-lists.html +58 -0
  304. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/default.html +51 -0
  305. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/delay-start.html +67 -0
  306. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/display-grid.html +54 -0
  307. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/empty-lists.html +69 -0
  308. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/index.html +26 -0
  309. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/items.html +70 -0
  310. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/placeholder.html +56 -0
  311. data/share/views/public/plugins/jquery-ui/development-bundle/demos/sortable/portlets.html +96 -0
  312. data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/default.html +47 -0
  313. data/share/views/public/plugins/jquery-ui/development-bundle/demos/switchClass/index.html +18 -0
  314. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content1.html +4 -0
  315. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content2.html +4 -0
  316. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
  317. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
  318. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/ajax.html +53 -0
  319. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/bottom.html +60 -0
  320. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/collapsible.html +55 -0
  321. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/cookie.html +57 -0
  322. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/default.html +49 -0
  323. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/index.html +25 -0
  324. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/manipulation.html +124 -0
  325. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/mouseover.html +53 -0
  326. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/sortable.html +58 -0
  327. data/share/views/public/plugins/jquery-ui/development-bundle/demos/tabs/vertical.html +61 -0
  328. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/default.html +94 -0
  329. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggle/index.html +18 -0
  330. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/default.html +46 -0
  331. data/share/views/public/plugins/jquery-ui/development-bundle/demos/toggleClass/index.html +18 -0
  332. data/share/views/public/plugins/jquery-ui/development-bundle/docs/accordion.html +1017 -0
  333. data/share/views/public/plugins/jquery-ui/development-bundle/docs/addClass.html +109 -0
  334. data/share/views/public/plugins/jquery-ui/development-bundle/docs/animate.html +78 -0
  335. data/share/views/public/plugins/jquery-ui/development-bundle/docs/autocomplete.html +875 -0
  336. data/share/views/public/plugins/jquery-ui/development-bundle/docs/button.html +500 -0
  337. data/share/views/public/plugins/jquery-ui/development-bundle/docs/datepicker.html +2570 -0
  338. data/share/views/public/plugins/jquery-ui/development-bundle/docs/dialog.html +1698 -0
  339. data/share/views/public/plugins/jquery-ui/development-bundle/docs/draggable.html +1577 -0
  340. data/share/views/public/plugins/jquery-ui/development-bundle/docs/droppable.html +829 -0
  341. data/share/views/public/plugins/jquery-ui/development-bundle/docs/effect.html +143 -0
  342. data/share/views/public/plugins/jquery-ui/development-bundle/docs/hide.html +144 -0
  343. data/share/views/public/plugins/jquery-ui/development-bundle/docs/position.html +227 -0
  344. data/share/views/public/plugins/jquery-ui/development-bundle/docs/progressbar.html +460 -0
  345. data/share/views/public/plugins/jquery-ui/development-bundle/docs/removeClass.html +113 -0
  346. data/share/views/public/plugins/jquery-ui/development-bundle/docs/resizable.html +1201 -0
  347. data/share/views/public/plugins/jquery-ui/development-bundle/docs/selectable.html +848 -0
  348. data/share/views/public/plugins/jquery-ui/development-bundle/docs/show.html +144 -0
  349. data/share/views/public/plugins/jquery-ui/development-bundle/docs/slider.html +860 -0
  350. data/share/views/public/plugins/jquery-ui/development-bundle/docs/sortable.html +1953 -0
  351. data/share/views/public/plugins/jquery-ui/development-bundle/docs/switchClass.html +129 -0
  352. data/share/views/public/plugins/jquery-ui/development-bundle/docs/tabs.html +1549 -0
  353. data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggle.html +144 -0
  354. data/share/views/public/plugins/jquery-ui/development-bundle/docs/toggleClass.html +111 -0
  355. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  356. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.cookie.js +89 -0
  357. data/share/views/public/plugins/jquery-ui/development-bundle/external/jquery.metadata.js +122 -0
  358. data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.css +153 -0
  359. data/share/views/public/plugins/jquery-ui/development-bundle/external/qunit.js +1261 -0
  360. data/share/views/public/plugins/jquery-ui/development-bundle/jquery-1.5.1.js +8316 -0
  361. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  362. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  363. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  364. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  365. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  366. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  367. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  368. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  369. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  370. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  371. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  372. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  373. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  374. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.accordion.css +19 -0
  375. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.all.css +11 -0
  376. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  377. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.base.css +11 -0
  378. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.button.css +38 -0
  379. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.core.css +41 -0
  380. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  381. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  382. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  383. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.resizable.css +20 -0
  384. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  385. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.slider.css +24 -0
  386. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
  387. data/share/views/public/plugins/jquery-ui/development-bundle/themes/base/jquery.ui.theme.css +247 -0
  388. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  389. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  390. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  391. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  392. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  393. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  394. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  395. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  396. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_222222_256x240.png +0 -0
  397. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_2e83ff_256x240.png +0 -0
  398. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_454545_256x240.png +0 -0
  399. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_888888_256x240.png +0 -0
  400. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  401. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery-ui-1.8.14.custom.css +568 -0
  402. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.accordion.css +19 -0
  403. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.all.css +11 -0
  404. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.autocomplete.css +53 -0
  405. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.base.css +11 -0
  406. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.button.css +38 -0
  407. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.core.css +41 -0
  408. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.datepicker.css +68 -0
  409. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.dialog.css +21 -0
  410. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.progressbar.css +11 -0
  411. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.resizable.css +20 -0
  412. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.selectable.css +10 -0
  413. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.slider.css +24 -0
  414. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.tabs.css +18 -0
  415. data/share/views/public/plugins/jquery-ui/development-bundle/themes/custom-theme/jquery.ui.theme.css +249 -0
  416. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
  417. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  418. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  419. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  420. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  421. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  422. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  423. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  424. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  425. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  426. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  427. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  428. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  429. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  430. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  431. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  432. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  433. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  434. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  435. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  436. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  437. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  438. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  439. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  440. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  441. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  442. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  443. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  444. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  445. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  446. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  447. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  448. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  449. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  450. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  451. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  452. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  453. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  454. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  455. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  456. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  457. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  458. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  459. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  460. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  461. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  462. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  463. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  464. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  465. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  466. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  467. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  468. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  469. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  470. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  471. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  472. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  473. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  474. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  475. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  476. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  477. data/share/views/public/plugins/jquery-ui/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  478. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery-ui-1.8.14.custom.js +11729 -0
  479. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.blind.js +49 -0
  480. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.bounce.js +78 -0
  481. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.clip.js +54 -0
  482. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.core.js +746 -0
  483. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.drop.js +50 -0
  484. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.explode.js +79 -0
  485. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fade.js +32 -0
  486. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.fold.js +56 -0
  487. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.highlight.js +50 -0
  488. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.pulsate.js +51 -0
  489. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.scale.js +178 -0
  490. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.shake.js +57 -0
  491. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.slide.js +50 -0
  492. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.effects.transfer.js +45 -0
  493. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.accordion.js +611 -0
  494. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
  495. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.button.js +416 -0
  496. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.core.js +312 -0
  497. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.datepicker.js +1814 -0
  498. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.dialog.js +878 -0
  499. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.draggable.js +823 -0
  500. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.droppable.js +296 -0
  501. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.mouse.js +160 -0
  502. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.position.js +252 -0
  503. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.progressbar.js +109 -0
  504. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.resizable.js +842 -0
  505. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.selectable.js +266 -0
  506. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.slider.js +666 -0
  507. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.sortable.js +1077 -0
  508. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.tabs.js +758 -0
  509. data/share/views/public/plugins/jquery-ui/development-bundle/ui/jquery.ui.widget.js +262 -0
  510. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.blind.min.js +14 -0
  511. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.bounce.min.js +15 -0
  512. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.clip.min.js +14 -0
  513. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.core.min.js +30 -0
  514. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.drop.min.js +14 -0
  515. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.explode.min.js +15 -0
  516. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fade.min.js +13 -0
  517. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.fold.min.js +14 -0
  518. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.highlight.min.js +14 -0
  519. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.pulsate.min.js +14 -0
  520. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.scale.min.js +20 -0
  521. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.shake.min.js +14 -0
  522. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.slide.min.js +14 -0
  523. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.effects.transfer.min.js +14 -0
  524. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.accordion.min.js +30 -0
  525. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
  526. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.button.min.js +27 -0
  527. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  528. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.datepicker.min.js +83 -0
  529. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
  530. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
  531. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.droppable.min.js +27 -0
  532. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  533. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  534. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  535. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.resizable.min.js +49 -0
  536. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  537. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.slider.min.js +33 -0
  538. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  539. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.tabs.min.js +35 -0
  540. data/share/views/public/plugins/jquery-ui/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  541. data/share/views/public/plugins/jquery-ui/development-bundle/version.txt +1 -0
  542. data/share/views/public/plugins/jquery-ui/index.html +367 -0
  543. data/share/views/public/plugins/jquery-ui/js/jquery-1.5.1.min.js +16 -0
  544. data/share/views/public/plugins/jquery-ui/js/jquery-ui-1.8.14.custom.min.js +789 -0
  545. data/share/views/result.haml +38 -0
  546. data/share/views/task_list.haml +7 -0
  547. data/share/views/wait.haml +2 -0
  548. data/share/views/workflow_list.haml +5 -0
  549. data/test/rbbt/workflow/rest/test_client.rb +29 -0
  550. data/test/test_helper.rb +4 -0
  551. metadata +686 -0
@@ -0,0 +1,1017 @@
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 Widget</li>
46
+ <li>UI Effects Core (Optional - only for non-default animations)</li>
47
+ </ul>
48
+ </div>
49
+ <div id="overview-example">
50
+ <h3>Example</h3>
51
+ <div id="overview-example" class="example">
52
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
53
+ <p><div id="demo" class="tabs-container" rel="310">
54
+ A simple jQuery UI Accordion.<br />
55
+ </p>
56
+ <pre>$(&quot;#accordion&quot;).accordion();
57
+ </pre>
58
+ <p></div><div id="source" class="tabs-container">
59
+ </p>
60
+ <pre>&lt;!DOCTYPE html&gt;
61
+ &lt;html&gt;
62
+ &lt;head&gt;
63
+ &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;
64
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&quot;&gt;&lt;/script&gt;
65
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
66
+
67
+ &lt;script&gt;
68
+ $(document).ready(function() {
69
+ $(&quot;#accordion&quot;).accordion();
70
+ });
71
+ &lt;/script&gt;
72
+ &lt;/head&gt;
73
+ &lt;body style="font-size:62.5%;"&gt;
74
+
75
+ &lt;div id=&quot;accordion&quot;&gt;
76
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 1&lt;/a&gt;&lt;/h3&gt;
77
+ &lt;div&gt;
78
+ &lt;p&gt;
79
+ Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
80
+ ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
81
+ amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
82
+ odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
83
+ &lt;/p&gt;
84
+ &lt;/div&gt;
85
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 2&lt;/a&gt;&lt;/h3&gt;
86
+ &lt;div&gt;
87
+ &lt;p&gt;
88
+ Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
89
+ purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
90
+ velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
91
+ suscipit faucibus urna.
92
+ &lt;/p&gt;
93
+ &lt;/div&gt;
94
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 3&lt;/a&gt;&lt;/h3&gt;
95
+ &lt;div&gt;
96
+ &lt;p&gt;
97
+ Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis.
98
+ Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero
99
+ ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis
100
+ lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.
101
+ &lt;/p&gt;
102
+ &lt;ul&gt;
103
+ &lt;li&gt;List item one&lt;/li&gt;
104
+ &lt;li&gt;List item two&lt;/li&gt;
105
+ &lt;li&gt;List item three&lt;/li&gt;
106
+ &lt;/ul&gt;
107
+ &lt;/div&gt;
108
+ &lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 4&lt;/a&gt;&lt;/h3&gt;
109
+ &lt;div&gt;
110
+ &lt;p&gt;
111
+ Cras dictum. Pellentesque habitant morbi tristique senectus et netus
112
+ et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
113
+ faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
114
+ mauris vel est.
115
+ &lt;/p&gt;
116
+ &lt;p&gt;
117
+ Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
118
+ Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
119
+ inceptos himenaeos.
120
+ &lt;/p&gt;
121
+ &lt;/div&gt;
122
+ &lt;/div&gt;
123
+
124
+ &lt;/body&gt;
125
+ &lt;/html&gt;
126
+ </pre>
127
+ <p></div>
128
+ </p><p></div>
129
+ </div>
130
+ </div>
131
+ <div id="options">
132
+ <h2 class="top-header">Options</h2>
133
+ <ul class="options-list">
134
+
135
+ <li class="option" id="option-disabled">
136
+ <div class="option-header">
137
+ <h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
138
+ <dl>
139
+ <dt class="option-type-label">Type:</dt>
140
+ <dd class="option-type">Boolean</dd>
141
+
142
+ <dt class="option-default-label">Default:</dt>
143
+ <dd class="option-default">false</dd>
144
+
145
+ </dl>
146
+ </div>
147
+ <div class="option-description">
148
+ <p>Disables (true) or enables (false) the accordion. Can be set when initialising (first creating) the accordion.</p>
149
+ </div>
150
+ <div class="option-examples">
151
+ <h4>Code examples</h4>
152
+ <dl class="option-examples-list">
153
+
154
+ <dt>
155
+ Initialize a accordion with the <code>disabled</code> option specified.
156
+ </dt>
157
+ <dd>
158
+ <pre><code>$( ".selector" ).accordion({ disabled: true });</code></pre>
159
+ </dd>
160
+
161
+
162
+ <dt>
163
+ Get or set the <code>disabled</code> option, after init.
164
+ </dt>
165
+ <dd>
166
+ <pre><code>//getter
167
+ var disabled = $( ".selector" ).accordion( "option", "disabled" );
168
+ //setter
169
+ $( ".selector" ).accordion( "option", "disabled", true );</code></pre>
170
+ </dd>
171
+
172
+ </dl>
173
+ </div>
174
+ </li>
175
+
176
+
177
+ <li class="option" id="option-active">
178
+ <div class="option-header">
179
+ <h3 class="option-name"><a href="#option-active">active</a></h3>
180
+ <dl>
181
+ <dt class="option-type-label">Type:</dt>
182
+ <dd class="option-type">Selector, Element, jQuery, Boolean, Number</dd>
183
+
184
+ <dt class="option-default-label">Default:</dt>
185
+ <dd class="option-default">first child</dd>
186
+
187
+ </dl>
188
+ </div>
189
+ <div class="option-description">
190
+ <p>Selector for the active element. Set to false to display none at start. Needs <code>collapsible: true</code>.</p>
191
+ </div>
192
+ <div class="option-examples">
193
+ <h4>Code examples</h4>
194
+ <dl class="option-examples-list">
195
+
196
+ <dt>
197
+ Initialize a accordion with the <code>active</code> option specified.
198
+ </dt>
199
+ <dd>
200
+ <pre><code>$( ".selector" ).accordion({ active: 2 });</code></pre>
201
+ </dd>
202
+
203
+
204
+ <dt>
205
+ Get or set the <code>active</code> option, after init.
206
+ </dt>
207
+ <dd>
208
+ <pre><code>//getter
209
+ var active = $( ".selector" ).accordion( "option", "active" );
210
+ //setter
211
+ $( ".selector" ).accordion( "option", "active", 2 );</code></pre>
212
+ </dd>
213
+
214
+ </dl>
215
+ </div>
216
+ </li>
217
+
218
+
219
+ <li class="option" id="option-animated">
220
+ <div class="option-header">
221
+ <h3 class="option-name"><a href="#option-animated">animated</a></h3>
222
+ <dl>
223
+ <dt class="option-type-label">Type:</dt>
224
+ <dd class="option-type">Boolean, String</dd>
225
+
226
+ <dt class="option-default-label">Default:</dt>
227
+ <dd class="option-default">'slide'</dd>
228
+
229
+ </dl>
230
+ </div>
231
+ <div class="option-description">
232
+ <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>
233
+ </div>
234
+ <div class="option-examples">
235
+ <h4>Code examples</h4>
236
+ <dl class="option-examples-list">
237
+
238
+ <dt>
239
+ Initialize a accordion with the <code>animated</code> option specified.
240
+ </dt>
241
+ <dd>
242
+ <pre><code>$( ".selector" ).accordion({ animated: 'bounceslide' });</code></pre>
243
+ </dd>
244
+
245
+
246
+ <dt>
247
+ Get or set the <code>animated</code> option, after init.
248
+ </dt>
249
+ <dd>
250
+ <pre><code>//getter
251
+ var animated = $( ".selector" ).accordion( "option", "animated" );
252
+ //setter
253
+ $( ".selector" ).accordion( "option", "animated", 'bounceslide' );</code></pre>
254
+ </dd>
255
+
256
+ </dl>
257
+ </div>
258
+ </li>
259
+
260
+
261
+ <li class="option" id="option-autoHeight">
262
+ <div class="option-header">
263
+ <h3 class="option-name"><a href="#option-autoHeight">autoHeight</a></h3>
264
+ <dl>
265
+ <dt class="option-type-label">Type:</dt>
266
+ <dd class="option-type">Boolean</dd>
267
+
268
+ <dt class="option-default-label">Default:</dt>
269
+ <dd class="option-default">true</dd>
270
+
271
+ </dl>
272
+ </div>
273
+ <div class="option-description">
274
+ <p>If set, the highest content part is used as height reference for all other parts. Provides more consistent animations.</p>
275
+ </div>
276
+ <div class="option-examples">
277
+ <h4>Code examples</h4>
278
+ <dl class="option-examples-list">
279
+
280
+ <dt>
281
+ Initialize a accordion with the <code>autoHeight</code> option specified.
282
+ </dt>
283
+ <dd>
284
+ <pre><code>$( ".selector" ).accordion({ autoHeight: false });</code></pre>
285
+ </dd>
286
+
287
+
288
+ <dt>
289
+ Get or set the <code>autoHeight</code> option, after init.
290
+ </dt>
291
+ <dd>
292
+ <pre><code>//getter
293
+ var autoHeight = $( ".selector" ).accordion( "option", "autoHeight" );
294
+ //setter
295
+ $( ".selector" ).accordion( "option", "autoHeight", false );</code></pre>
296
+ </dd>
297
+
298
+ </dl>
299
+ </div>
300
+ </li>
301
+
302
+
303
+ <li class="option" id="option-clearStyle">
304
+ <div class="option-header">
305
+ <h3 class="option-name"><a href="#option-clearStyle">clearStyle</a></h3>
306
+ <dl>
307
+ <dt class="option-type-label">Type:</dt>
308
+ <dd class="option-type">Boolean</dd>
309
+
310
+ <dt class="option-default-label">Default:</dt>
311
+ <dd class="option-default">false</dd>
312
+
313
+ </dl>
314
+ </div>
315
+ <div class="option-description">
316
+ <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>
317
+ </div>
318
+ <div class="option-examples">
319
+ <h4>Code examples</h4>
320
+ <dl class="option-examples-list">
321
+
322
+ <dt>
323
+ Initialize a accordion with the <code>clearStyle</code> option specified.
324
+ </dt>
325
+ <dd>
326
+ <pre><code>$( ".selector" ).accordion({ clearStyle: true });</code></pre>
327
+ </dd>
328
+
329
+
330
+ <dt>
331
+ Get or set the <code>clearStyle</code> option, after init.
332
+ </dt>
333
+ <dd>
334
+ <pre><code>//getter
335
+ var clearStyle = $( ".selector" ).accordion( "option", "clearStyle" );
336
+ //setter
337
+ $( ".selector" ).accordion( "option", "clearStyle", true );</code></pre>
338
+ </dd>
339
+
340
+ </dl>
341
+ </div>
342
+ </li>
343
+
344
+
345
+ <li class="option" id="option-collapsible">
346
+ <div class="option-header">
347
+ <h3 class="option-name"><a href="#option-collapsible">collapsible</a></h3>
348
+ <dl>
349
+ <dt class="option-type-label">Type:</dt>
350
+ <dd class="option-type">Boolean</dd>
351
+
352
+ <dt class="option-default-label">Default:</dt>
353
+ <dd class="option-default">false</dd>
354
+
355
+ </dl>
356
+ </div>
357
+ <div class="option-description">
358
+ <p>Whether all the sections can be closed at once. Allows collapsing the active section by the triggering event (click is the default).</p>
359
+ </div>
360
+ <div class="option-examples">
361
+ <h4>Code examples</h4>
362
+ <dl class="option-examples-list">
363
+
364
+ <dt>
365
+ Initialize a accordion with the <code>collapsible</code> option specified.
366
+ </dt>
367
+ <dd>
368
+ <pre><code>$( ".selector" ).accordion({ collapsible: true });</code></pre>
369
+ </dd>
370
+
371
+
372
+ <dt>
373
+ Get or set the <code>collapsible</code> option, after init.
374
+ </dt>
375
+ <dd>
376
+ <pre><code>//getter
377
+ var collapsible = $( ".selector" ).accordion( "option", "collapsible" );
378
+ //setter
379
+ $( ".selector" ).accordion( "option", "collapsible", true );</code></pre>
380
+ </dd>
381
+
382
+ </dl>
383
+ </div>
384
+ </li>
385
+
386
+
387
+ <li class="option" id="option-event">
388
+ <div class="option-header">
389
+ <h3 class="option-name"><a href="#option-event">event</a></h3>
390
+ <dl>
391
+ <dt class="option-type-label">Type:</dt>
392
+ <dd class="option-type">String</dd>
393
+
394
+ <dt class="option-default-label">Default:</dt>
395
+ <dd class="option-default">'click'</dd>
396
+
397
+ </dl>
398
+ </div>
399
+ <div class="option-description">
400
+ <p>The event on which to trigger the accordion.</p>
401
+ </div>
402
+ <div class="option-examples">
403
+ <h4>Code examples</h4>
404
+ <dl class="option-examples-list">
405
+
406
+ <dt>
407
+ Initialize a accordion with the <code>event</code> option specified.
408
+ </dt>
409
+ <dd>
410
+ <pre><code>$( ".selector" ).accordion({ event: 'mouseover' });</code></pre>
411
+ </dd>
412
+
413
+
414
+ <dt>
415
+ Get or set the <code>event</code> option, after init.
416
+ </dt>
417
+ <dd>
418
+ <pre><code>//getter
419
+ var event = $( ".selector" ).accordion( "option", "event" );
420
+ //setter
421
+ $( ".selector" ).accordion( "option", "event", 'mouseover' );</code></pre>
422
+ </dd>
423
+
424
+ </dl>
425
+ </div>
426
+ </li>
427
+
428
+
429
+ <li class="option" id="option-fillSpace">
430
+ <div class="option-header">
431
+ <h3 class="option-name"><a href="#option-fillSpace">fillSpace</a></h3>
432
+ <dl>
433
+ <dt class="option-type-label">Type:</dt>
434
+ <dd class="option-type">Boolean</dd>
435
+
436
+ <dt class="option-default-label">Default:</dt>
437
+ <dd class="option-default">false</dd>
438
+
439
+ </dl>
440
+ </div>
441
+ <div class="option-description">
442
+ <p>If set, the accordion completely fills the height of the parent element. Overrides autoheight.</p>
443
+ </div>
444
+ <div class="option-examples">
445
+ <h4>Code examples</h4>
446
+ <dl class="option-examples-list">
447
+
448
+ <dt>
449
+ Initialize a accordion with the <code>fillSpace</code> option specified.
450
+ </dt>
451
+ <dd>
452
+ <pre><code>$( ".selector" ).accordion({ fillSpace: true });</code></pre>
453
+ </dd>
454
+
455
+
456
+ <dt>
457
+ Get or set the <code>fillSpace</code> option, after init.
458
+ </dt>
459
+ <dd>
460
+ <pre><code>//getter
461
+ var fillSpace = $( ".selector" ).accordion( "option", "fillSpace" );
462
+ //setter
463
+ $( ".selector" ).accordion( "option", "fillSpace", true );</code></pre>
464
+ </dd>
465
+
466
+ </dl>
467
+ </div>
468
+ </li>
469
+
470
+
471
+ <li class="option" id="option-header">
472
+ <div class="option-header">
473
+ <h3 class="option-name"><a href="#option-header">header</a></h3>
474
+ <dl>
475
+ <dt class="option-type-label">Type:</dt>
476
+ <dd class="option-type">Selector, jQuery</dd>
477
+
478
+ <dt class="option-default-label">Default:</dt>
479
+ <dd class="option-default">'&gt; li &gt;&nbsp;:first-child,&gt;&nbsp;:not(li):even'</dd>
480
+
481
+ </dl>
482
+ </div>
483
+ <div class="option-description">
484
+ <p>Selector for the header element.</p>
485
+ </div>
486
+ <div class="option-examples">
487
+ <h4>Code examples</h4>
488
+ <dl class="option-examples-list">
489
+
490
+ <dt>
491
+ Initialize a accordion with the <code>header</code> option specified.
492
+ </dt>
493
+ <dd>
494
+ <pre><code>$( ".selector" ).accordion({ header: 'h3' });</code></pre>
495
+ </dd>
496
+
497
+
498
+ <dt>
499
+ Get or set the <code>header</code> option, after init.
500
+ </dt>
501
+ <dd>
502
+ <pre><code>//getter
503
+ var header = $( ".selector" ).accordion( "option", "header" );
504
+ //setter
505
+ $( ".selector" ).accordion( "option", "header", 'h3' );</code></pre>
506
+ </dd>
507
+
508
+ </dl>
509
+ </div>
510
+ </li>
511
+
512
+
513
+ <li class="option" id="option-icons">
514
+ <div class="option-header">
515
+ <h3 class="option-name"><a href="#option-icons">icons</a></h3>
516
+ <dl>
517
+ <dt class="option-type-label">Type:</dt>
518
+ <dd class="option-type">Object</dd>
519
+
520
+ <dt class="option-default-label">Default:</dt>
521
+ <dd class="option-default">{ 'header': 'ui-icon-triangle-1-e', 'headerSelected': 'ui-icon-triangle-1-s' }</dd>
522
+
523
+ </dl>
524
+ </div>
525
+ <div class="option-description">
526
+ <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>
527
+ </div>
528
+ <div class="option-examples">
529
+ <h4>Code examples</h4>
530
+ <dl class="option-examples-list">
531
+
532
+ <dt>
533
+ Initialize a accordion with the <code>icons</code> option specified.
534
+ </dt>
535
+ <dd>
536
+ <pre><code>$( ".selector" ).accordion({ icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } });</code></pre>
537
+ </dd>
538
+
539
+
540
+ <dt>
541
+ Get or set the <code>icons</code> option, after init.
542
+ </dt>
543
+ <dd>
544
+ <pre><code>//getter
545
+ var icons = $( ".selector" ).accordion( "option", "icons" );
546
+ //setter
547
+ $( ".selector" ).accordion( "option", "icons", { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' } );</code></pre>
548
+ </dd>
549
+
550
+ </dl>
551
+ </div>
552
+ </li>
553
+
554
+
555
+ <li class="option" id="option-navigation">
556
+ <div class="option-header">
557
+ <h3 class="option-name"><a href="#option-navigation">navigation</a></h3>
558
+ <dl>
559
+ <dt class="option-type-label">Type:</dt>
560
+ <dd class="option-type">Boolean</dd>
561
+
562
+ <dt class="option-default-label">Default:</dt>
563
+ <dd class="option-default">false</dd>
564
+
565
+ </dl>
566
+ </div>
567
+ <div class="option-description">
568
+ <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>
569
+ </div>
570
+ <div class="option-examples">
571
+ <h4>Code examples</h4>
572
+ <dl class="option-examples-list">
573
+
574
+ <dt>
575
+ Initialize a accordion with the <code>navigation</code> option specified.
576
+ </dt>
577
+ <dd>
578
+ <pre><code>$( ".selector" ).accordion({ navigation: true });</code></pre>
579
+ </dd>
580
+
581
+
582
+ <dt>
583
+ Get or set the <code>navigation</code> option, after init.
584
+ </dt>
585
+ <dd>
586
+ <pre><code>//getter
587
+ var navigation = $( ".selector" ).accordion( "option", "navigation" );
588
+ //setter
589
+ $( ".selector" ).accordion( "option", "navigation", true );</code></pre>
590
+ </dd>
591
+
592
+ </dl>
593
+ </div>
594
+ </li>
595
+
596
+
597
+ <li class="option" id="option-navigationFilter">
598
+ <div class="option-header">
599
+ <h3 class="option-name"><a href="#option-navigationFilter">navigationFilter</a></h3>
600
+ <dl>
601
+ <dt class="option-type-label">Type:</dt>
602
+ <dd class="option-type">Function</dd>
603
+
604
+ <dt class="option-default-label">Default:</dt>
605
+ <dd class="option-default"> </dd>
606
+
607
+ </dl>
608
+ </div>
609
+ <div class="option-description">
610
+ <p>Overwrite the default location.href-matching with your own matcher.</p>
611
+ </div>
612
+ <div class="option-examples">
613
+ <h4>Code examples</h4>
614
+ <dl class="option-examples-list">
615
+
616
+ <dt>
617
+ Initialize a accordion with the <code>navigationFilter</code> option specified.
618
+ </dt>
619
+ <dd>
620
+ <pre><code>$( ".selector" ).accordion({ navigationFilter: function(){ ... } });</code></pre>
621
+ </dd>
622
+
623
+
624
+ <dt>
625
+ Get or set the <code>navigationFilter</code> option, after init.
626
+ </dt>
627
+ <dd>
628
+ <pre><code>//getter
629
+ var navigationFilter = $( ".selector" ).accordion( "option", "navigationFilter" );
630
+ //setter
631
+ $( ".selector" ).accordion( "option", "navigationFilter", function(){ ... } );</code></pre>
632
+ </dd>
633
+
634
+ </dl>
635
+ </div>
636
+ </li>
637
+
638
+ </ul>
639
+ </div>
640
+ <div id="events">
641
+ <h2 class="top-header">Events</h2>
642
+ <ul class="events-list">
643
+
644
+ <li class="event" id="event-create">
645
+ <div class="event-header">
646
+ <h3 class="event-name"><a href="#event-create">create</a></h3>
647
+ <dl>
648
+ <dt class="event-type-label">Type:</dt>
649
+ <dd class="event-type">accordioncreate</dd>
650
+ </dl>
651
+ </div>
652
+ <div class="event-description">
653
+ <p>This event is triggered when accordion is created.</p>
654
+ </div>
655
+ <div class="event-examples">
656
+ <h4>Code examples</h4>
657
+ <dl class="event-examples-list">
658
+
659
+ <dt>
660
+ Supply a callback function to handle the <code>create</code> event as an init option.
661
+ </dt>
662
+ <dd>
663
+ <pre><code>$( &quot;.selector&quot; ).accordion({
664
+ create: function(event, ui) { ... }
665
+ });</code></pre>
666
+ </dd>
667
+
668
+
669
+ <dt>
670
+ Bind to the <code>create</code> event by type: <code>accordioncreate</code>.
671
+ </dt>
672
+ <dd>
673
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;accordioncreate&quot;, function(event, ui) {
674
+ ...
675
+ });</code></pre>
676
+ </dd>
677
+
678
+ </dl>
679
+ </div>
680
+ </li>
681
+
682
+
683
+ <li class="event" id="event-change">
684
+ <div class="event-header">
685
+ <h3 class="event-name"><a href="#event-change">change</a></h3>
686
+ <dl>
687
+ <dt class="event-type-label">Type:</dt>
688
+ <dd class="event-type">accordionchange</dd>
689
+ </dl>
690
+ </div>
691
+ <div class="event-description">
692
+ <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.
693
+ </p>
694
+ <pre>$('.ui-accordion').bind('accordionchange', function(event, ui) {
695
+ ui.newHeader // jQuery object, activated header
696
+ ui.oldHeader // jQuery object, previous header
697
+ ui.newContent // jQuery object, activated content
698
+ ui.oldContent // jQuery object, previous content
699
+ });</pre></p>
700
+ </div>
701
+ <div class="event-examples">
702
+ <h4>Code examples</h4>
703
+ <dl class="event-examples-list">
704
+
705
+ <dt>
706
+ Supply a callback function to handle the <code>change</code> event as an init option.
707
+ </dt>
708
+ <dd>
709
+ <pre><code>$( &quot;.selector&quot; ).accordion({
710
+ change: function(event, ui) { ... }
711
+ });</code></pre>
712
+ </dd>
713
+
714
+
715
+ <dt>
716
+ Bind to the <code>change</code> event by type: <code>accordionchange</code>.
717
+ </dt>
718
+ <dd>
719
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;accordionchange&quot;, function(event, ui) {
720
+ ...
721
+ });</code></pre>
722
+ </dd>
723
+
724
+ </dl>
725
+ </div>
726
+ </li>
727
+
728
+ <p>
729
+ <li class="event" id="event-changestart">
730
+ <div class="event-header">
731
+ <h3 class="event-name"><a href="#event-changestart">changestart</a></h3>
732
+ <dl>
733
+ <dt class="event-type-label">Type:</dt>
734
+ <dd class="event-type">accordionchangestart</dd>
735
+ </dl>
736
+ </div>
737
+ <div class="event-description">
738
+ <p>This event is triggered every time the accordion starts to change.
739
+ </p>
740
+ <pre>$('.ui-accordion').bind('accordionchangestart', function(event, ui) {
741
+ ui.newHeader // jQuery object, activated header
742
+ ui.oldHeader // jQuery object, previous header
743
+ ui.newContent // jQuery object, activated content
744
+ ui.oldContent // jQuery object, previous content
745
+ });</pre></p>
746
+ </div>
747
+ <div class="event-examples">
748
+ <h4>Code examples</h4>
749
+ <dl class="event-examples-list">
750
+
751
+ <dt>
752
+ Supply a callback function to handle the <code>changestart</code> event as an init option.
753
+ </dt>
754
+ <dd>
755
+ <pre><code>$( &quot;.selector&quot; ).accordion({
756
+ changestart: function(event, ui) { ... }
757
+ });</code></pre>
758
+ </dd>
759
+
760
+
761
+ <dt>
762
+ Bind to the <code>changestart</code> event by type: <code>accordionchangestart</code>.
763
+ </dt>
764
+ <dd>
765
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;accordionchangestart&quot;, function(event, ui) {
766
+ ...
767
+ });</code></pre>
768
+ </dd>
769
+
770
+ </dl>
771
+ </div>
772
+ </li>
773
+
774
+ </ul>
775
+ </div>
776
+ <div id="methods">
777
+ <h2 class="top-header">Methods</h2>
778
+ <ul class="methods-list">
779
+
780
+ <li class="method" id="method-destroy">
781
+ <div class="method-header">
782
+ <h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
783
+ <dl>
784
+ <dt class="method-signature-label">Signature:</dt>
785
+ <dd class="method-signature">.accordion( "destroy"
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+ )</dd>
794
+ </dl>
795
+ </div>
796
+ <div class="method-description">
797
+ <p>Remove the accordion functionality completely. This will return the element back to its pre-init state.</p>
798
+ </div>
799
+ </li>
800
+
801
+ <p>
802
+ <li class="method" id="method-disable">
803
+ <div class="method-header">
804
+ <h3 class="method-name"><a href="#method-disable">disable</a></h3>
805
+ <dl>
806
+ <dt class="method-signature-label">Signature:</dt>
807
+ <dd class="method-signature">.accordion( "disable"
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+ )</dd>
816
+ </dl>
817
+ </div>
818
+ <div class="method-description">
819
+ <p>Disable the accordion.</p>
820
+ </div>
821
+ </li>
822
+
823
+
824
+ <li class="method" id="method-enable">
825
+ <div class="method-header">
826
+ <h3 class="method-name"><a href="#method-enable">enable</a></h3>
827
+ <dl>
828
+ <dt class="method-signature-label">Signature:</dt>
829
+ <dd class="method-signature">.accordion( "enable"
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+ )</dd>
838
+ </dl>
839
+ </div>
840
+ <div class="method-description">
841
+ <p>Enable the accordion.</p>
842
+ </div>
843
+ </li>
844
+
845
+
846
+ <li class="method" id="method-option">
847
+ <div class="method-header">
848
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
849
+ <dl>
850
+ <dt class="method-signature-label">Signature:</dt>
851
+ <dd class="method-signature">.accordion( "option"
852
+
853
+ , optionName
854
+
855
+ , <span class="optional">[</span>value<span class="optional">] </span>
856
+
857
+
858
+
859
+ )</dd>
860
+ </dl>
861
+ </div>
862
+ <div class="method-description">
863
+ <p>Get or set any accordion option. If no value is specified, will act as a getter.</p>
864
+ </div>
865
+ </li>
866
+
867
+
868
+ <li class="method" id="method-option">
869
+ <div class="method-header">
870
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
871
+ <dl>
872
+ <dt class="method-signature-label">Signature:</dt>
873
+ <dd class="method-signature">.accordion( "option"
874
+
875
+ , options
876
+
877
+
878
+
879
+
880
+
881
+ )</dd>
882
+ </dl>
883
+ </div>
884
+ <div class="method-description">
885
+ <p>Set multiple accordion options at once by providing an options object.</p>
886
+ </div>
887
+ </li>
888
+
889
+
890
+ <li class="method" id="method-widget">
891
+ <div class="method-header">
892
+ <h3 class="method-name"><a href="#method-widget">widget</a></h3>
893
+ <dl>
894
+ <dt class="method-signature-label">Signature:</dt>
895
+ <dd class="method-signature">.accordion( "widget"
896
+
897
+
898
+
899
+
900
+
901
+
902
+
903
+ )</dd>
904
+ </dl>
905
+ </div>
906
+ <div class="method-description">
907
+ <p>Returns the .ui-accordion element.</p>
908
+ </div>
909
+ </li>
910
+
911
+
912
+ <li class="method" id="method-activate">
913
+ <div class="method-header">
914
+ <h3 class="method-name"><a href="#method-activate">activate</a></h3>
915
+ <dl>
916
+ <dt class="method-signature-label">Signature:</dt>
917
+ <dd class="method-signature">.accordion( "activate"
918
+
919
+ , index
920
+
921
+
922
+
923
+
924
+
925
+ )</dd>
926
+ </dl>
927
+ </div>
928
+ <div class="method-description">
929
+ <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>
930
+ </div>
931
+ </li>
932
+
933
+
934
+ <li class="method" id="method-resize">
935
+ <div class="method-header">
936
+ <h3 class="method-name"><a href="#method-resize">resize</a></h3>
937
+ <dl>
938
+ <dt class="method-signature-label">Signature:</dt>
939
+ <dd class="method-signature">.accordion( "resize"
940
+
941
+
942
+
943
+
944
+
945
+
946
+
947
+ )</dd>
948
+ </dl>
949
+ </div>
950
+ <div class="method-description">
951
+ <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>
952
+ </div>
953
+ </li>
954
+
955
+ </ul>
956
+ </div>
957
+ <div id="theming">
958
+ <h2 class="top-header">Theming</h2>
959
+ <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.
960
+ </p>
961
+ <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.
962
+ </p>
963
+
964
+ <h3>Sample markup with jQuery UI CSS Framework classes</h3>
965
+ &lt;div class="<strong>ui-accordion</strong> ui-widget ui-helper-reset"&gt;<br />
966
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-active ui-corner-top"&gt;<br />
967
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-s"/&gt;<br />
968
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 1&lt;/a&gt;<br />
969
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
970
+ &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 />
971
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 1 content<br />
972
+ &nbsp;&nbsp;&lt;/div&gt;<br />
973
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"&gt;<br />
974
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-e"/&gt;<br />
975
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 2&lt;/a&gt;<br />
976
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
977
+ &nbsp;&nbsp;&lt;div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"&gt;<br />
978
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 2 content<br />
979
+ &nbsp;&nbsp;&lt;/div&gt;<br />
980
+ &nbsp;&nbsp;&lt;h3 class="<strong>ui-accordion-header</strong> ui-helper-reset ui-state-default ui-corner-all"&gt;<br />
981
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;span class="ui-icon ui-icon-triangle-1-e"/&gt;<br />
982
+ &nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="#"&gt;Section 3&lt;/a&gt;<br />
983
+ &nbsp;&nbsp;&lt;/h3&gt;<br />
984
+ &nbsp;&nbsp;&lt;div class="<strong>ui-accordion-content</strong> ui-helper-reset ui-widget-content ui-corner-bottom"&gt;<br />
985
+ &nbsp;&nbsp;&nbsp;&nbsp;Section 3 content<br />
986
+ &nbsp;&nbsp;&lt;/div&gt;<br />
987
+ &lt;/div&gt;<br />
988
+ <p class="theme-note">
989
+ <strong>
990
+ 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 />
991
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 1&lt;/a&gt;&lt;/h3&gt;<br />
992
+ &#160;&#160;&#160;&lt;div&gt;<br />
993
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 1 content<br />
994
+ &#160;&#160;&#160;&lt;/div&gt;<br />
995
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 2&lt;/a&gt;&lt;/h3&gt;<br />
996
+ &#160;&#160;&#160;&lt;div&gt;<br />
997
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 2 content<br />
998
+ &#160;&#160;&#160;&lt;/div&gt;<br />
999
+ &#160;&#160;&#160;&lt;h3&gt;&lt;a href=&quot;#&quot;&gt;Section 3&lt;/a&gt;&lt;/h3&gt;<br />
1000
+ &#160;&#160;&#160;&lt;div&gt;<br />
1001
+ &#160;&#160;&#160;&#160;&#160;&#160;Section 3 content<br />
1002
+ &#160;&#160;&#160;&lt;/div&gt;<br />
1003
+ &lt;/div&gt;.
1004
+ </strong>
1005
+ </p>
1006
+
1007
+ </div>
1008
+ </div>
1009
+
1010
+ </p><!--
1011
+ Pre-expand include size: 38033 bytes
1012
+ Post-expand include size: 63819 bytes
1013
+ Template argument size: 35523 bytes
1014
+ Maximum: 2097152 bytes
1015
+ -->
1016
+
1017
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3773-1!1!0!!en!2 and timestamp 20110617203225 -->