Hello,
there is any way to add a partial using insert_html using visual_effect
to do it?
(inset_html and visual_effect at the same time.)
I want to do something like:
render :update do |page|
page.insert_html.visual_effect :bottom, :invoice_items, :partial =>
"invoice_item", :object => InvoiceItem.new, :BlindDown
end
thanks,
David Sousa
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---