Hi folks, 
I'm trying to use qx.client.Builder() to build a form.  I want to include a 
TabBar if possible.  Here's what I'm trying: 

<qx.client.builder.Container padding='1' width='600' height='500'> 
        <qx.ui.layout.HorizontalBoxLayout> 
                <qx.ui.toolbar.ToolBar id='apptToolBar' location='0,0'> 
                        <qx.ui.toolbar.ToolBarButton id='button1' 
label='Save/Close'/> 
                        <qx.ui.toolbar.ToolBarButton id='button2' 
label='Cancel'/> 
                        <qx.ui.toolbar.ToolBarSeparator/> 
                        <qx.ui.toolbar.ToolBarButton id='button3' 
label='Recurring Event'/> 
                </qx.ui.toolbar.ToolBar> 
                <qx.ui.pageview.tabview.TabView height='400' width='400' 
top='30'> 
                        <qx.ui.pageview.tabview.TabViewButton 
label="Appointment" checked='true'> 
                                <qx.ui.pageview.tabview.TabViewPage 
height='300' width='300'> 
                                </qx.ui.pageview.tabview.TabViewPage> 
                        </qx.ui.pageview.tabview.TabViewButton> 
                </qx.ui.pageview.tabview.TabView> 
        </qx.ui.layout.HorizontalBoxLayout> 
</qx.client.builder.Container> 

Any ideas? 
TIA 
Mike
 
Cheers!
Mike 
http://www.MikeAndKellyCrowe.com






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to