search for: my_calendar_helper

Displaying 1 result from an estimated 1 matches for "my_calendar_helper".

2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...page.replace_html ''embed_calendar'', :partial => ''shared/calendar'', :year => 2006, :month => 5 shared/_calendar.rhtml partial <hr> <%= calendar({:year => 2006, :month => 11, :table_class => "my_calendar_helper"}) do |d| cell_text = "#{d.mday}<br />" cell_attrs = {:class => ''my_day''} @events.each do |e| if e.tour_start_date == d cell_text << e.label << &quot...