Re: [qooxdoo-devel] Improvement to 0.6.5 TabView API

2007-06-14 Thread Sebastian Werner
You can easily create your own class which inherits from AbstractPageView*. All the three available views are mainly consist of a bit styling and sometimes an additional event listener. The constructor of this abstract class has exactly these features. A real API overhaul ist planned for the 0.

[qooxdoo-devel] Improvement to 0.6.5 TabView API

2007-06-13 Thread Simon Bull
Hi List, I am not sure if this has been improved in 0.7, but in 0.6.5 the TabView API is not very extensible. For example, in order to implement a multi-row tabbar (instead of the default single-row tabbar), the developer has to hack it in like this: // **