App-Mimosa
view release on metacpan or search on metacpan
root/js/tabs-admin.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' },
{contentEl:'t4_content', title: 'Admin'},
]
});
});
( run in 0.970 second using v1.01-cache-2.11-cpan-df04353d9ac )