Icon for sencha touch tabpanel tabs
I have a tabpanel in sencha touch that looks something that below Mobile.RootViewport = new Ext.TabPanel({ fullscreen:'true', layout: 'card', tabBarDock: 'bottom', items: [Mobile.HomeViewport, Mobile.AboutViewport] }) How do i have a icon for each of the tabs? You need to add an iconCls property to each of the items within your TabPanel (HomeViewport, AboutViewport, etc). There are a handfull of icons compiled into the default theme, but there are many more in the pictos directory (found at $touch/resources/themes/images/default/pictos/ ). The iconCls name will be the same as the filename