Displaying 1 result from an estimated 1 matches for "set_calendar_dropdown".
Did you mean:
set_calendar_dropdowns
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...we get a ton of ''\t'' displayed all over the page
inside what looks like to be a javascript debug print statement ( try {}
catch{} block ).
We tried everything and cannot seem to resolve. Anyone have any ideas? below
are snippets:
calendar_controller.rb
def modify_month_view
set_calendar_dropdowns(request.raw_post, ''2006'')
modify_month_view.rjs
page.replace_html ''embed_calendar'', :partial => ''shared/calendar'',
:year => 2006, :month => 5
shared/_calendar.rhtml partial
<hr>
<%=...