App-Mimosa

 view release on metacpan or  search on metacpan

root/js/tabs.js  view on Meta::CPAN

Ext.onReady(function(){
    // basic tabs 1, built from existing content
    var tabs = new Ext.TabPanel({
        renderTo: 'tabs1',
        width:    "80%",
        activeTab: 0,
        frame:     true,
        defaults:  {autoHeight: true},
        items:[
            {contentEl:'t1_content', title: 'Align'},
            {contentEl:'t2_content', title: 'Preferences'},
            {contentEl:'t3_content', title: 'About'},
        ]
    });

});



( run in 1.374 second using v1.01-cache-2.11-cpan-e1769b4cff6 )