Is there any way to know if at client side Busy box(Processing Label) is being shown (any method like isBusy()).
Further can I do clearBusy() on an Event. Like click on an Button.
Note:if you can answer first part pls do post it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There must be some low level JS API in ZK for the first question i.e. to check if a busy message is being shown.
For the second part you can use do it by calling Clients.clearBusy(Component) Note: you should be calling Clients.showBusy(Component, String) for this to work
See the live demo here