hi guys
I've been playing about with MochiKit and it's ajax table recently.
I've tried to add a LoadEvent like:
addLoadEvent(sortableManager.startUpdater);

and then have startUpdater() simply call:
 window.setInterval(sortableManager.tableUpdater,5000);

This calls tableUpdater every 5 secs.

All tableUpdater does is call sortableManger.loadFromURL(...)

but nothing appears from this statement, not even in MochiKit logging
pane.

Any ideas on how to call this properly within edited SortableManager?

cheers


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to