function dashboard_rektor(){ var rektorTabs = { //new Ext.TabPanel({ //{ //Ext.widget('tabpanel', { //for Extjs-4 xtype: 'tabpanel', id: 'tabpanel-rektor', defaults :{ bodyPadding: 10, autoScroll: true, frame: true }, activeTab: 0, items: [{ title: 'Student Body', id: 'tab.personal', //forceLayout: true, //INI MAKSA LAYOUT, YG HBOX JADI INVISIBLE items: [] //[fPersonal] },{ title: 'DPK', id: 'tab.ortu', //disabled:true, //to disable for selecting a tab items: [] //[fOrtu] },{ title: 'DPP', id: 'tab.daftar', items: [] //[fDaftar] }] }; SET_PAGE_CONTENT(rektorTabs); }