search for: eval_script

Displaying 2 results from an estimated 2 matches for "eval_script".

Did you mean: eval_scripts
2006 Jul 02
6
remote form w/ evalScripts:true
...rtial => ''lists/add_item'' end end Here is the version of code in the template that I WANT to use to POST to this action: <%= form_remote_tag :html => { :action => url_for(:controller => "list_item_links", :action => "create") }, :eval_scripts => true %> <%= hidden_field ''list_item_link'', ''list_id'', :value => @list.id%> <%= hidden_field ''list_item_link'', ''list_item_type'', :value => ''List'' %> Which list? <%= select '...
2006 Mar 18
9
RJS - not working in IE
I searched thru all the postings about RJS, and I didn''t find one person who complained of problems specific to IE, but that''s what I''ve got. My environment is: Rails 1.0 + RJS Plugin Updated Javascripts to Scriptaculous 1.5.3 (for evalScripts support) Monkeypatched in_place_editor to support evalScripts I have just started using RJS, and I have two .rjs templates.