Page 1 of 1

Start event after form has loaded

PostPosted: Thu Jul 18, 2013 3:48 pm
by vlad_chiru
Hi all,

Please tell me if there is a way to start an event on a form after the form has loaded (document.ready equivalent). I'm creating an API call to retrieve user tweets, but when I'm calling the method is slows the loading of the user details form a lot..

Thanks

Re: Start event after form has loaded

PostPosted: Wed Jul 24, 2013 5:34 pm
by rgansevles
vlad_chiru,

We have the form.onLoad event handler.
But I guess what you want is background processing.
You could use the headless client plugin, it will run code in a separate client and calls a callback function when done.

Rob