search for: condition_list

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

2006 Mar 22
1
RJS - Still not working in IE
...uot;} ) %> <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="condition_list"> <p class="LabelText"> <% if @current_search.conditions && @current_search.conditions.size > 0 %> <%= render :partial => ''condition'', collection => @current_search.conditions.sort { |b, a| a.id <=> b.id}...
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.