Displaying 2 results from an estimated 2 matches for "modify_month_view".
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...o that selected month 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>...
2006 Jul 20
1
Ajax and observe_field not updating specified DIV
...,2010]],
{:selected => @year})
%>
<%= observe_field ''month_id'',
:update => ''main_content'',
:url => { :controller => ''calendar'', :action
=> ''modify_month_view''} %>
<%= observe_field ''year_id'',
:update => ''main_content'',
:url => { :controller => ''calendar'', :action
=> ''modify_year_view''} %>...