Displaying 1 result from an estimated 1 matches for "item_footer".
2006 May 28
0
expanding details examples?
...each time
it''s clicked - but it seems like there must be a better solution.
Here''s my makeshift .rjs template:
page.replace_html "items" + params[:id].to_s, :partial =>
''order_item'', :collection => @order_items
page.replace_html "item_footer" + params[:id].to_s, :partial =>
''order_item_form''
page.replace_html "comments" + params[:id], :partial =>
''order_detail'', :collection => @order_details
page.replace_html "comment_footer" + params[:id].to_s, :partial =...