
Ext.onReady(function(){

    tabs = new Ext.TabPanel({
        applyTo: 'event-pages-tabs',
        activeTab: 0,
        deferredRender: false,
        autoWidth: true,
        autoHeight: true,
        defaults: {
            autoHeight: true
        },
        autoTabs: true,
        border: false
    });
});

