old_sql 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. data/Gemfile +4 -4
  2. data/Gemfile.lock +3 -8
  3. data/VERSION +1 -1
  4. data/app/views/old_sql/report/index.html.erb +5 -4
  5. data/old_sql.gemspec +310 -17
  6. data/public/javascripts/old_sql/jquery-1.5.1.min.js +16 -0
  7. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  8. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  9. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  10. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  11. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  12. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  13. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  14. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  15. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  16. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  17. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  18. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  19. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  20. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  21. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/css/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  22. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/AUTHORS.txt +30 -0
  23. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/GPL-LICENSE.txt +278 -0
  24. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/MIT-LICENSE.txt +25 -0
  25. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/categories.html +71 -0
  26. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/combobox.html +174 -0
  27. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/custom-data.html +95 -0
  28. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/default.html +64 -0
  29. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/folding.html +62 -0
  30. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
  31. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
  32. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
  33. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
  34. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
  35. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/index.html +27 -0
  36. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/london.xml +114 -0
  37. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/maxheight.html +79 -0
  38. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple-remote.html +84 -0
  39. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/multiple.html +99 -0
  40. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-jsonp.html +86 -0
  41. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote-with-cache.html +59 -0
  42. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/remote.html +59 -0
  43. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/search.php +640 -0
  44. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/autocomplete/xml.html +72 -0
  45. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/checkbox.html +44 -0
  46. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/default.html +38 -0
  47. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/icons.html +56 -0
  48. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/index.html +23 -0
  49. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/radio.html +39 -0
  50. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/splitbutton.html +55 -0
  51. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/button/toolbar.html +120 -0
  52. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/alt-field.html +36 -0
  53. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/animation.html +58 -0
  54. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/buttonbar.html +35 -0
  55. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-formats.html +47 -0
  56. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/date-range.html +49 -0
  57. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/default.html +33 -0
  58. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/dropdown-month-year.html +36 -0
  59. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/icon-trigger.html +37 -0
  60. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/images/calendar.gif +0 -0
  61. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/index.html +31 -0
  62. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/inline.html +33 -0
  63. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/localization.html +162 -0
  64. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/min-max.html +33 -0
  65. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/multiple-calendars.html +36 -0
  66. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/other-months.html +37 -0
  67. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/datepicker/show-week.html +39 -0
  68. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/demos.css +334 -0
  69. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/animated.html +56 -0
  70. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/default.html +54 -0
  71. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/index.html +23 -0
  72. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-confirmation.html +69 -0
  73. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-form.html +167 -0
  74. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal-message.html +71 -0
  75. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/dialog/modal.html +60 -0
  76. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/constrain-movement.html +69 -0
  77. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/cursor-style.html +49 -0
  78. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/default.html +39 -0
  79. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/delay-start.html +45 -0
  80. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/events.html +77 -0
  81. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/handle.html +50 -0
  82. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/index.html +28 -0
  83. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/revert.html +44 -0
  84. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/scroll.html +51 -0
  85. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/snap-to.html +68 -0
  86. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/sortable.html +57 -0
  87. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/visual-feedback.html +77 -0
  88. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/accepted-elements.html +60 -0
  89. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/default.html +53 -0
  90. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  91. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  92. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  93. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  94. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  95. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  96. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  97. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  98. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/index.html +24 -0
  99. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/photo-manager.html +184 -0
  100. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/propagation.html +80 -0
  101. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/revert.html +61 -0
  102. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/shopping-cart.html +101 -0
  103. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/droppable/visual-feedback.html +78 -0
  104. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/calendar.gif +0 -0
  105. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  106. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-config-on.gif +0 -0
  107. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  108. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  109. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/icon-docs-info.gif +0 -0
  110. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/images/pbar-ani.gif +0 -0
  111. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/index.html +321 -0
  112. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/cycler.html +122 -0
  113. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/default.html +153 -0
  114. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/earth.jpg +0 -0
  115. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/flight.jpg +0 -0
  116. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/images/rocket.jpg +0 -0
  117. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/position/index.html +19 -0
  118. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/animated.html +44 -0
  119. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/default.html +35 -0
  120. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
  121. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/index.html +20 -0
  122. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/progressbar/resize.html +40 -0
  123. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/animate.html +43 -0
  124. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/aspect-ratio.html +42 -0
  125. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/constrain-area.html +47 -0
  126. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/default.html +40 -0
  127. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/delay-start.html +52 -0
  128. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/helper.html +43 -0
  129. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/index.html +28 -0
  130. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/max-min.html +45 -0
  131. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/snap-to-grid.html +42 -0
  132. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/synchronous-resize.html +49 -0
  133. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/textarea.html +41 -0
  134. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/resizable/visual-feedback.html +43 -0
  135. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/default.html +50 -0
  136. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/display-grid.html +55 -0
  137. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/index.html +20 -0
  138. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/selectable/serialize.html +61 -0
  139. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists-through-tabs.html +78 -0
  140. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/connect-lists.html +58 -0
  141. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/default.html +51 -0
  142. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/delay-start.html +67 -0
  143. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/display-grid.html +54 -0
  144. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/empty-lists.html +69 -0
  145. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/index.html +26 -0
  146. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/items.html +70 -0
  147. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/placeholder.html +56 -0
  148. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/sortable/portlets.html +96 -0
  149. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/autocomplete.html +875 -0
  150. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/button.html +500 -0
  151. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/datepicker.html +2570 -0
  152. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/dialog.html +1698 -0
  153. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/draggable.html +1577 -0
  154. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/droppable.html +829 -0
  155. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/position.html +227 -0
  156. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/progressbar.html +460 -0
  157. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/resizable.html +1201 -0
  158. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/selectable.html +848 -0
  159. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/docs/sortable.html +1953 -0
  160. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
  161. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.cookie.js +89 -0
  162. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/jquery.metadata.js +122 -0
  163. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.css +153 -0
  164. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/external/qunit.js +1261 -0
  165. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/jquery-1.5.1.js +8316 -0
  166. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  167. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  168. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  169. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  170. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  171. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  172. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  173. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  174. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  175. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  176. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  177. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  178. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  179. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.all.css +11 -0
  180. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.autocomplete.css +53 -0
  181. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.base.css +8 -0
  182. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.button.css +38 -0
  183. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.core.css +41 -0
  184. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.datepicker.css +68 -0
  185. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.dialog.css +21 -0
  186. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.progressbar.css +11 -0
  187. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.resizable.css +25 -0
  188. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.selectable.css +10 -0
  189. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/base/jquery.ui.theme.css +252 -0
  190. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  191. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  192. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  193. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  194. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  195. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  196. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  197. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  198. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  199. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  200. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  201. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  202. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  203. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  204. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery-ui-1.8.13.custom.css +518 -0
  205. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.all.css +11 -0
  206. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.autocomplete.css +53 -0
  207. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.base.css +8 -0
  208. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.button.css +38 -0
  209. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.core.css +41 -0
  210. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.datepicker.css +68 -0
  211. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.dialog.css +21 -0
  212. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.progressbar.css +11 -0
  213. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.resizable.css +25 -0
  214. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.selectable.css +10 -0
  215. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/themes/ui-lightness/jquery.ui.theme.css +254 -0
  216. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery-ui-i18n.js +1379 -0
  217. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  218. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  219. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
  220. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  221. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
  222. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  223. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
  224. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
  225. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
  226. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
  227. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
  228. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  229. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  230. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  231. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
  232. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
  233. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  234. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  235. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +23 -0
  236. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
  237. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  238. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  239. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
  240. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  241. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
  242. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
  243. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
  244. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
  245. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
  246. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
  247. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
  248. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
  249. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
  250. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  251. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
  252. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
  253. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  254. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
  255. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
  256. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  257. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
  258. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  259. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  260. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  261. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
  262. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
  263. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
  264. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
  265. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
  266. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  267. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
  268. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
  269. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  270. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
  271. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  272. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
  273. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +23 -0
  274. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  275. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  276. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  277. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  278. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery-ui-1.8.13.custom.js +8021 -0
  279. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.autocomplete.js +612 -0
  280. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.button.js +388 -0
  281. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.core.js +312 -0
  282. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.datepicker.js +1791 -0
  283. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.dialog.js +878 -0
  284. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.draggable.js +815 -0
  285. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.droppable.js +285 -0
  286. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.mouse.js +160 -0
  287. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.position.js +252 -0
  288. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.progressbar.js +109 -0
  289. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.resizable.js +814 -0
  290. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.selectable.js +266 -0
  291. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.sortable.js +1077 -0
  292. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/jquery.ui.widget.js +262 -0
  293. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +32 -0
  294. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.button.min.js +25 -0
  295. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.core.min.js +17 -0
  296. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.datepicker.min.js +82 -0
  297. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.dialog.min.js +40 -0
  298. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.draggable.min.js +50 -0
  299. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.droppable.min.js +26 -0
  300. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.mouse.min.js +17 -0
  301. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.position.min.js +16 -0
  302. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.progressbar.min.js +16 -0
  303. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.resizable.min.js +48 -0
  304. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.selectable.min.js +22 -0
  305. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.sortable.min.js +60 -0
  306. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/ui/minified/jquery.ui.widget.min.js +15 -0
  307. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/version.txt +1 -0
  308. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/index.html +321 -0
  309. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-1.5.1.min.js +16 -0
  310. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/js/jquery-ui-1.8.13.custom.min.js +467 -0
  311. data/public/javascripts/old_sql/jquery-ui-1.8.13.custom.min.js +467 -0
  312. data/test/dummy/Gemfile +1 -1
  313. data/test/dummy/Gemfile.lock +3 -3
  314. metadata +309 -40
  315. data/pkg/old_sql-0.1.0.gem +0 -0
  316. data/pkg/old_sql-0.2.0.gem +0 -0
  317. data/pkg/old_sql-0.3.0.gem +0 -0
  318. data/pkg/old_sql-0.4.0.gem +0 -0
