Displaying 2 results from an estimated 2 matches for "dtcinc".
Did you mean:
dccinc
2006 Apr 20
4
JavaScriptGenerator Dead End
Hi All,
I posted earlier about a problem I was having with the various remote
view methods escaping all the javascript in my callbacks. I was quickly
informed that that''s just what they do, and offered some workarounds.
However, in actually working with this, I''m finding that this one little
thing is forcing me to write some REALLY ugly code. Where I thought I
could
2006 Apr 18
4
update_page yields escaped code in callback
Hi All,
The subject pretty well describes what I am experiencing. This line in
an .rhtml template:
<%= link_to_remote menu_item.humanize,
{:update => ''section'',
:url =>{:controller => menu_item},
:complete => update_page do |page|
page.activate_tab("#{menu_item}_tab", ''menu_'')
page[''section''].hide