search for: search_pane

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

2006 Mar 22
1
RJS - Still not working in IE
...Updated Javascripts to Scriptaculous 1.5.3 (for evalScripts support) Monkeypatched in_place_editor to support evalScripts This is the complete contents of the .rjs: page.replace_html ''current_search_name_editor'', :partial =>"search_name" page.replace_html ''search_pane'', :partial => "search" My view contains: ... <div class="SearchName" id="current_search_name_editor"> <%= render :partial => "search_name" %> </div> <%= start_form_tag( {:action=> "master"}, {:id =>&qu...
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.