rails-jquery-bundle 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. data/Gemfile +15 -0
  2. data/Gemfile.lock +42 -0
  3. data/LICENSE.txt +675 -0
  4. data/README.rdoc +27 -0
  5. data/Rakefile +57 -0
  6. data/VERSION +1 -0
  7. data/app/helpers/rails_jquery_bundle/jquery_css_helper.rb +34 -0
  8. data/app/helpers/rails_jquery_bundle/jquery_js_helper.rb +133 -0
  9. data/lib/rails-jquery-bundle.rb +15 -0
  10. data/lib/rails_jquery_bundle/constants/jquery.rb +22 -0
  11. data/lib/rails_jquery_bundle/constants/jquery/ui.rb +34 -0
  12. data/lib/rails_jquery_bundle/engine.rb +23 -0
  13. data/public/javascripts/jquery/1.5.1/jquery.js +8316 -0
  14. data/public/javascripts/jquery/1.5.1/minified/jquery.min.js +16 -0
  15. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery-ui-i18n.js +1357 -0
  16. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-af.js +23 -0
  17. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  18. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ar.js +23 -0
  19. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-az.js +23 -0
  20. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-bg.js +24 -0
  21. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-bs.js +23 -0
  22. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ca.js +23 -0
  23. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-cs.js +23 -0
  24. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-da.js +23 -0
  25. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-de.js +23 -0
  26. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-el.js +23 -0
  27. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  28. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  29. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  30. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-eo.js +23 -0
  31. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-es.js +23 -0
  32. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-et.js +23 -0
  33. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-eu.js +23 -0
  34. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fa.js +23 -0
  35. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fi.js +23 -0
  36. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fo.js +23 -0
  37. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  38. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-fr.js +25 -0
  39. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-gl.js +23 -0
  40. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-he.js +23 -0
  41. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hr.js +23 -0
  42. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hu.js +23 -0
  43. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-hy.js +23 -0
  44. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-id.js +23 -0
  45. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-is.js +23 -0
  46. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-it.js +23 -0
  47. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ja.js +23 -0
  48. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ko.js +23 -0
  49. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-kz.js +23 -0
  50. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-lt.js +23 -0
  51. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-lv.js +23 -0
  52. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ml.js +23 -0
  53. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ms.js +23 -0
  54. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-nl.js +23 -0
  55. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-no.js +23 -0
  56. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pl.js +23 -0
  57. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  58. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-pt.js +22 -0
  59. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-rm.js +21 -0
  60. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ro.js +26 -0
  61. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ru.js +23 -0
  62. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sk.js +23 -0
  63. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sl.js +24 -0
  64. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sq.js +23 -0
  65. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  66. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sr.js +23 -0
  67. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-sv.js +23 -0
  68. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-ta.js +23 -0
  69. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-th.js +23 -0
  70. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-tr.js +23 -0
  71. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-uk.js +23 -0
  72. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-vi.js +23 -0
  73. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  74. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  75. data/public/javascripts/jquery/ui/1.8.10/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  76. data/public/javascripts/jquery/ui/1.8.10/jquery-ui.all.js +11544 -0
  77. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.blind.js +49 -0
  78. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.bounce.js +78 -0
  79. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.clip.js +54 -0
  80. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.core.js +747 -0
  81. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.drop.js +50 -0
  82. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.explode.js +79 -0
  83. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.fade.js +32 -0
  84. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.fold.js +56 -0
  85. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.highlight.js +50 -0
  86. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.pulsate.js +51 -0
  87. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.scale.js +178 -0
  88. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.shake.js +57 -0
  89. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.slide.js +50 -0
  90. data/public/javascripts/jquery/ui/1.8.10/jquery.effects.transfer.js +45 -0
  91. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.accordion.js +606 -0
  92. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.autocomplete.js +607 -0
  93. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.button.js +378 -0
  94. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.core.js +308 -0
  95. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.datepicker.js +1766 -0
  96. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.dialog.js +857 -0
  97. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.draggable.js +797 -0
  98. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.droppable.js +285 -0
  99. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.mouse.js +151 -0
  100. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.position.js +252 -0
  101. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.progressbar.js +108 -0
  102. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.resizable.js +812 -0
  103. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.selectable.js +266 -0
  104. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.slider.js +682 -0
  105. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.sortable.js +1073 -0
  106. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.tabs.js +758 -0
  107. data/public/javascripts/jquery/ui/1.8.10/jquery.ui.widget.js +262 -0
  108. data/public/javascripts/jquery/ui/1.8.10/minified/jquery-ui.all.min.js +782 -0
  109. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.blind.min.js +14 -0
  110. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.bounce.min.js +15 -0
  111. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.clip.min.js +14 -0
  112. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.core.min.js +30 -0
  113. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.drop.min.js +14 -0
  114. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.explode.min.js +15 -0
  115. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.fade.min.js +13 -0
  116. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.fold.min.js +14 -0
  117. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.highlight.min.js +14 -0
  118. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.pulsate.min.js +14 -0
  119. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.scale.min.js +20 -0
  120. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.shake.min.js +14 -0
  121. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.slide.min.js +14 -0
  122. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.effects.transfer.min.js +14 -0
  123. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.accordion.min.js +30 -0
  124. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.autocomplete.min.js +31 -0
  125. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.button.min.js +26 -0
  126. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.core.min.js +17 -0
  127. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.datepicker.min.js +81 -0
  128. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.dialog.min.js +40 -0
  129. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.draggable.min.js +50 -0
  130. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.droppable.min.js +26 -0
  131. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.mouse.min.js +17 -0
  132. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.position.min.js +16 -0
  133. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.progressbar.min.js +16 -0
  134. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.resizable.min.js +47 -0
  135. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.selectable.min.js +22 -0
  136. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.slider.min.js +33 -0
  137. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.sortable.min.js +60 -0
  138. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.tabs.min.js +35 -0
  139. data/public/javascripts/jquery/ui/1.8.10/minified/jquery.ui.widget.min.js +15 -0
  140. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
  141. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
  142. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
  143. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
  144. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
  145. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
  146. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
  147. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
  148. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
  149. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
  150. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_056b93_256x240.png +0 -0
  151. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
  152. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
  153. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
  154. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
  155. data/public/stylesheets/jquery/ui/1.8.10/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
  156. data/public/stylesheets/jquery/ui/1.8.10/themes/start/jquery-ui-1.8.10.custom.css +573 -0
  157. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  158. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  159. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
  160. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
  161. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
  162. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
  163. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
  164. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
  165. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
  166. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
  167. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
  168. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
  169. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
  170. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
  171. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-darkness/jquery-ui-1.8.10.custom.css +573 -0
  172. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  173. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  174. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  175. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  176. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  177. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  178. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  179. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  180. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  181. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  182. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  183. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  184. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  185. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  186. data/public/stylesheets/jquery/ui/1.8.10/themes/ui-lightness/jquery-ui-1.8.10.custom.css +573 -0
  187. data/rails-jquery-bundle.gemspec +247 -0
  188. data/spec/rails-jquery-bundle_spec.rb +7 -0
  189. data/spec/spec_helper.rb +12 -0
  190. metadata +348 -0
