blob: 0a3592606a3520e4f1836a59554f47fc7116e2f3 [file] [log] [blame]
demos.Tabs=new Ext.TabPanel({sortable:true,ui:'dark',items:[{title:'Tab 1',html:'The tabs above are also sortable.<br />(tap and hold)',cls:'card card5'},{title:'Tab 2',html:'Tab 2',cls:'card card4'},{title:'Tab 3',html:'Tab 3',cls:'card card3'}]});