Hi,
I have to do window(or something witch looks like window), wich will be hidding when it lost focus. Is any way to do this?
I tried use Menu class, but I can't add Canvas to menu(Menu extends ListGrid).
In Window class i can use FocusChangedHandler, but it doesn't work when I click in another part of my application(not on this window).
I found attributs like "autoDismiss" and "autoDismissOnBlur". Can I use it for Window?
I use smartgwt version: 2.2
I have to do window(or something witch looks like window), wich will be hidding when it lost focus. Is any way to do this?
I tried use Menu class, but I can't add Canvas to menu(Menu extends ListGrid).
In Window class i can use FocusChangedHandler, but it doesn't work when I click in another part of my application(not on this window).
I found attributs like "autoDismiss" and "autoDismissOnBlur". Can I use it for Window?
I use smartgwt version: 2.2
Comment