I have a tabview.TabView with multiple tabview.Page's in it, each having a
tab on top.
I want to capture the double-click on the tab, not the body of the
tabview.Page, including on the tab label or icon.

This way I can do things like double-click to close a tab rather than turn
on the setShowCloseButton(true).
That will make each tab take up less space horizontally.

How do I get that event?

The following does not fire when you click up on the tab:

      this.__tabView.addListener("dblclick",
        function (e) {
          var tabItem = this.__tabView.getSelection()[0];
          this.__tabView.remove(tabItem);
        }
        ,this);

Thanks,
Scott
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to