search for: conditions_form

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

2006 Mar 22
1
RJS - Still not working in IE
...9;', :partial => "search" My view contains: ... <div class="SearchName" id="current_search_name_editor"> <%= render :partial => "search_name" %> </div> <%= start_form_tag( {:action=> "master"}, {:id =>"conditions_form"} ) %> <div id="search_pane"> <%= render :partial => ''search'' %> </div> ... The _search_name.rhtml partial: <%= in_place_editor_field :current_search, :name, {}, {:script => true } %> The _search.rhtml partial: <ul id=&quo...
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.