2007-03-30
calendar_helper(その1)
カレンダーを表示する。
$ script/plugin install http://topfunky.net/svn/plugins/calendar_helper $ script/generate calendar_styles
- 曜日を日本語表示に。
- 月は表示しない。(テーブルの外に表示する)
$ vi vendor/plugins/calendar_helper/lib/calendar_helper.rb Date::DAYNAMES = ['日','月','火','水','木','金','土'] ... # cal << %(<thead><tr class="#{options[:month_name_class]}"><th colspan="7">#{Date::MONTHNAMES[options[:month]]}</th></tr><tr class="#{options[:day_name_class]}">) cal << %(<thead><tr class="#{options[:day_name_class]}">)
とりあえず、今月のカレンダを表示してみる。
$ vi app/views/layouts/articles.rhtml <% @year = Time.now.year %> <% @month = Time.now.month %> <h3><%= @year %> - <%= @month %></h3> <ul class="links"> <% @dates = Tag.find(:all, :conditions => ["name like ?", "#{@year}-#{0 if @month < 10}#{@month}%"]) %> <%= calendar(:year => @year, :month => @month){|d| link_to(d.mday, :action => 'tag_search', :id => d) if @dates.include?(d)} %> </ul>
見た目も対応。
$ vi app/views/layouts/articles.rhtml <%= stylesheet_link_tag 'calendar/red/style' %> $ vi public/stylesheets/calendar/red/style.css .dayName{ padding: 0.4em; padding-top: 0.2em; padding-bottom: 0.2em; .otherMonth, .day, .specialDay { padding: 0.4em; padding-top: 0.2em; padding-bottom: 0.2em;
トラックバック - http://d.hatena.ne.jp/winplus/20070330/1175266294
リンク元
- 23 http://www.google.co.jp/search?q=calendar_helper&lr=lang_ja&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:ja:official&client=firefox
- 16 http://www.google.co.jp/search?sourceid=navclient&hl=ja&ie=UTF-8&rls=GGLJ,GGLJ:2006-22,GGLJ:ja&q=calendar_helper+rails+specialDay
- 11 http://www.google.co.jp/search?q=calendar_helper&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-12,GGGL:ja
- 10 http://www.google.co.jp/search?hl=ja&client=firefox&rls=org.mozilla:ja:official&hs=GKo&q=calendar_helper+rails&btnG=Google+検索&lr=lang_ja
- 10 http://www.google.co.jp/search?hl=ja&client=firefox-a&rls=org.mozilla:ja:official&hs=xA4&q=acts_as_taggable&btnG=Google+検索&lr=lang_ja
- 8 http://www.google.com/search?client=safari&rls=ja-jp&q=calendar_helper&ie=UTF-8&oe=UTF-8
- 7 http://www.google.co.jp/search?hl=ja&q=calendar_helper&lr=lang_ja
- 6 http://www.google.co.jp/search?hl=ja&q=calendar_helper&btnG=検索&lr=
- 6 http://www.google.co.jp/search?hl=ja&q=calendar_helper&lr=
- 6 http://www.google.co.jp/search?hl=ja&q=rails+calendar_helper&btnG=検索&lr=lang_ja