compass-jquery-plugin 0.3.0.beta.21 → 0.3.0.beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. data/README.textile +212 -211
  2. data/VERSION.yml +5 -5
  3. data/compass-jquery-plugin.gemspec +25 -2
  4. data/gem_tasks/jqtouch.rake +221 -201
  5. data/gem_tasks/jrails.rake +322 -311
  6. data/lib/compiler.jar +0 -0
  7. data/lib/jquery/flash_messages.rb +45 -45
  8. data/lib/jquery/gridify/grid.rb +147 -147
  9. data/lib/jquery/gridify/grid_column.rb +134 -134
  10. data/lib/jquery/gridify/grid_finder.rb +223 -211
  11. data/lib/jquery/gridify/grid_options.rb +279 -279
  12. data/lib/jquery/gridify/grid_view.rb +435 -436
  13. data/lib/jquery/gridify.rb +42 -42
  14. data/templates/dynatree/jquery.dynatree.min.js +1 -1
  15. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +6 -15
  16. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +6 -15
  17. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +5 -6
  18. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +5 -8
  19. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +6 -8
  20. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +6 -6
  21. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +7 -7
  22. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +7 -13
  23. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +7 -7
  24. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +6 -12
  25. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +7 -7
  26. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +7 -7
  27. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +6 -13
  28. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +6 -8
  29. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +6 -7
  30. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +4 -4
  31. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +5 -10
  32. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +6 -6
  33. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +6 -7
  34. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +6 -7
  35. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +4 -5
  36. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +7 -8
  37. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +7 -16
  38. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +6 -8
  39. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +6 -7
  40. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +6 -7
  41. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +7 -16
  42. data/templates/jqgrid/jquery.jqGrid.js +11567 -11565
  43. data/templates/jqgrid/jquery.jqGrid.min.js +472 -472
  44. data/templates/jqical/jquery.jqical.js +5 -9
  45. data/templates/jqical/jquery.jqical.min.js +44 -44
  46. data/templates/jqical/jquery.ui/jqical.scss +1 -1
  47. data/templates/jqtouch/config/initializers/jqtouch.rb +5 -4
  48. data/templates/jqtouch/jqtouch/apple/activeButton.png +0 -0
  49. data/templates/jqtouch/jqtouch/default/backButton.png +0 -0
  50. data/templates/jqtouch/jqtouch/default/backButtonActive.png +0 -0
  51. data/templates/jqtouch/jqtouch/default/bigButton.png +0 -0
  52. data/templates/jqtouch/jqtouch/default/bigButtonActive.png +0 -0
  53. data/templates/jqtouch/jqtouch/default/button.png +0 -0
  54. data/templates/jqtouch/jqtouch/default/buttonActive.png +0 -0
  55. data/templates/jqtouch/jqtouch/default/chevron.png +0 -0
  56. data/templates/jqtouch/jqtouch/default/chevronActive.png +0 -0
  57. data/templates/jqtouch/jqtouch/default/chevronCircle.png +0 -0
  58. data/templates/jqtouch/jqtouch/default/chevronCircleActive.png +0 -0
  59. data/templates/jqtouch/jqtouch/default/loading.gif +0 -0
  60. data/templates/jqtouch/jqtouch/default/toggleSwitch.png +0 -0
  61. data/templates/jqtouch/jqtouch/default/toolbarBackground.png +0 -0
  62. data/templates/jqtouch/jqtouch/jqt/back_button_clicked.png +0 -0
  63. data/templates/jqtouch/jqtouch/jqt.apple.scss +24 -11
  64. data/templates/jqtouch/jqtouch/jqt.default.scss +537 -0
  65. data/templates/jqtouch/jqtouch/jqt.jqt.scss +20 -6
  66. data/templates/jqtouch/jqtouch/jqtouch.scss +173 -1
  67. data/templates/jqtouch/jqtouch/photo/btnBack.png +0 -0
  68. data/templates/jqtouch/jqtouch/photo/loading.gif +0 -0
  69. data/templates/jqtouch/jqtouch/photo/navNext.png +0 -0
  70. data/templates/jqtouch/jqtouch/photo/navPause.png +0 -0
  71. data/templates/jqtouch/jqtouch/photo/navPlay.png +0 -0
  72. data/templates/jqtouch/jqtouch/photo/navPrev.png +0 -0
  73. data/templates/jqtouch/jqtouch/photo/toolbar.png +0 -0
  74. data/templates/jqtouch/jquery.jqtouch.js +8219 -632
  75. data/templates/jqtouch/jquery.jqtouch.min.js +60 -1
  76. data/templates/jqtouch/manifest.rb +21 -0
  77. data/templates/jrails/config/initializers/jrails.rb +1 -0
  78. data/templates/jrails/haml.js +2 -2
  79. data/templates/jrails/i18n/jquery.ui/datepicker-ar.min.js +2 -4
  80. data/templates/jrails/i18n/jquery.ui/datepicker-az.min.js +2 -2
  81. data/templates/jrails/i18n/jquery.ui/datepicker-bg.min.js +2 -4
  82. data/templates/jrails/i18n/jquery.ui/datepicker-bs.min.js +2 -2
  83. data/templates/jrails/i18n/jquery.ui/datepicker-cs.min.js +2 -2
  84. data/templates/jrails/i18n/jquery.ui/datepicker-da.min.js +2 -2
  85. data/templates/jrails/i18n/jquery.ui/datepicker-de.min.js +2 -2
  86. data/templates/jrails/i18n/jquery.ui/datepicker-el.min.js +2 -4
  87. data/templates/jrails/i18n/jquery.ui/datepicker-eo.min.js +2 -2
  88. data/templates/jrails/i18n/jquery.ui/datepicker-et.min.js +2 -2
  89. data/templates/jrails/i18n/jquery.ui/datepicker-fa.min.js +2 -3
  90. data/templates/jrails/i18n/jquery.ui/datepicker-fo.min.js +2 -2
  91. data/templates/jrails/i18n/jquery.ui/datepicker-fr-CH.min.js +2 -2
  92. data/templates/jrails/i18n/jquery.ui/datepicker-fr.min.js +2 -2
  93. data/templates/jrails/i18n/jquery.ui/datepicker-he.min.js +2 -3
  94. data/templates/jrails/i18n/jquery.ui/datepicker-hr.min.js +2 -2
  95. data/templates/jrails/i18n/jquery.ui/datepicker-hu.min.js +2 -2
  96. data/templates/jrails/i18n/jquery.ui/datepicker-hy.min.js +2 -4
  97. data/templates/jrails/i18n/jquery.ui/datepicker-ja.min.js +2 -2
  98. data/templates/jrails/i18n/jquery.ui/datepicker-ko.min.js +2 -2
  99. data/templates/jrails/i18n/jquery.ui/datepicker-kz.min.js +2 -4
  100. data/templates/jrails/i18n/jquery.ui/datepicker-lt.min.js +2 -2
  101. data/templates/jrails/i18n/jquery.ui/datepicker-lv.min.js +2 -2
  102. data/templates/jrails/i18n/jquery.ui/datepicker-nl.min.js +2 -2
  103. data/templates/jrails/i18n/jquery.ui/datepicker-no.min.js +2 -2
  104. data/templates/jrails/i18n/jquery.ui/datepicker-pl.min.js +2 -2
  105. data/templates/jrails/i18n/jquery.ui/datepicker-ro.min.js +2 -2
  106. data/templates/jrails/i18n/jquery.ui/datepicker-ru.min.js +2 -4
  107. data/templates/jrails/i18n/jquery.ui/datepicker-sk.min.js +2 -2
  108. data/templates/jrails/i18n/jquery.ui/datepicker-sq.min.js +2 -2
  109. data/templates/jrails/i18n/jquery.ui/datepicker-sr-SR.min.js +2 -2
  110. data/templates/jrails/i18n/jquery.ui/datepicker-sr.min.js +2 -4
  111. data/templates/jrails/i18n/jquery.ui/datepicker-sv.min.js +2 -2
  112. data/templates/jrails/i18n/jquery.ui/datepicker-ta.min.js +2 -4
  113. data/templates/jrails/i18n/jquery.ui/datepicker-th.min.js +2 -4
  114. data/templates/jrails/i18n/jquery.ui/datepicker-tr.min.js +2 -2
  115. data/templates/jrails/i18n/jquery.ui/datepicker-uk.min.js +2 -4
  116. data/templates/jrails/i18n/jquery.ui/datepicker-vi.min.js +2 -2
  117. data/templates/jrails/i18n/jquery.ui/datepicker-zh-CN.min.js +2 -2
  118. data/templates/jrails/i18n/jquery.ui/datepicker-zh-HK.min.js +2 -2
  119. data/templates/jrails/i18n/jquery.ui/datepicker-zh-TW.min.js +2 -2
  120. data/templates/jrails/jquery-1.4.2.min.js +156 -156
  121. data/templates/jrails/jquery-ui-1.8.5.js +23753 -23341
  122. data/templates/jrails/jquery-ui-1.8.5.min.js +823 -808
  123. data/templates/jrails/jquery.contextMenu.min.js +1 -1
  124. data/templates/jrails/jquery.sparkline.js +1050 -0
  125. data/templates/jrails/jquery.sparkline.min.js +31 -0
  126. data/templates/jrails/jquery.ui/_theme.scss +1699 -1634
  127. data/templates/jrails/manifest.rb +13 -11
  128. data/templates/jstree/jquery.jstree.min.js +10 -10
  129. data/templates/ribbon/jquery.ribbon.min.js +6 -6
  130. metadata +27 -4
