Like the title says, how can i remove the spinwheel from a Panel?
I tried the property “loadMask” or “loadingMask” which seems to work for older versions and also the setLoading() method…
Edit: ‘maskOnDisable’ also doesn’t work by the way.
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.
You can use the
setLoadingmethod to hide the loading mask. For example:You can read the details of this method at Ext.grid.Panel documentation. In ExtJS 4, the loading mask is created and displayed by the Ext.ComponentLoader.