I have some remoting calls that tend to take a bit of time to complete. I would like to display the same blocking ui message that is used by actions. How would I do that using javascript?
Just for some background I have to do some additional processing after the response that I need to perform which could result in additional remoting calls so I can’t simply just use a button and action to make the call. I need control over when to start showing the message and when to hide it.
Question
How to show wait message that is used by actions

This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.