I can''t seem to get :script to set the evalScripts option in the
Ajax.InPlaceEditor. No matter what combination of options I try it
never shows up. E.g. :
<%= in_place_editor ''url_1'',
:url => { :controller => ''url'',
:action =>
''set_url'', :id => 1 },
:cols => 45,
:script => true -%>
will show the size attribute of 45, but not evalScripts.
i checked in Trac but couldn''t find anything related to this...
looking at the ActionView source, it seems like it should work...but
I''m no expert...
thoughts?
ed