@@ -0,0 +1,227 @@
1
+
2
+ <ul class="UIAPIPlugin-toc">
3
+ <li><a href="#overview">Overview</a></li>
4
+ <li><a href="#options">Arguments</a></li>
5
+ </ul>
6
+ <div class="UIAPIPlugin">
7
+ <h1>jQuery UI Position Utility</h1>
8
+ <div id="overview">
9
+ <h2 class="top-header">Overview</h2>
10
+ <div id="overview-main">
11
+ <p>Utility script for positioning any widget relative to the window, document, a particular element, or the cursor/mouse.</p>
12
+ <p><em>Note: jQuery UI does not support positioning hidden elements.</em></p>
13
+ <p>Does not need ui.core.js or effects.core.js.</p>
14
+ </div>
15
+ <div id="overview-dependencies">
16
+ <h3>Dependencies</h3>
17
+ <ul>
18
+ <li><i>none (only jQuery core)</i></li>
19
+ </ul>
20
+ </div>
21
+ <div id="overview-example">
22
+ <h3>Example</h3>
23
+ <div id="overview-example" class="example">
24
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
25
+ <p><div id="demo" class="tabs-container" rel="300">
26
+ Clicking on the green element transfers to the other.<br />
27
+ </p>
28
+ <pre>
29
+ $(&quot;#position1&quot;).position({
30
+ my: &quot;center&quot;,
31
+ at: &quot;center&quot;,
32
+ of: &quot;#targetElement&quot;
33
+ });
34
+ $(&quot;#position2&quot;).position({
35
+ my: &quot;left top&quot;,
36
+ at: &quot;left top&quot;,
37
+ of: &quot;#targetElement&quot;
38
+ });
39
+ $(&quot;#position3&quot;).position({
40
+ my: &quot;right center&quot;,
41
+ at: &quot;right bottom&quot;,
42
+ of: &quot;#targetElement&quot;
43
+ });
44
+ $(document).mousemove(function(ev){
45
+ $(&quot;#position4&quot;).position({
46
+ my: &quot;left bottom&quot;,
47
+ of: ev,
48
+ offset: &quot;3 -3&quot;,
49
+ collision: &quot;fit&quot;
50
+ });
51
+ });
52
+
53
+ </pre>
54
+ <p></div><div id="source" class="tabs-container">
55
+ </p>
56
+ <pre>&lt;!DOCTYPE html&gt;
57
+ &lt;html&gt;
58
+ &lt;head&gt;
59
+ &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;
60
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&quot;&gt;&lt;/script&gt;
61
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
62
+ &lt;style type=&quot;text/css&quot;&gt;
63
+ #targetElement { width:240px;height:200px;background-color:#999;margin:30px auto; }
64
+ .positionDiv { width:50px;height:50px;opacity:0.6; }
65
+ #position1 {background-color:#F00;}
66
+ #position2 {background-color:#0F0;}
67
+ #position3 {background-color:#00F;}
68
+ #position4 {background-color:#FF0;}
69
+ &lt;/style&gt;
70
+
71
+ &lt;script&gt;
72
+ $(document).ready(function() {
73
+
74
+ $(&quot;#position1&quot;).position({
75
+ my: &quot;center&quot;,
76
+ at: &quot;center&quot;,
77
+ of: &quot;#targetElement&quot;
78
+ });
79
+ $(&quot;#position2&quot;).position({
80
+ my: &quot;left top&quot;,
81
+ at: &quot;left top&quot;,
82
+ of: &quot;#targetElement&quot;
83
+ });
84
+ $(&quot;#position3&quot;).position({
85
+ my: &quot;right center&quot;,
86
+ at: &quot;right bottom&quot;,
87
+ of: &quot;#targetElement&quot;
88
+ });
89
+ $(document).mousemove(function(ev){
90
+ $(&quot;#position4&quot;).position({
91
+ my: &quot;left bottom&quot;,
92
+ of: ev,
93
+ offset: &quot;3 -3&quot;,
94
+ collision: &quot;fit&quot;
95
+ });
96
+ });
97
+
98
+ });
99
+ &lt;/script&gt;
100
+ &lt;/head&gt;
101
+ &lt;body style="font-size:62.5%;"&gt;
102
+
103
+ &lt;div id=&quot;targetElement&quot;&gt;
104
+ &lt;div class=&quot;positionDiv&quot; id=&quot;position1&quot;&gt;&lt;/div&gt;
105
+ &lt;div class=&quot;positionDiv&quot; id=&quot;position2&quot;&gt;&lt;/div&gt;
106
+ &lt;div class=&quot;positionDiv&quot; id=&quot;position3&quot;&gt;&lt;/div&gt;
107
+ &lt;div class=&quot;positionDiv&quot; id=&quot;position4&quot;&gt;&lt;/div&gt;
108
+ &lt;/div&gt;
109
+
110
+ &lt;/body&gt;
111
+ &lt;/html&gt;
112
+ </pre>
113
+ <p></div>
114
+ </p><p></div>
115
+ </div>
116
+ </div>
117
+ <div id="options">
118
+ <h2 class="top-header">Arguments</h2>
119
+ <ul class="options-list">
120
+
121
+ <li class="option" id="option-my">
122
+ <div class="option-header">
123
+ <h3 class="option-name"><a href="#option-my">my</a></h3>
124
+ <dl>
125
+ <dt class="option-type-label">Type:</dt>
126
+ <dd class="option-type">String</dd>
127
+
128
+ </dl>
129
+ </div>
130
+ <div class="option-description">
131
+ <p>Defines which position on <b>the element being positioned</b> to align with the target element: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"</p>
132
+ </div>
133
+ </li>
134
+
135
+
136
+ <li class="option" id="option-at">
137
+ <div class="option-header">
138
+ <h3 class="option-name"><a href="#option-at">at</a></h3>
139
+ <dl>
140
+ <dt class="option-type-label">Type:</dt>
141
+ <dd class="option-type">String</dd>
142
+
143
+ </dl>
144
+ </div>
145
+ <div class="option-description">
146
+ <p>Defines which position on <b>the target element</b> to align the positioned element against: "horizontal vertical" alignment. A single value such as "right" will default to "right center", "top" will default to "center top" (following CSS convention). Acceptable values: "top", "center", "bottom", "left", "right". Example: "left top" or "center center"</p>
147
+ </div>
148
+ </li>
149
+
150
+
151
+ <li class="option" id="option-of">
152
+ <div class="option-header">
153
+ <h3 class="option-name"><a href="#option-of">of</a></h3>
154
+ <dl>
155
+ <dt class="option-type-label">Type:</dt>
156
+ <dd class="option-type">Selector, Element, jQuery, Event</dd>
157
+
158
+ </dl>
159
+ </div>
160
+ <div class="option-description">
161
+ <p>Element to position against. If you provide a selector, the first matching element will be used. If you provide a jQuery object, the first element will be used. If you provide an event object, the pageX and pageY properties will be used. Example: "#top-menu"</p>
162
+ </div>
163
+ </li>
164
+
165
+
166
+ <li class="option" id="option-offset">
167
+ <div class="option-header">
168
+ <h3 class="option-name"><a href="#option-offset">offset</a></h3>
169
+ <dl>
170
+ <dt class="option-type-label">Type:</dt>
171
+ <dd class="option-type">String</dd>
172
+
173
+ </dl>
174
+ </div>
175
+ <div class="option-description">
176
+ <p>Add these left-top values to the calculated position, eg. "50 50" (left top) A single value such as "50" will apply to both.</p>
177
+ </div>
178
+ </li>
179
+
180
+
181
+ <li class="option" id="option-collision">
182
+ <div class="option-header">
183
+ <h3 class="option-name"><a href="#option-collision">collision</a></h3>
184
+ <dl>
185
+ <dt class="option-type-label">Type:</dt>
186
+ <dd class="option-type">String</dd>
187
+
188
+ </dl>
189
+ </div>
190
+ <div class="option-description">
191
+ <p>When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, eg. "flip", "fit", "fit flip", "fit none".
192
+ </p>
193
+ <ul><li> <b>flip</b>: to the opposite side and the collision detection is run again to see if it will fit. If it won't fit in either position, the center option should be used as a fall back.
194
+ </li><li> <b>fit</b>: so the element keeps in the desired direction, but is re-positioned so it fits.
195
+ </li><li> <b>none</b>: not do collision detection.
196
+ </li></ul>
197
+ <p></p>
198
+ </div>
199
+ </li>
200
+
201
+
202
+ <li class="option" id="option-using">
203
+ <div class="option-header">
204
+ <h3 class="option-name"><a href="#option-using">using</a></h3>
205
+ <dl>
206
+ <dt class="option-type-label">Type:</dt>
207
+ <dd class="option-type">Function</dd>
208
+
209
+ </dl>
210
+ </div>
211
+ <div class="option-description">
212
+ <p>When specified the actual property setting is delegated to this callback. Receives a single parameter which is a hash of top and left values for the position that should be set.</p>
213
+ </div>
214
+ </li>
215
+
216
+ </ul>
217
+ </div>
218
+ </div>
219
+
220
+ </p><!--
221
+ Pre-expand include size: 7124 bytes
222
+ Post-expand include size: 11012 bytes
223
+ Template argument size: 7642 bytes
224
+ Maximum: 2097152 bytes
225
+ -->
226
+
227
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3784-1!1!0!!en!2 and timestamp 20110512142335 -->
@@ -0,0 +1,460 @@
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 Progressbar</h1>
11
+ <div id="overview">
12
+ <h2 class="top-header">Overview</h2>
13
+ <div id="overview-main">
14
+ <p>
15
+ The progress bar is designed to simply display the current % complete for a process. The bar is coded to be flexibly sized through CSS and will scale to fit inside it's parent container by default.
16
+ </p>
17
+ <p>
18
+ This is a determinate progress bar, meaning that it should only be used in situations where the system can accurately update the current status complete. A determinate progress bar should never fill from left to right, then loop back to empty for a single process -- if the actual percent complete status cannot be calculated, an indeterminate progress bar (coming soon) or spinner animation is a better way to provide user feedback.
19
+ </p>
20
+ </div>
21
+ <div id="overview-dependencies">
22
+ <h3>Dependencies</h3>
23
+ <ul>
24
+ <li>UI Core</li>
25
+ <li>UI Widget</li>
26
+ </ul>
27
+ </div>
28
+ <div id="overview-example">
29
+ <h3>Example</h3>
30
+ <div id="overview-example" class="example">
31
+ <ul><li><a href="#demo"><span>Demo</span></a></li><li><a href="#source"><span>View Source</span></a></li></ul>
32
+ <p><div id="demo" class="tabs-container" rel="100">
33
+ A simple jQuery UI Progressbar.<br />
34
+ </p>
35
+ <pre>$(&quot;#progressbar&quot;).progressbar({ value: 37 });
36
+ </pre>
37
+ <p></div><div id="source" class="tabs-container">
38
+ </p>
39
+ <pre>&lt;!DOCTYPE html&gt;
40
+ &lt;html&gt;
41
+ &lt;head&gt;
42
+ &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;
43
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js&quot;&gt;&lt;/script&gt;
44
+ &lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
45
+
46
+ &lt;script&gt;
47
+ $(document).ready(function() {
48
+ $(&quot;#progressbar&quot;).progressbar({ value: 37 });
49
+ });
50
+ &lt;/script&gt;
51
+ &lt;/head&gt;
52
+ &lt;body style="font-size:62.5%;"&gt;
53
+
54
+ &lt;div id=&quot;progressbar&quot;&gt;&lt;/div&gt;
55
+
56
+ &lt;/body&gt;
57
+ &lt;/html&gt;
58
+ </pre>
59
+ <p></div>
60
+ </p><p></div>
61
+ </div>
62
+ </div>
63
+ <div id="options">
64
+ <h2 class="top-header">Options</h2>
65
+ <ul class="options-list">
66
+
67
+ <li class="option" id="option-disabled">
68
+ <div class="option-header">
69
+ <h3 class="option-name"><a href="#option-disabled">disabled</a></h3>
70
+ <dl>
71
+ <dt class="option-type-label">Type:</dt>
72
+ <dd class="option-type">Boolean</dd>
73
+
74
+ <dt class="option-default-label">Default:</dt>
75
+ <dd class="option-default">false</dd>
76
+
77
+ </dl>
78
+ </div>
79
+ <div class="option-description">
80
+ <p>Disables (true) or enables (false) the progressbar. Can be set when initialising (first creating) the progressbar.</p>
81
+ </div>
82
+ <div class="option-examples">
83
+ <h4>Code examples</h4>
84
+ <dl class="option-examples-list">
85
+
86
+ <dt>
87
+ Initialize a progressbar with the <code>disabled</code> option specified.
88
+ </dt>
89
+ <dd>
90
+ <pre><code>$( ".selector" ).progressbar({ disabled: true });</code></pre>
91
+ </dd>
92
+
93
+
94
+ <dt>
95
+ Get or set the <code>disabled</code> option, after init.
96
+ </dt>
97
+ <dd>
98
+ <pre><code>//getter
99
+ var disabled = $( ".selector" ).progressbar( "option", "disabled" );
100
+ //setter
101
+ $( ".selector" ).progressbar( "option", "disabled", true );</code></pre>
102
+ </dd>
103
+
104
+ </dl>
105
+ </div>
106
+ </li>
107
+
108
+
109
+ <li class="option" id="option-value">
110
+ <div class="option-header">
111
+ <h3 class="option-name"><a href="#option-value">value</a></h3>
112
+ <dl>
113
+ <dt class="option-type-label">Type:</dt>
114
+ <dd class="option-type">Number</dd>
115
+
116
+ <dt class="option-default-label">Default:</dt>
117
+ <dd class="option-default">0</dd>
118
+
119
+ </dl>
120
+ </div>
121
+ <div class="option-description">
122
+ <p>The value of the progressbar.</p>
123
+ </div>
124
+ <div class="option-examples">
125
+ <h4>Code examples</h4>
126
+ <dl class="option-examples-list">
127
+
128
+ <dt>
129
+ Initialize a progressbar with the <code>value</code> option specified.
130
+ </dt>
131
+ <dd>
132
+ <pre><code>$( ".selector" ).progressbar({ value: 37 });</code></pre>
133
+ </dd>
134
+
135
+
136
+ <dt>
137
+ Get or set the <code>value</code> option, after init.
138
+ </dt>
139
+ <dd>
140
+ <pre><code>//getter
141
+ var value = $( ".selector" ).progressbar( "option", "value" );
142
+ //setter
143
+ $( ".selector" ).progressbar( "option", "value", 37 );</code></pre>
144
+ </dd>
145
+
146
+ </dl>
147
+ </div>
148
+ </li>
149
+
150
+ </ul>
151
+ </div>
152
+ <div id="events">
153
+ <h2 class="top-header">Events</h2>
154
+ <ul class="events-list">
155
+
156
+ <li class="event" id="event-create">
157
+ <div class="event-header">
158
+ <h3 class="event-name"><a href="#event-create">create</a></h3>
159
+ <dl>
160
+ <dt class="event-type-label">Type:</dt>
161
+ <dd class="event-type">progressbarcreate</dd>
162
+ </dl>
163
+ </div>
164
+ <div class="event-description">
165
+ <p>This event is triggered when progressbar is created.</p>
166
+ </div>
167
+ <div class="event-examples">
168
+ <h4>Code examples</h4>
169
+ <dl class="event-examples-list">
170
+
171
+ <dt>
172
+ Supply a callback function to handle the <code>create</code> event as an init option.
173
+ </dt>
174
+ <dd>
175
+ <pre><code>$( &quot;.selector&quot; ).progressbar({
176
+ create: function(event, ui) { ... }
177
+ });</code></pre>
178
+ </dd>
179
+
180
+
181
+ <dt>
182
+ Bind to the <code>create</code> event by type: <code>progressbarcreate</code>.
183
+ </dt>
184
+ <dd>
185
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;progressbarcreate&quot;, function(event, ui) {
186
+ ...
187
+ });</code></pre>
188
+ </dd>
189
+
190
+ </dl>
191
+ </div>
192
+ </li>
193
+
194
+
195
+ <li class="event" id="event-change">
196
+ <div class="event-header">
197
+ <h3 class="event-name"><a href="#event-change">change</a></h3>
198
+ <dl>
199
+ <dt class="event-type-label">Type:</dt>
200
+ <dd class="event-type">progressbarchange</dd>
201
+ </dl>
202
+ </div>
203
+ <div class="event-description">
204
+ <p>This event is triggered when the value of the progressbar changes.</p>
205
+ </div>
206
+ <div class="event-examples">
207
+ <h4>Code examples</h4>
208
+ <dl class="event-examples-list">
209
+
210
+ <dt>
211
+ Supply a callback function to handle the <code>change</code> event as an init option.
212
+ </dt>
213
+ <dd>
214
+ <pre><code>$( &quot;.selector&quot; ).progressbar({
215
+ change: function(event, ui) { ... }
216
+ });</code></pre>
217
+ </dd>
218
+
219
+
220
+ <dt>
221
+ Bind to the <code>change</code> event by type: <code>progressbarchange</code>.
222
+ </dt>
223
+ <dd>
224
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;progressbarchange&quot;, function(event, ui) {
225
+ ...
226
+ });</code></pre>
227
+ </dd>
228
+
229
+ </dl>
230
+ </div>
231
+ </li>
232
+
233
+
234
+ <li class="event" id="event-complete">
235
+ <div class="event-header">
236
+ <h3 class="event-name"><a href="#event-complete">complete</a></h3>
237
+ <dl>
238
+ <dt class="event-type-label">Type:</dt>
239
+ <dd class="event-type">progressbarcomplete</dd>
240
+ </dl>
241
+ </div>
242
+ <div class="event-description">
243
+ <p>This event is triggered when the value of the progressbar reaches the maximum value of 100.</p>
244
+ </div>
245
+ <div class="event-examples">
246
+ <h4>Code examples</h4>
247
+ <dl class="event-examples-list">
248
+
249
+ <dt>
250
+ Supply a callback function to handle the <code>complete</code> event as an init option.
251
+ </dt>
252
+ <dd>
253
+ <pre><code>$( &quot;.selector&quot; ).progressbar({
254
+ complete: function(event, ui) { ... }
255
+ });</code></pre>
256
+ </dd>
257
+
258
+
259
+ <dt>
260
+ Bind to the <code>complete</code> event by type: <code>progressbarcomplete</code>.
261
+ </dt>
262
+ <dd>
263
+ <pre><code>$( &quot;.selector&quot; ).bind( &quot;progressbarcomplete&quot;, function(event, ui) {
264
+ ...
265
+ });</code></pre>
266
+ </dd>
267
+
268
+ </dl>
269
+ </div>
270
+ </li>
271
+
272
+ </ul>
273
+ </div>
274
+ <div id="methods">
275
+ <h2 class="top-header">Methods</h2>
276
+ <ul class="methods-list">
277
+
278
+ <li class="method" id="method-destroy">
279
+ <div class="method-header">
280
+ <h3 class="method-name"><a href="#method-destroy">destroy</a></h3>
281
+ <dl>
282
+ <dt class="method-signature-label">Signature:</dt>
283
+ <dd class="method-signature">.progressbar( "destroy"
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+ )</dd>
292
+ </dl>
293
+ </div>
294
+ <div class="method-description">
295
+ <p>Remove the progressbar functionality completely. This will return the element back to its pre-init state.</p>
296
+ </div>
297
+ </li>
298
+
299
+
300
+ <li class="method" id="method-disable">
301
+ <div class="method-header">
302
+ <h3 class="method-name"><a href="#method-disable">disable</a></h3>
303
+ <dl>
304
+ <dt class="method-signature-label">Signature:</dt>
305
+ <dd class="method-signature">.progressbar( "disable"
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+ )</dd>
314
+ </dl>
315
+ </div>
316
+ <div class="method-description">
317
+ <p>Disable the progressbar.</p>
318
+ </div>
319
+ </li>
320
+
321
+
322
+ <li class="method" id="method-enable">
323
+ <div class="method-header">
324
+ <h3 class="method-name"><a href="#method-enable">enable</a></h3>
325
+ <dl>
326
+ <dt class="method-signature-label">Signature:</dt>
327
+ <dd class="method-signature">.progressbar( "enable"
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+ )</dd>
336
+ </dl>
337
+ </div>
338
+ <div class="method-description">
339
+ <p>Enable the progressbar.</p>
340
+ </div>
341
+ </li>
342
+
343
+
344
+ <li class="method" id="method-option">
345
+ <div class="method-header">
346
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
347
+ <dl>
348
+ <dt class="method-signature-label">Signature:</dt>
349
+ <dd class="method-signature">.progressbar( "option"
350
+
351
+ , optionName
352
+
353
+ , <span class="optional">[</span>value<span class="optional">] </span>
354
+
355
+
356
+
357
+ )</dd>
358
+ </dl>
359
+ </div>
360
+ <div class="method-description">
361
+ <p>Get or set any progressbar option. If no value is specified, will act as a getter.</p>
362
+ </div>
363
+ </li>
364
+
365
+
366
+ <li class="method" id="method-option">
367
+ <div class="method-header">
368
+ <h3 class="method-name"><a href="#method-option">option</a></h3>
369
+ <dl>
370
+ <dt class="method-signature-label">Signature:</dt>
371
+ <dd class="method-signature">.progressbar( "option"
372
+
373
+ , options
374
+
375
+
376
+
377
+
378
+
379
+ )</dd>
380
+ </dl>
381
+ </div>
382
+ <div class="method-description">
383
+ <p>Set multiple progressbar options at once by providing an options object.</p>
384
+ </div>
385
+ </li>
386
+
387
+
388
+ <li class="method" id="method-widget">
389
+ <div class="method-header">
390
+ <h3 class="method-name"><a href="#method-widget">widget</a></h3>
391
+ <dl>
392
+ <dt class="method-signature-label">Signature:</dt>
393
+ <dd class="method-signature">.progressbar( "widget"
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+ )</dd>
402
+ </dl>
403
+ </div>
404
+ <div class="method-description">
405
+ <p>Returns the .ui-progressbar element.</p>
406
+ </div>
407
+ </li>
408
+
409
+
410
+ <li class="method" id="method-value">
411
+ <div class="method-header">
412
+ <h3 class="method-name"><a href="#method-value">value</a></h3>
413
+ <dl>
414
+ <dt class="method-signature-label">Signature:</dt>
415
+ <dd class="method-signature">.progressbar( "value"
416
+
417
+ , <span class="optional">[</span>value<span class="optional">] </span>
418
+
419
+
420
+
421
+
422
+
423
+ )</dd>
424
+ </dl>
425
+ </div>
426
+ <div class="method-description">
427
+ <p>This method gets or sets the current value of the progressbar.</p>
428
+ </div>
429
+ </li>
430
+
431
+ </ul>
432
+ </div>
433
+ <div id="theming">
434
+ <h2 class="top-header">Theming</h2>
435
+ <p>The jQuery UI Progressbar 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.
436
+ </p>
437
+ <p>If a deeper level of customization is needed, there are widget-specific classes referenced within the jquery.ui.progressbar.css stylesheet that can be modified. These classes are highlighed in bold below.
438
+ </p>
439
+
440
+ <h3>Sample markup with jQuery UI CSS Framework classes</h3>
441
+ &lt;div class=&quot;<strong>ui-progressbar </strong>ui-widget ui-widget-content ui-corner-all&quot;&gt;<br />
442
+ &nbsp;&nbsp;&nbsp;&lt;div style=&quot;width: 37%;&quot; class=&quot;<strong>ui-progressbar-value</strong> ui-widget-header ui-corner-left&quot;&gt;&lt;/div&gt;<br />
443
+ &lt;/div&gt;
444
+ <p class="theme-note">
445
+ <strong>
446
+ Note: This is a sample of markup generated by the progressbar plugin, not markup you should use to create a progressbar. The only markup needed for that is &lt;div&gt;&lt;/div&gt;.
447
+ </strong>
448
+ </p>
449
+
450
+ </div>
451
+ </div>
452
+
453
+ </p><!--
454
+ Pre-expand include size: 21686 bytes
455
+ Post-expand include size: 27328 bytes
456
+ Template argument size: 10881 bytes
457
+ Maximum: 2097152 bytes
458
+ -->
459
+
460
+ <!-- Saved in parser cache with key jqdocs_docs:pcache:idhash:3780-1!1!0!!en!2 and timestamp 20110512144622 -->