Re: [qooxdoo-devel] TabView - getSelected is not a function

2010-01-18 Thread Fritz Zaucker
Use getSelection()[0] Cheers, Fritz On Mon, 18 Jan 2010, Sempre wrote: > > Hi, > > i've tried to get the current selected page in the focusin-/focusout-event > on a TabView. > > Here is the code: > > qx.Class.define("mase.demo.TabView", > { > extend : qx.ui.tabview.TabView, > > > con

[qooxdoo-devel] TabView - getSelected is not a function

2010-01-18 Thread Sempre
Hi, i've tried to get the current selected page in the focusin-/focusout-event on a TabView. Here is the code: qx.Class.define("mase.demo.TabView", { extend : qx.ui.tabview.TabView, construct : function() { this.base(arguments);