data/README.textile CHANGED
@@ -1,211 +1,212 @@
1
- h1. compass-jquery-plugin
2
-
3
- Get gem from <b>"Gemcutter":http://gemcutter.org/gems/compass-jquery-plugin</b>.
4
- Get source from <b>"github":http://github.com/kosmas58/compass-jquery-plugin</b>.
5
-
6
-
7
- h2. Description
8
-
9
- A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
10
-
11
- * jRails with jQuery 1.4.2 and jQuery.UI 1.8.5 including themes
12
- * jquery.jstree.js V1.0rc2
13
- * jquery.dynatree.js V0.5.3
14
- * jquery.ribbon.js
15
- * jquery.jqGrid.js V3.8 (with minor changes to make in RESTful)
16
- * jquery.jqtouch.js V1.0b2
17
-
18
- This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
19
-
20
- h3. jRails, jQuery and jQuery.UI including themes
21
-
22
- Use compass to install the jRails, jQuery and jQuery.UI javascript library including themes into your project.
23
-
24
- For jQuery:
25
- <pre>compass install [-r jquery] jquery/jrails <project name></pre>
26
-
27
- You will find all the stylesheets in easy-to-read Sass format at:
28
-
29
- <pre>stylesheets/jquery.ui</pre>
30
-
31
- To use the localized stylesheets and javacripts for jQuery include (using the rails_xss plugin):
32
-
33
- <pre>
34
- = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
35
- = javascript_include_tag :defaults
36
- = raw jrails_javascripts(I18n.locale)</pre>
37
-
38
- alternatively you can include:
39
- <pre>
40
- = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
41
- = javascript_include_tag :jquery_142
42
- = javascript_include_tag :jrails
43
- = raw jrails_javascripts(I18n.locale)</pre>
44
-
45
- into your layouts.
46
-
47
- h3. jQuery Dynatree Plugin
48
-
49
- Use compass to install the jQuery Dynatree javascript library into your project.
50
-
51
- <pre>compass install [-r jquery] jquery/dynatree <project name></pre>
52
-
53
- You will find all the stylesheets in easy-to-read Sass format at:
54
-
55
- <pre>stylesheets/jquery.ui</pre>
56
-
57
- To use the localized stylesheets and javacripts include:
58
-
59
- <pre>
60
- = stylesheet_link_tag 'compiled/jquery.ui/dynatree.[skin].css', :media => 'screen, projection'
61
- = javascript_include_tag :dynatree</pre>
62
-
63
- h3. jQuery jsTree Plugin
64
-
65
- Use compass to install the jQuery jsTree javascript library into your project.
66
-
67
- <pre>compass install [-r jquery] jquery/jstree <project name></pre>
68
-
69
- You will find all the stylesheets in easy-to-read Sass format at:
70
-
71
- <pre>stylesheets/jquery.ui</pre>
72
-
73
- To use the localized stylesheets and javacripts include:
74
-
75
- <pre>
76
- = stylesheet_link_tag 'compiled/jquery.ui/jstree.[theme].css', :media => 'screen, projection'
77
- = javascript_include_tag :jstree</pre>
78
-
79
- h3. jQuery Ribbon Plugin
80
-
81
- Use compass to install the jQuery Ribbon javascript library into your project.
82
-
83
- <pre>compass install [-r jquery] jquery/ribbon <project name></pre>
84
-
85
- You will find all the stylesheets in easy-to-read Sass format at:
86
-
87
- <pre>stylesheets/jquery.ui</pre>
88
-
89
- To use the localized stylesheets and javacripts include:
90
-
91
- <pre>
92
- = stylesheet_link_tag 'compiled/jquery.ui/ribbon.[theme].css', :media => 'screen, projection'
93
- = javascript_include_tag :ribbon</pre>
94
-
95
- h3. jqGrid
96
-
97
- Use compass to install the jqGrid javascript library into your project.
98
-
99
- <pre>compass install [-r jquery] jquery/jqgrid <project name></pre>
100
-
101
- You will find the jqGrid stylesheet in easy-to-read Sass format at:
102
-
103
- <pre>stylesheets/jquery.ui</pre>
104
-
105
- To use the localized stylesheets and javacripts include:
106
-
107
- <pre>
108
- = stylesheet_link_tag 'compiled/jquery.ui/jqGrid.css', :media => 'screen, projection'
109
- = raw jqgrid_javascripts(I18n.locale)</pre>
110
-
111
- h3. Secret Sauce
112
-
113
- Use compass to install the Secret Sauce for jqGrid javascript library into your project.
114
-
115
- <pre>compass install [-r jquery] jquery/secret_sauce <project name></pre>
116
-
117
- You will find all the stylesheets in easy-to-read Sass format.
118
-
119
- <pre>stylesheets/jquery.ui</pre>
120
-
121
- To use the localized stylesheets and javacripts include:
122
-
123
- <pre>
124
- = stylesheet_link_tag 'compiled/jquery.ui/secret_sauce.css', :media => 'screen, projection'
125
- = javascript_include_tag :secret_sauce</pre>
126
-
127
- h3. jqIcal
128
-
129
- Use compass to install the jqIcal javascript library into your project.
130
-
131
- <pre>compass install [-r jquery] jquery/jqical <project name></pre>
132
-
133
- You will find all the stylesheets in easy-to-read Sass format.
134
-
135
- <pre>stylesheets/jquery.ui</pre>
136
-
137
- To use the (localized) stylesheets and javacripts include:
138
-
139
- <pre>
140
- = stylesheet_link_tag 'compiled/jquery.ui/jqical.css', :media => 'screen, projection'
141
- = javascript_include_tag :jqical</pre>
142
-
143
- h3. jQTouch
144
-
145
- Use compass to install the jQTouch javascript library into your project.
146
-
147
- <pre>compass install [-r jquery] jquery/jqtouch <project name></pre>
148
-
149
- You will find all the stylesheets in easy-to-read Sass format at:
150
-
151
- <pre>stylesheets/jqtouch</pre>
152
-
153
- To use the localized stylesheets and javacripts include:
154
-
155
- <pre>
156
- = stylesheet_link_tag 'compiled/jqtouch/[theme].css', :media => 'screen, projection'
157
- = javascript_include_tag :jqtouch'</pre>
158
-
159
- There is iPhone lookalike stylesheet using an IFrame available for tests without a iPhone. You can include it by
160
-
161
- <pre>
162
- = stylesheet_link_tag 'compiled/jqtouch/iphone-emulator.css', :media => 'screen, projection'</pre>
163
-
164
- h2. Thanks to the Contributors:
165
-
166
- h3. Rails
167
-
168
- * aaron for <b>"jRails":http://code.google.com/p/ennerchi/</b>
169
- * David Turnbull for <b>"compass-jquery":http://github.com/dturnbull/compass-jquery/tree/master</b>
170
- * Jonathan Linowes for <b>"gridify":http://github.com/linoj/gridify</b>
171
- * ahe for <b>"2dc_jqgrid":http://github.com/ahe/2dc_jqgrid/tree/master</b>
172
- * scrubber for <b>"jquery_grid_for_rails":http://github.com/scrubber/jquery_grid_for_rails/tree/master</b>
173
- * ariesroyaal for <b>"secret_sauce":http://github.com/ariesroyaal/secret_sauce/tree/master</b> now <b>"at":http://github.com/fugufish/secret_sauce</b>.
174
- * Ryan Heath for <b>"pretty_flash":http://github.com/rpheath/pretty_flash</b>
175
-
176
- h3. jQuery Plugins included
177
-
178
- * Andreas Eberhard for <b>"jQuery PngFix Plugin (for IE)":http://jquery.andreaseberhard.de/</b>
179
- * Kalus Hartl for <b>"jQuery Cookie Plugin":http://stilbuero.de</b>
180
- * Fabrizio Balliano and Fabrizio Balliano for <b>"jQuery Layout Plugin":http://www.fabrizioballiano.net/</b>
181
- * John Reisig et. al. for <b>"jQuery Form Plugin":http://malsup.com/jquery/form/</b>
182
- * Martin Wendt for <b>"jQuery Dynatree Plugin":http://www.wwwendt.de</b>
183
- * Ivan Bozhanov for <b>"jQuery jsTree Plugin":http://jstree.com/</b>
184
- * Mikael Soederstroem for <b>"jQuery Ribbon Plugin":http://jqueryribbon.codeplex.com/</b>
185
- * Tony Tomov for <b>"jQuery Grid Plugin":http://www.trirand.com/blog/</b>
186
- * David Kaneda for <b>"jQTouch":http://www.jqtouch.com/</b>
187
- * Chris Domigan for <b>"jQuery ContextMenu Plugin":http://www.trendskitchens.co.nz/jquery/contextmenu/</b>
188
- * Denis Howlett for <b>"jQuery Table Drag and Drop Plugin":http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/</b>
189
- * Michael Aufreiter for <b>"jQuery UI Multiselect Plugin":http://quasipartikel.at</b>
190
- * Tim Caswell for <b>"jQuery haml Plugin":http://github.com/creationix/jquery-haml</b>
191
- * Tim Caswell for <b>"halm-js":http://github.com/creationix/haml-js</b> Server side templating language for JavaScript
192
- * Rick DeNatale for <b>"ri_cal":http://github.com/rubyredrick/ri_cal/</b>
193
- * Andrew M Andrews III for <b>"Any+Time":http://www.ama3.com/anytime/</b>
194
- * Adam Shaw for <b>"FullCalendar":http://arshaw.com/fullcalendar/</b>
195
- * Steven Wittens for <b>"Farbtastic Colorpicker plugin":http://acko.net/dev/farbtastic</b>
196
-
197
- h2. Note on Patches/Pull Requests
198
-
199
- * Fork the project.
200
- * Make your feature addition or bug fix.
201
- * Add tests for it. This is important so I don't break it in a
202
- future version unintentionally.
203
- * Commit, do not mess with rakefile, version, or history.
204
- (if you want to have your own version, that is fine but
205
- bump version in a commit by itself I can ignore when I pull)
206
- * Send me a pull request. Bonus points for topic branches.
207
-
208
- h2. Copyright
209
-
210
- Copyright (c) 2009-2010 Kosmas Schuetz. See LICENSE for details.
211
-
1
+ h1. compass-jquery-plugin
2
+
3
+ Get gem from <b>"Gemcutter":http://gemcutter.org/gems/compass-jquery-plugin</b>.
4
+ Get source from <b>"github":http://github.com/kosmas58/compass-jquery-plugin</b>.
5
+
6
+
7
+ h2. Description
8
+
9
+ A Sass-based Meta-Framework for Compass that allows you to mix and match any of the following:
10
+
11
+ * jRails with jQuery 1.4.2 and jQuery.UI 1.8.5 including themes
12
+ * jquery.jstree.js V1.0rc2
13
+ * jquery.dynatree.js V0.5.3
14
+ * jquery.ribbon.js
15
+ * jquery.jqGrid.js V3.8 (with minor changes to make in RESTful)
16
+ * jquery.jqtouch.js V1.0b2
17
+
18
+ This library requires <b>"Compass":http://wiki.github.com/chriseppstein/compass</b>.
19
+
20
+ h3. jRails, jQuery and jQuery.UI including themes
21
+
22
+ Use compass to install the jRails, jQuery and jQuery.UI javascript library including themes into your project.
23
+
24
+ For jQuery:
25
+ <pre>compass install [-r jquery] jquery/jrails <project name></pre>
26
+
27
+ You will find all the stylesheets in easy-to-read Sass format at:
28
+
29
+ <pre>stylesheets/jquery.ui</pre>
30
+
31
+ To use the localized stylesheets and javacripts for jQuery include (using the rails_xss plugin):
32
+
33
+ <pre>
34
+ = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
35
+ = javascript_include_tag :defaults
36
+ = raw jrails_javascripts(I18n.locale)</pre>
37
+
38
+ alternatively you can include:
39
+ <pre>
40
+ = stylesheet_link_tag "compiled/jquery.ui/[theme].css", :media => 'screen, projection'
41
+ = javascript_include_tag :jquery_142
42
+ = javascript_include_tag :jrails
43
+ = raw jrails_javascripts(I18n.locale)</pre>
44
+
45
+ into your layouts.
46
+
47
+ h3. jQuery Dynatree Plugin
48
+
49
+ Use compass to install the jQuery Dynatree javascript library into your project.
50
+
51
+ <pre>compass install [-r jquery] jquery/dynatree <project name></pre>
52
+
53
+ You will find all the stylesheets in easy-to-read Sass format at:
54
+
55
+ <pre>stylesheets/jquery.ui</pre>
56
+
57
+ To use the localized stylesheets and javacripts include:
58
+
59
+ <pre>
60
+ = stylesheet_link_tag 'compiled/jquery.ui/dynatree.[skin].css', :media => 'screen, projection'
61
+ = javascript_include_tag :dynatree</pre>
62
+
63
+ h3. jQuery jsTree Plugin
64
+
65
+ Use compass to install the jQuery jsTree javascript library into your project.
66
+
67
+ <pre>compass install [-r jquery] jquery/jstree <project name></pre>
68
+
69
+ You will find all the stylesheets in easy-to-read Sass format at:
70
+
71
+ <pre>stylesheets/jquery.ui</pre>
72
+
73
+ To use the localized stylesheets and javacripts include:
74
+
75
+ <pre>
76
+ = stylesheet_link_tag 'compiled/jquery.ui/jstree.[theme].css', :media => 'screen, projection'
77
+ = javascript_include_tag :jstree</pre>
78
+
79
+ h3. jQuery Ribbon Plugin
80
+
81
+ Use compass to install the jQuery Ribbon javascript library into your project.
82
+
83
+ <pre>compass install [-r jquery] jquery/ribbon <project name></pre>
84
+
85
+ You will find all the stylesheets in easy-to-read Sass format at:
86
+
87
+ <pre>stylesheets/jquery.ui</pre>
88
+
89
+ To use the localized stylesheets and javacripts include:
90
+
91
+ <pre>
92
+ = stylesheet_link_tag 'compiled/jquery.ui/ribbon.[theme].css', :media => 'screen, projection'
93
+ = javascript_include_tag :ribbon</pre>
94
+
95
+ h3. jqGrid
96
+
97
+ Use compass to install the jqGrid javascript library into your project.
98
+
99
+ <pre>compass install [-r jquery] jquery/jqgrid <project name></pre>
100
+
101
+ You will find the jqGrid stylesheet in easy-to-read Sass format at:
102
+
103
+ <pre>stylesheets/jquery.ui</pre>
104
+
105
+ To use the localized stylesheets and javacripts include:
106
+
107
+ <pre>
108
+ = stylesheet_link_tag 'compiled/jquery.ui/jqGrid.css', :media => 'screen, projection'
109
+ = raw jqgrid_javascripts(I18n.locale)</pre>
110
+
111
+ h3. Secret Sauce
112
+
113
+ Use compass to install the Secret Sauce for jqGrid javascript library into your project.
114
+
115
+ <pre>compass install [-r jquery] jquery/secret_sauce <project name></pre>
116
+
117
+ You will find all the stylesheets in easy-to-read Sass format.
118
+
119
+ <pre>stylesheets/jquery.ui</pre>
120
+
121
+ To use the localized stylesheets and javacripts include:
122
+
123
+ <pre>
124
+ = stylesheet_link_tag 'compiled/jquery.ui/secret_sauce.css', :media => 'screen, projection'
125
+ = javascript_include_tag :secret_sauce</pre>
126
+
127
+ h3. jqIcal
128
+
129
+ Use compass to install the jqIcal javascript library into your project.
130
+
131
+ <pre>compass install [-r jquery] jquery/jqical <project name></pre>
132
+
133
+ You will find all the stylesheets in easy-to-read Sass format.
134
+
135
+ <pre>stylesheets/jquery.ui</pre>
136
+
137
+ To use the (localized) stylesheets and javacripts include:
138
+
139
+ <pre>
140
+ = stylesheet_link_tag 'compiled/jquery.ui/jqical.css', :media => 'screen, projection'
141
+ = javascript_include_tag :jqical</pre>
142
+
143
+ h3. jQTouch
144
+
145
+ Use compass to install the jQTouch javascript library into your project.
146
+
147
+ <pre>compass install [-r jquery] jquery/jqtouch <project name></pre>
148
+
149
+ You will find all the stylesheets in easy-to-read Sass format at:
150
+
151
+ <pre>stylesheets/jqtouch</pre>
152
+
153
+ To use the localized stylesheets and javacripts include:
154
+
155
+ <pre>
156
+ = stylesheet_link_tag 'compiled/jqtouch/[theme].css', :media => 'screen, projection'
157
+ = javascript_include_tag :jqtouch'</pre>
158
+
159
+ There is iPhone lookalike stylesheet using an IFrame available for tests without a iPhone. You can include it by
160
+
161
+ <pre>
162
+ = stylesheet_link_tag 'compiled/jqtouch/iphone-emulator.css', :media => 'screen, projection'</pre>
163
+
164
+ h2. Thanks to the Contributors:
165
+
166
+ h3. Rails
167
+
168
+ * aaron for <b>"jRails":http://code.google.com/p/ennerchi/</b>
169
+ * David Turnbull for <b>"compass-jquery":http://github.com/dturnbull/compass-jquery/tree/master</b>
170
+ * Jonathan Linowes for <b>"gridify":http://github.com/linoj/gridify</b>
171
+ * ahe for <b>"2dc_jqgrid":http://github.com/ahe/2dc_jqgrid/tree/master</b>
172
+ * scrubber for <b>"jquery_grid_for_rails":http://github.com/scrubber/jquery_grid_for_rails/tree/master</b>
173
+ * ariesroyaal for <b>"secret_sauce":http://github.com/ariesroyaal/secret_sauce/tree/master</b> now <b>"at":http://github.com/fugufish/secret_sauce</b>.
174
+ * Ryan Heath for <b>"pretty_flash":http://github.com/rpheath/pretty_flash</b>
175
+
176
+ h3. jQuery Plugins included
177
+
178
+ * Andreas Eberhard for <b>"jQuery PngFix Plugin (for IE)":http://jquery.andreaseberhard.de/</b>
179
+ * Kalus Hartl for <b>"jQuery Cookie Plugin":http://stilbuero.de</b>
180
+ * Fabrizio Balliano and Fabrizio Balliano for <b>"jQuery Layout Plugin":http://www.fabrizioballiano.net/</b>
181
+ * John Reisig et. al. for <b>"jQuery Form Plugin":http://malsup.com/jquery/form/</b>
182
+ * Martin Wendt for <b>"jQuery Dynatree Plugin":http://www.wwwendt.de</b>
183
+ * Ivan Bozhanov for <b>"jQuery jsTree Plugin":http://jstree.com/</b>
184
+ * Mikael Soederstroem for <b>"jQuery Ribbon Plugin":http://jqueryribbon.codeplex.com/</b>
185
+ * Tony Tomov for <b>"jQuery Grid Plugin":http://www.trirand.com/blog/</b>
186
+ * David Kaneda for <b>"jQTouch":http://www.jqtouch.com/</b>
187
+ * Chris Domigan for <b>"jQuery ContextMenu Plugin":http://www.trendskitchens.co.nz/jquery/contextmenu/</b>
188
+ * Denis Howlett for <b>"jQuery Table Drag and Drop Plugin":http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/</b>
189
+ * Michael Aufreiter for <b>"jQuery UI Multiselect Plugin":http://quasipartikel.at</b>
190
+ * Tim Caswell for <b>"jQuery haml Plugin":http://github.com/creationix/jquery-haml</b>
191
+ * Tim Caswell for <b>"halm-js":http://github.com/creationix/haml-js</b> Server side templating language for JavaScript
192
+ * Rick DeNatale for <b>"ri_cal":http://github.com/rubyredrick/ri_cal/</b>
193
+ * Andrew M Andrews III for <b>"Any+Time":http://www.ama3.com/anytime/</b>
194
+ * Adam Shaw for <b>"FullCalendar":http://arshaw.com/fullcalendar/</b>
195
+ * Steven Wittens for <b>"Farbtastic Colorpicker plugin":http://acko.net/dev/farbtastic</b>
196
+ * Gareth Watts from Splunk Inc for <b>"jQuery Sparklines plugin":http://omnipotent.net/jquery.sparkline/</b>
197
+
198
+ h2. Note on Patches/Pull Requests
199
+
200
+ * Fork the project.
201
+ * Make your feature addition or bug fix.
202
+ * Add tests for it. This is important so I don't break it in a
203
+ future version unintentionally.
204
+ * Commit, do not mess with rakefile, version, or history.
205
+ (if you want to have your own version, that is fine but
206
+ bump version in a commit by itself I can ignore when I pull)
207
+ * Send me a pull request. Bonus points for topic branches.
208
+
209
+ h2. Copyright
210
+
211
+ Copyright (c) 2009-2010 Kosmas Schuetz. See LICENSE for details.
212
+
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
- ---
2
- :commit: beta.21
3
- :patch: 0
4
- :minor: 3
5
- :major: 0
1
+ ---
2
+ :commit: beta.22
3
+ :patch: 0
4
+ :minor: 3
5
+ :major: 0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{compass-jquery-plugin}
8
- s.version = "0.3.0.beta.21"
8
+ s.version = "0.3.0.beta.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kosmas Schuetz"]
12
- s.date = %q{2010-09-21}
12
+ s.date = %q{2010-10-09}
13
13
  s.description = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
