Ext.create('Ext.Button', { renderTo:Ext.getBody(), text : 'CLICK ME', listeners : { click : function() { window.location=url; } } });