@@ -0,0 +1,378 @@
1
+ /*
2
+ * jQuery UI Button 1.8.10
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Button
9
+ *
10
+ * Depends:
11
+ * jquery.ui.core.js
12
+ * jquery.ui.widget.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ var lastActive,
17
+ baseClasses = "ui-button ui-widget ui-state-default ui-corner-all",
18
+ stateClasses = "ui-state-hover ui-state-active ",
19
+ typeClasses = "ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",
20
+ formResetHandler = function( event ) {
21
+ $( ":ui-button", event.target.form ).each(function() {
22
+ var inst = $( this ).data( "button" );
23
+ setTimeout(function() {
24
+ inst.refresh();
25
+ }, 1 );
26
+ });
27
+ },
28
+ radioGroup = function( radio ) {
29
+ var name = radio.name,
30
+ form = radio.form,
31
+ radios = $( [] );
32
+ if ( name ) {
33
+ if ( form ) {
34
+ radios = $( form ).find( "[name='" + name + "']" );
35
+ } else {
36
+ radios = $( "[name='" + name + "']", radio.ownerDocument )
37
+ .filter(function() {
38
+ return !this.form;
39
+ });
40
+ }
41
+ }
42
+ return radios;
43
+ };
44
+
45
+ $.widget( "ui.button", {
46
+ options: {
47
+ disabled: null,
48
+ text: true,
49
+ label: null,
50
+ icons: {
51
+ primary: null,
52
+ secondary: null
53
+ }
54
+ },
55
+ _create: function() {
56
+ this.element.closest( "form" )
57
+ .unbind( "reset.button" )
58
+ .bind( "reset.button", formResetHandler );
59
+
60
+ if ( typeof this.options.disabled !== "boolean" ) {
61
+ this.options.disabled = this.element.attr( "disabled" );
62
+ }
63
+
64
+ this._determineButtonType();
65
+ this.hasTitle = !!this.buttonElement.attr( "title" );
66
+
67
+ var self = this,
68
+ options = this.options,
69
+ toggleButton = this.type === "checkbox" || this.type === "radio",
70
+ hoverClass = "ui-state-hover" + ( !toggleButton ? " ui-state-active" : "" ),
71
+ focusClass = "ui-state-focus";
72
+
73
+ if ( options.label === null ) {
74
+ options.label = this.buttonElement.html();
75
+ }
76
+
77
+ if ( this.element.is( ":disabled" ) ) {
78
+ options.disabled = true;
79
+ }
80
+
81
+ this.buttonElement
82
+ .addClass( baseClasses )
83
+ .attr( "role", "button" )
84
+ .bind( "mouseenter.button", function() {
85
+ if ( options.disabled ) {
86
+ return;
87
+ }
88
+ $( this ).addClass( "ui-state-hover" );
89
+ if ( this === lastActive ) {
90
+ $( this ).addClass( "ui-state-active" );
91
+ }
92
+ })
93
+ .bind( "mouseleave.button", function() {
94
+ if ( options.disabled ) {
95
+ return;
96
+ }
97
+ $( this ).removeClass( hoverClass );
98
+ })
99
+ .bind( "focus.button", function() {
100
+ // no need to check disabled, focus won't be triggered anyway
101
+ $( this ).addClass( focusClass );
102
+ })
103
+ .bind( "blur.button", function() {
104
+ $( this ).removeClass( focusClass );
105
+ });
106
+
107
+ if ( toggleButton ) {
108
+ this.element.bind( "change.button", function() {
109
+ self.refresh();
110
+ });
111
+ }
112
+
113
+ if ( this.type === "checkbox" ) {
114
+ this.buttonElement.bind( "click.button", function() {
115
+ if ( options.disabled ) {
116
+ return false;
117
+ }
118
+ $( this ).toggleClass( "ui-state-active" );
119
+ self.buttonElement.attr( "aria-pressed", self.element[0].checked );
120
+ });
121
+ } else if ( this.type === "radio" ) {
122
+ this.buttonElement.bind( "click.button", function() {
123
+ if ( options.disabled ) {
124
+ return false;
125
+ }
126
+ $( this ).addClass( "ui-state-active" );
127
+ self.buttonElement.attr( "aria-pressed", true );
128
+
129
+ var radio = self.element[ 0 ];
130
+ radioGroup( radio )
131
+ .not( radio )
132
+ .map(function() {
133
+ return $( this ).button( "widget" )[ 0 ];
134
+ })
135
+ .removeClass( "ui-state-active" )
136
+ .attr( "aria-pressed", false );
137
+ });
138
+ } else {
139
+ this.buttonElement
140
+ .bind( "mousedown.button", function() {
141
+ if ( options.disabled ) {
142
+ return false;
143
+ }
144
+ $( this ).addClass( "ui-state-active" );
145
+ lastActive = this;
146
+ $( document ).one( "mouseup", function() {
147
+ lastActive = null;
148
+ });
149
+ })
150
+ .bind( "mouseup.button", function() {
151
+ if ( options.disabled ) {
152
+ return false;
153
+ }
154
+ $( this ).removeClass( "ui-state-active" );
155
+ })
156
+ .bind( "keydown.button", function(event) {
157
+ if ( options.disabled ) {
158
+ return false;
159
+ }
160
+ if ( event.keyCode == $.ui.keyCode.SPACE || event.keyCode == $.ui.keyCode.ENTER ) {
161
+ $( this ).addClass( "ui-state-active" );
162
+ }
163
+ })
164
+ .bind( "keyup.button", function() {
165
+ $( this ).removeClass( "ui-state-active" );
166
+ });
167
+
168
+ if ( this.buttonElement.is("a") ) {
169
+ this.buttonElement.keyup(function(event) {
170
+ if ( event.keyCode === $.ui.keyCode.SPACE ) {
171
+ // TODO pass through original event correctly (just as 2nd argument doesn't work)
172
+ $( this ).click();
173
+ }
174
+ });
175
+ }
176
+ }
177
+
178
+ // TODO: pull out $.Widget's handling for the disabled option into
179
+ // $.Widget.prototype._setOptionDisabled so it's easy to proxy and can
180
+ // be overridden by individual plugins
181
+ this._setOption( "disabled", options.disabled );
182
+ },
183
+
184
+ _determineButtonType: function() {
185
+
186
+ if ( this.element.is(":checkbox") ) {
187
+ this.type = "checkbox";
188
+ } else {
189
+ if ( this.element.is(":radio") ) {
190
+ this.type = "radio";
191
+ } else {
192
+ if ( this.element.is("input") ) {
193
+ this.type = "input";
194
+ } else {
195
+ this.type = "button";
196
+ }
197
+ }
198
+ }
199
+
200
+ if ( this.type === "checkbox" || this.type === "radio" ) {
201
+ // we don't search against the document in case the element
202
+ // is disconnected from the DOM
203
+ this.buttonElement = this.element.parents().last()
204
+ .find( "label[for=" + this.element.attr("id") + "]" );
205
+ this.element.addClass( "ui-helper-hidden-accessible" );
206
+
207
+ var checked = this.element.is( ":checked" );
208
+ if ( checked ) {
209
+ this.buttonElement.addClass( "ui-state-active" );
210
+ }
211
+ this.buttonElement.attr( "aria-pressed", checked );
212
+ } else {
213
+ this.buttonElement = this.element;
214
+ }
215
+ },
216
+
217
+ widget: function() {
218
+ return this.buttonElement;
219
+ },
220
+
221
+ destroy: function() {
222
+ this.element
223
+ .removeClass( "ui-helper-hidden-accessible" );
224
+ this.buttonElement
225
+ .removeClass( baseClasses + " " + stateClasses + " " + typeClasses )
226
+ .removeAttr( "role" )
227
+ .removeAttr( "aria-pressed" )
228
+ .html( this.buttonElement.find(".ui-button-text").html() );
229
+
230
+ if ( !this.hasTitle ) {
231
+ this.buttonElement.removeAttr( "title" );
232
+ }
233
+
234
+ $.Widget.prototype.destroy.call( this );
235
+ },
236
+
237
+ _setOption: function( key, value ) {
238
+ $.Widget.prototype._setOption.apply( this, arguments );
239
+ if ( key === "disabled" ) {
240
+ if ( value ) {
241
+ this.element.attr( "disabled", true );
242
+ } else {
243
+ this.element.removeAttr( "disabled" );
244
+ }
245
+ }
246
+ this._resetButton();
247
+ },
248
+
249
+ refresh: function() {
250
+ var isDisabled = this.element.is( ":disabled" );
251
+ if ( isDisabled !== this.options.disabled ) {
252
+ this._setOption( "disabled", isDisabled );
253
+ }
254
+ if ( this.type === "radio" ) {
255
+ radioGroup( this.element[0] ).each(function() {
256
+ if ( $( this ).is( ":checked" ) ) {
257
+ $( this ).button( "widget" )
258
+ .addClass( "ui-state-active" )
259
+ .attr( "aria-pressed", true );
260
+ } else {
261
+ $( this ).button( "widget" )
262
+ .removeClass( "ui-state-active" )
263
+ .attr( "aria-pressed", false );
264
+ }
265
+ });
266
+ } else if ( this.type === "checkbox" ) {
267
+ if ( this.element.is( ":checked" ) ) {
268
+ this.buttonElement
269
+ .addClass( "ui-state-active" )
270
+ .attr( "aria-pressed", true );
271
+ } else {
272
+ this.buttonElement
273
+ .removeClass( "ui-state-active" )
274
+ .attr( "aria-pressed", false );
275
+ }
276
+ }
277
+ },
278
+
279
+ _resetButton: function() {
280
+ if ( this.type === "input" ) {
281
+ if ( this.options.label ) {
282
+ this.element.val( this.options.label );
283
+ }
284
+ return;
285
+ }
286
+ var buttonElement = this.buttonElement.removeClass( typeClasses ),
287
+ buttonText = $( "<span></span>" )
288
+ .addClass( "ui-button-text" )
289
+ .html( this.options.label )
290
+ .appendTo( buttonElement.empty() )
291
+ .text(),
292
+ icons = this.options.icons,
293
+ multipleIcons = icons.primary && icons.secondary,
294
+ buttonClasses = [];
295
+
296
+ if ( icons.primary || icons.secondary ) {
297
+ buttonClasses.push( "ui-button-text-icon" + ( multipleIcons ? "s" : ( icons.primary ? "-primary" : "-secondary" ) ) );
298
+
299
+ if ( icons.primary ) {
300
+ buttonElement.prepend( "<span class='ui-button-icon-primary ui-icon " + icons.primary + "'></span>" );
301
+ }
302
+
303
+ if ( icons.secondary ) {
304
+ buttonElement.append( "<span class='ui-button-icon-secondary ui-icon " + icons.secondary + "'></span>" );
305
+ }
306
+
307
+ if ( !this.options.text ) {
308
+ buttonClasses.push( multipleIcons ? "ui-button-icons-only" : "ui-button-icon-only" );
309
+ buttonElement.removeClass( "ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary" );
310
+
311
+ if ( !this.hasTitle ) {
312
+ buttonElement.attr( "title", buttonText );
313
+ }
314
+ }
315
+ } else {
316
+ buttonClasses.push( "ui-button-text-only" );
317
+ }
318
+ buttonElement.addClass( buttonClasses.join( " " ) );
319
+ }
320
+ });
321
+
322
+ $.widget( "ui.buttonset", {
323
+ options: {
324
+ items: ":button, :submit, :reset, :checkbox, :radio, a, :data(button)"
325
+ },
326
+
327
+ _create: function() {
328
+ this.element.addClass( "ui-buttonset" );
329
+ },
330
+
331
+ _init: function() {
332
+ this.refresh();
333
+ },
334
+
335
+ _setOption: function( key, value ) {
336
+ if ( key === "disabled" ) {
337
+ this.buttons.button( "option", key, value );
338
+ }
339
+
340
+ $.Widget.prototype._setOption.apply( this, arguments );
341
+ },
342
+
343
+ refresh: function() {
344
+ this.buttons = this.element.find( this.options.items )
345
+ .filter( ":ui-button" )
346
+ .button( "refresh" )
347
+ .end()
348
+ .not( ":ui-button" )
349
+ .button()
350
+ .end()
351
+ .map(function() {
352
+ return $( this ).button( "widget" )[ 0 ];
353
+ })
354
+ .removeClass( "ui-corner-all ui-corner-left ui-corner-right" )
355
+ .filter( ":first" )
356
+ .addClass( "ui-corner-left" )
357
+ .end()
358
+ .filter( ":last" )
359
+ .addClass( "ui-corner-right" )
360
+ .end()
361
+ .end();
362
+ },
363
+
364
+ destroy: function() {
365
+ this.element.removeClass( "ui-buttonset" );
366
+ this.buttons
367
+ .map(function() {
368
+ return $( this ).button( "widget" )[ 0 ];
369
+ })
370
+ .removeClass( "ui-corner-left ui-corner-right" )
371
+ .end()
372
+ .button( "destroy" );
373
+
374
+ $.Widget.prototype.destroy.call( this );
375
+ }
376
+ });
377
+
378
+ }( jQuery ) );
@@ -0,0 +1,308 @@
1
+ /*!
2
+ * jQuery UI 1.8.10
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI
9
+ */
10
+ (function( $, undefined ) {
11
+
12
+ // prevent duplicate loading
13
+ // this is only a problem because we proxy existing functions
14
+ // and we don't want to double proxy them
15
+ $.ui = $.ui || {};
16
+ if ( $.ui.version ) {
17
+ return;
18
+ }
19
+
20
+ $.extend( $.ui, {
21
+ version: "1.8.10",
22
+
23
+ keyCode: {
24
+ ALT: 18,
25
+ BACKSPACE: 8,
26
+ CAPS_LOCK: 20,
27
+ COMMA: 188,
28
+ COMMAND: 91,
29
+ COMMAND_LEFT: 91, // COMMAND
30
+ COMMAND_RIGHT: 93,
31
+ CONTROL: 17,
32
+ DELETE: 46,
33
+ DOWN: 40,
34
+ END: 35,
35
+ ENTER: 13,
36
+ ESCAPE: 27,
37
+ HOME: 36,
38
+ INSERT: 45,
39
+ LEFT: 37,
40
+ MENU: 93, // COMMAND_RIGHT
41
+ NUMPAD_ADD: 107,
42
+ NUMPAD_DECIMAL: 110,
43
+ NUMPAD_DIVIDE: 111,
44
+ NUMPAD_ENTER: 108,
45
+ NUMPAD_MULTIPLY: 106,
46
+ NUMPAD_SUBTRACT: 109,
47
+ PAGE_DOWN: 34,
48
+ PAGE_UP: 33,
49
+ PERIOD: 190,
50
+ RIGHT: 39,
51
+ SHIFT: 16,
52
+ SPACE: 32,
53
+ TAB: 9,
54
+ UP: 38,
55
+ WINDOWS: 91 // COMMAND
56
+ }
57
+ });
58
+
59
+ // plugins
60
+ $.fn.extend({
61
+ _focus: $.fn.focus,
62
+ focus: function( delay, fn ) {
63
+ return typeof delay === "number" ?
64
+ this.each(function() {
65
+ var elem = this;
66
+ setTimeout(function() {
67
+ $( elem ).focus();
68
+ if ( fn ) {
69
+ fn.call( elem );
70
+ }
71
+ }, delay );
72
+ }) :
73
+ this._focus.apply( this, arguments );
74
+ },
75
+
76
+ scrollParent: function() {
77
+ var scrollParent;
78
+ if (($.browser.msie && (/(static|relative)/).test(this.css('position'))) || (/absolute/).test(this.css('position'))) {
79
+ scrollParent = this.parents().filter(function() {
80
+ return (/(relative|absolute|fixed)/).test($.curCSS(this,'position',1)) && (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
81
+ }).eq(0);
82
+ } else {
83
+ scrollParent = this.parents().filter(function() {
84
+ return (/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));
85
+ }).eq(0);
86
+ }
87
+
88
+ return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent;
89
+ },
90
+
91
+ zIndex: function( zIndex ) {
92
+ if ( zIndex !== undefined ) {
93
+ return this.css( "zIndex", zIndex );
94
+ }
95
+
96
+ if ( this.length ) {
97
+ var elem = $( this[ 0 ] ), position, value;
98
+ while ( elem.length && elem[ 0 ] !== document ) {
99
+ // Ignore z-index if position is set to a value where z-index is ignored by the browser
100
+ // This makes behavior of this function consistent across browsers
101
+ // WebKit always returns auto if the element is positioned
102
+ position = elem.css( "position" );
103
+ if ( position === "absolute" || position === "relative" || position === "fixed" ) {
104
+ // IE returns 0 when zIndex is not specified
105
+ // other browsers return a string
106
+ // we ignore the case of nested elements with an explicit value of 0
107
+ // <div style="z-index: -10;"><div style="z-index: 0;"></div></div>
108
+ value = parseInt( elem.css( "zIndex" ), 10 );
109
+ if ( !isNaN( value ) && value !== 0 ) {
110
+ return value;
111
+ }
112
+ }
113
+ elem = elem.parent();
114
+ }
115
+ }
116
+
117
+ return 0;
118
+ },
119
+
120
+ disableSelection: function() {
121
+ return this.bind( ( $.support.selectstart ? "selectstart" : "mousedown" ) +
122
+ ".ui-disableSelection", function( event ) {
123
+ event.preventDefault();
124
+ });
125
+ },
126
+
127
+ enableSelection: function() {
128
+ return this.unbind( ".ui-disableSelection" );
129
+ }
130
+ });
131
+
132
+ $.each( [ "Width", "Height" ], function( i, name ) {
133
+ var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ],
134
+ type = name.toLowerCase(),
135
+ orig = {
136
+ innerWidth: $.fn.innerWidth,
137
+ innerHeight: $.fn.innerHeight,
138
+ outerWidth: $.fn.outerWidth,
139
+ outerHeight: $.fn.outerHeight
140
+ };
141
+
142
+ function reduce( elem, size, border, margin ) {
143
+ $.each( side, function() {
144
+ size -= parseFloat( $.curCSS( elem, "padding" + this, true) ) || 0;
145
+ if ( border ) {
146
+ size -= parseFloat( $.curCSS( elem, "border" + this + "Width", true) ) || 0;
147
+ }
148
+ if ( margin ) {
149
+ size -= parseFloat( $.curCSS( elem, "margin" + this, true) ) || 0;
150
+ }
151
+ });
152
+ return size;
153
+ }
154
+
155
+ $.fn[ "inner" + name ] = function( size ) {
156
+ if ( size === undefined ) {
157
+ return orig[ "inner" + name ].call( this );
158
+ }
159
+
160
+ return this.each(function() {
161
+ $( this ).css( type, reduce( this, size ) + "px" );
162
+ });
163
+ };
164
+
165
+ $.fn[ "outer" + name] = function( size, margin ) {
166
+ if ( typeof size !== "number" ) {
167
+ return orig[ "outer" + name ].call( this, size );
168
+ }
169
+
170
+ return this.each(function() {
171
+ $( this).css( type, reduce( this, size, true, margin ) + "px" );
172
+ });
173
+ };
174
+ });
175
+
176
+ // selectors
177
+ function visible( element ) {
178
+ return !$( element ).parents().andSelf().filter(function() {
179
+ return $.curCSS( this, "visibility" ) === "hidden" ||
180
+ $.expr.filters.hidden( this );
181
+ }).length;
182
+ }
183
+
184
+ $.extend( $.expr[ ":" ], {
185
+ data: function( elem, i, match ) {
186
+ return !!$.data( elem, match[ 3 ] );
187
+ },
188
+
189
+ focusable: function( element ) {
190
+ var nodeName = element.nodeName.toLowerCase(),
191
+ tabIndex = $.attr( element, "tabindex" );
192
+ if ( "area" === nodeName ) {
193
+ var map = element.parentNode,
194
+ mapName = map.name,
195
+ img;
196
+ if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) {
197
+ return false;
198
+ }
199
+ img = $( "img[usemap=#" + mapName + "]" )[0];
200
+ return !!img && visible( img );
201
+ }
202
+ return ( /input|select|textarea|button|object/.test( nodeName )
203
+ ? !element.disabled
204
+ : "a" == nodeName
205
+ ? element.href || !isNaN( tabIndex )
206
+ : !isNaN( tabIndex ))
207
+ // the element and all of its ancestors must be visible
208
+ && visible( element );
209
+ },
210
+
211
+ tabbable: function( element ) {
212
+ var tabIndex = $.attr( element, "tabindex" );
213
+ return ( isNaN( tabIndex ) || tabIndex >= 0 ) && $( element ).is( ":focusable" );
214
+ }
215
+ });
216
+
217
+ // support
218
+ $(function() {
219
+ var body = document.body,
220
+ div = body.appendChild( div = document.createElement( "div" ) );
221
+
222
+ $.extend( div.style, {
223
+ minHeight: "100px",
224
+ height: "auto",
225
+ padding: 0,
226
+ borderWidth: 0
227
+ });
228
+
229
+ $.support.minHeight = div.offsetHeight === 100;
230
+ $.support.selectstart = "onselectstart" in div;
231
+
232
+ // set display to none to avoid a layout bug in IE
233
+ // http://dev.jquery.com/ticket/4014
234
+ body.removeChild( div ).style.display = "none";
235
+ });
236
+
237
+
238
+
239
+
240
+
241
+ // deprecated
242
+ $.extend( $.ui, {
243
+ // $.ui.plugin is deprecated. Use the proxy pattern instead.
244
+ plugin: {
245
+ add: function( module, option, set ) {
246
+ var proto = $.ui[ module ].prototype;
247
+ for ( var i in set ) {
248
+ proto.plugins[ i ] = proto.plugins[ i ] || [];
249
+ proto.plugins[ i ].push( [ option, set[ i ] ] );
250
+ }
251
+ },
252
+ call: function( instance, name, args ) {
253
+ var set = instance.plugins[ name ];
254
+ if ( !set || !instance.element[ 0 ].parentNode ) {
255
+ return;
256
+ }
257
+
258
+ for ( var i = 0; i < set.length; i++ ) {
259
+ if ( instance.options[ set[ i ][ 0 ] ] ) {
260
+ set[ i ][ 1 ].apply( instance.element, args );
261
+ }
262
+ }
263
+ }
264
+ },
265
+
266
+ // will be deprecated when we switch to jQuery 1.4 - use jQuery.contains()
267
+ contains: function( a, b ) {
268
+ return document.compareDocumentPosition ?
269
+ a.compareDocumentPosition( b ) & 16 :
270
+ a !== b && a.contains( b );
271
+ },
272
+
273
+ // only used by resizable
274
+ hasScroll: function( el, a ) {
275
+
276
+ //If overflow is hidden, the element might have extra content, but the user wants to hide it
277
+ if ( $( el ).css( "overflow" ) === "hidden") {
278
+ return false;
279
+ }
280
+
281
+ var scroll = ( a && a === "left" ) ? "scrollLeft" : "scrollTop",
282
+ has = false;
283
+
284
+ if ( el[ scroll ] > 0 ) {
285
+ return true;
286
+ }
287
+
288
+ // TODO: determine which cases actually cause this to happen
289
+ // if the element doesn't have the scroll set, see if it's possible to
290
+ // set the scroll
291
+ el[ scroll ] = 1;
292
+ has = ( el[ scroll ] > 0 );
293
+ el[ scroll ] = 0;
294
+ return has;
295
+ },
296
+
297
+ // these are odd functions, fix the API or move into individual plugins
298
+ isOverAxis: function( x, reference, size ) {
299
+ //Determines when x coordinate is over "b" element axis
300
+ return ( x > reference ) && ( x < ( reference + size ) );
301
+ },
302
+ isOver: function( y, x, top, left, height, width ) {
303
+ //Determines when x, y coordinates is over "b" element
304
+ return $.ui.isOverAxis( y, top, height ) && $.ui.isOverAxis( x, left, width );
305
+ }
306
+ });
307
+
308
+ })( jQuery );