Displaying 1 result from an estimated 1 matches for "tour_start_date".
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...ndar({: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
                  [cell_text, cell_attrs]
                end
                %>
thank...