-
28 Jul 2008 3:49 PM #1
Masking the window?
Masking the window?
How do I mask everything if I popup my own window/widget?
I want an effect similar to the modal Dialog, but to be able to do it for anything.
I read about El.mask() but could use some help on how to use it.
Thanks
ET
-
28 Jul 2008 5:40 PM #2
this should work...
Code:new El(RootPanel.get().getElement()).mask("I'm masked!!");
-
3 Aug 2008 10:04 AM #3
An example
An example
Hello everybody, i show a window and I need mask everything else., do you can post the code for an example about it? thanks so much.
-
3 Aug 2008 1:06 PM #4
If you are using a Window, then just set it to be modal http://extjs.com/deploy/gxtdocs/com/...tModal(boolean)
-
3 Aug 2008 6:04 PM #5
Thanks so much, I thought that it was more difficult
.


Reply With Quote