Question about link_to_remote

I want to use Ajax.Updater to dynamically update a div with an
option { insertion:Insertion.Bottom }, but I can’t find the equivalent
in
link_to_remote.

http://rubyforge.org/projects/ropenwiki/

huang zhimin wrote:

I want to use Ajax.Updater to dynamically update a div with an
option { insertion:Insertion.Bottom }, but I can’t find the equivalent
in
link_to_remote.

you do it in the controller / rjs on the server side ( controller )
rather than in the rhtml ;

http://api.rubyonrails.com/classes/ActionView/Helpers/PrototypeHelper/JavaScriptGenerator/GeneratorMethods.html

hth

shai