search for: my_day

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

Did you mean: my_dat
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...alendar.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 << "<br />" cell_attrs[:class] = ''specialDay'' end end...