I don't remember it by heart, but if you read a bit further the documentation you will find the periodic updater that allows setting up a timed interval to periodically update contents using the ajax helper.
On 19 ene, 01:44, Kh3ops <[email protected]> wrote: > Hi everyone, > > I got a tricky thing to set-up. > > Once one of my users validates a form, I need to execute a couple of > actions through a plugin which might take some time (up to minutes). > > What I'd like to do, is to open up a div overlay and get the live > output from module actions within this div (div updated every seconds > for example with new lines from module). > > I already tried using $ajax->link(...,array('update'->'divname')) but > div is updated once action is completely done. > > Would any of you have a brilliant idea to figure this out? > > Thanks for your time, > > Gaƫtan -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
