Hi!

I set some variable to be new Ajax.Updater object:

updater=new Ajax.Updater(..................);

Everything goes ok, at the moment.

Now: I have the updater variable and I want to run the update once
again. How can I run the updater using the variable? Do I have to set
it once again giving all the parameters, or can I invoke some method
from Ajax.Udater object, e.g.:

updater.run();

or

updater.invoke();

?

Thanks in advance. :)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to