Hello, guys!
I need to implement a part of web app. functionality:
When i'm clicking the right mouse button I need to close all tabs that is not under mouse pointer now ("close other tabs").
BUT! Not -- "selected" tab (result of tabset.getSelectedTab()) must stay alive,
but "tab that mouse pointer aimed on".
Environment: SmartGWT 2.2.
Anyone have an idea how can I reach that?
I need to implement a part of web app. functionality:
When i'm clicking the right mouse button I need to close all tabs that is not under mouse pointer now ("close other tabs").
BUT! Not -- "selected" tab (result of tabset.getSelectedTab()) must stay alive,
but "tab that mouse pointer aimed on".
Environment: SmartGWT 2.2.
Anyone have an idea how can I reach that?
Comment