14
14
  s.email = %q{kosmas.schuetz@gmx.com}
15
15
  s.extra_rdoc_files = [
@@ -314,6 +314,19 @@ Gem::Specification.new do |s|
314
314
  "templates/jqtouch/jqtouch/apple/toolButton.png",
315
315
  "templates/jqtouch/jqtouch/apple/toolbar.png",
316
316
  "templates/jqtouch/jqtouch/apple/whiteButton.png",
317
+ "templates/jqtouch/jqtouch/default/backButton.png",
318
+ "templates/jqtouch/jqtouch/default/backButtonActive.png",
319
+ "templates/jqtouch/jqtouch/default/bigButton.png",
320
+ "templates/jqtouch/jqtouch/default/bigButtonActive.png",
321
+ "templates/jqtouch/jqtouch/default/button.png",
322
+ "templates/jqtouch/jqtouch/default/buttonActive.png",
323
+ "templates/jqtouch/jqtouch/default/chevron.png",
324
+ "templates/jqtouch/jqtouch/default/chevronActive.png",
325
+ "templates/jqtouch/jqtouch/default/chevronCircle.png",
326
+ "templates/jqtouch/jqtouch/default/chevronCircleActive.png",
327
+ "templates/jqtouch/jqtouch/default/loading.gif",
328
+ "templates/jqtouch/jqtouch/default/toggleSwitch.png",
329
+ "templates/jqtouch/jqtouch/default/toolbarBackground.png",
317
330
  "templates/jqtouch/jqtouch/glyphish/Read me first - license.txt",
318
331
  "templates/jqtouch/jqtouch/glyphish/icons/01-refresh.png",
319
332
  "templates/jqtouch/jqtouch/glyphish/icons/02-redo.png",
@@ -588,6 +601,7 @@ Gem::Specification.new do |s|
588
601
  "templates/jqtouch/jqtouch/iphone-emulator.scss",
589
602
  "templates/jqtouch/jqtouch/iphone_fullsize.png",
590
603
  "templates/jqtouch/jqtouch/jqt.apple.scss",
604
+ "templates/jqtouch/jqtouch/jqt.default.scss",
591
605
  "templates/jqtouch/jqtouch/jqt.jqt.scss",
592
606
  "templates/jqtouch/jqtouch/jqt/activeButton.png",
593
607
  "templates/jqtouch/jqtouch/jqt/back_button.png",
@@ -610,6 +624,13 @@ Gem::Specification.new do |s|
610
624
  "templates/jqtouch/jqtouch/jqt_startup.png",
611
625
  "templates/jqtouch/jqtouch/jqtouch.png",
612
626
  "templates/jqtouch/jqtouch/jqtouch.scss",
627
+ "templates/jqtouch/jqtouch/photo/btnBack.png",
628
+ "templates/jqtouch/jqtouch/photo/loading.gif",
629
+ "templates/jqtouch/jqtouch/photo/navNext.png",
630
+ "templates/jqtouch/jqtouch/photo/navPause.png",
631
+ "templates/jqtouch/jqtouch/photo/navPlay.png",
632
+ "templates/jqtouch/jqtouch/photo/navPrev.png",
633
+ "templates/jqtouch/jqtouch/photo/toolbar.png",
613
634
  "templates/jqtouch/jqtouch/sw/alpha.png",
614
635
  "templates/jqtouch/jqtouch/sw/button-cancel.png",
615
636
  "templates/jqtouch/jqtouch/sw/button-done.png",
@@ -747,6 +768,8 @@ Gem::Specification.new do |s|
747
768
  "templates/jrails/jquery.metadata.min.js",
748
769
  "templates/jrails/jquery.pngFix.js",
749
770
  "templates/jrails/jquery.pngFix.min.js",
771
+ "templates/jrails/jquery.sparkline.js",
772
+ "templates/jrails/jquery.sparkline.min.js",
750
773
  "templates/jrails/jquery.themeswitchertool.js",
751
774
  "templates/jrails/jquery.themeswitchertool.min.js",
752
775
  "templates/jrails/jquery.ui/_theme.scss",