google-code-export / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Separate stylesheet link and javascript includes helper methods #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, there is only one helper method that generates both the
javascript and stylesheet markup. We would like to be able to generate
these two types of markup separately, so that we can move the javascript
include to just before the </body> tag, as per the Yahoo developer's best
practices[1].

[1] http://developer.yahoo.com/performance/rules.html#js_bottom

Original issue reported on code.google.com by dougba...@gmail.com on 21 Oct 2008 at 6:02

GoogleCodeExporter commented 9 years ago
See upcoming RDOC or include_helpers.rb for more info

calendar_date_select_javascripts
calendar_date_select_stylesheets

Original comment by timchar...@gmail.com on 30 Nov 2008 at 8:27