How to link buttons in toolbar in Sencha touch?
问题 I have multiple buttons loading up in the button toolbar I need those buttons to go to different links. However, I have not been able to figure it out. Below is what I tried to do but it does not work. //Below are three buttons that need to go to three different links var buttonsGroup1 = new Ext.Button({ text: 'MESSAGES', handler: tapHandler }); var buttonsGroup2 = new Ext.Button({ text: 'HOLDS', handler: tap2Handler }); var buttonsGroup3 = new Ext.Button({ text: 'FINANCIALS', handler: