Re: [qooxdoo-devel] TabView: TabButtons position

2012-04-10 Thread Jagget
Maybe you need simply change layout of button-container? From VBox to Flow. С уважением, Jagget On 10 April 2012 16:03, Dietrich Streifert < dietrich.streif...@googlemail.com> wrote: > Hi Alexandr! > > Did you find a solution for this.? > > If yes: Are you willing to share it? > > Regards >

Re: [qooxdoo-devel] TabView: TabButtons position

2012-04-10 Thread Dietrich Streifert
Hi Alexandr! Did you find a solution for this.? If yes: Are you willing to share it? Regards Dietrich Am 08.09.2011 15:17, schrieb alexandr: > Hi, Qooxdoo Team! > > Is the ability in qoxdoo to set TabButtons in two (or more) lines? I need > something like: > > --

Re: [qooxdoo-devel] TabView: TabButtons position

2011-09-08 Thread Martin Wittemann
Hey, we currently don't support such a feature in our tabview. If you have too much tabs, you currently get overflow buttons which make the tab buttons scrollable. But you can easily build such a tab view yourself. The basics are already there like the stack container and the appearances for the

[qooxdoo-devel] TabView: TabButtons position

2011-09-08 Thread alexandr
Hi, Qooxdoo Team! Is the ability in qoxdoo to set TabButtons in two (or more) lines? I need something like: - | tabPage1 | tabPage2 | tabPage3| | tabPage3 | tabPage4| - ACTIVE TAB PAGE CONTENT