Harlan,
you can just extend qx.ui.tabview
qx.Class.define("my.tabviewPage", {
extend : qx.ui.tabview.Page,
...
...
});
and then in your TabView class do
this.add(new my.tabview.Page);
Cheers,
Fritz
On Wed, 1 Feb 2012, Harlan H. Bloom wrote:
> Hello,
> I'm trying to use TabView and to define the pages in separate files/classes.
> The only examples I've seen are where the pages are in-line with the TabView.
>
>
> Anyone have any idea where I can find an example where the TabView is
> separate from its pages?
>
>
> Thanks,
>
>
> Harlan...
>
>
--
Oetiker+Partner AG tel: +41 62 775 9903 (direct)
Fritz Zaucker +41 62 775 9900 (switch board)
Aarweg 15 +41 79 675 0630 (mobile)
CH-4600 Olten fax: +41 62 775 9905
Schweiz web: www.oetiker.ch
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel