bforbhavin
15 Oct 2012, 11:56 AM
Hi,
When I invoke following function on click of the button, it shows me an error on console window. I use Chrome browser. I see an error of GET (see attached).
Ext.create('Ext.Button', {
text: 'Click me',
renderTo: Ext.getBody(),
handler: function() {
window.location = 'mailto://firstname.lastname@domain.com';
}
});
When I invoke following function on click of the button, it shows me an error on console window. I use Chrome browser. I see an error of GET (see attached).
Ext.create('Ext.Button', {
text: 'Click me',
renderTo: Ext.getBody(),
handler: function() {
window.location = 'mailto://firstname.lastname@domain.com';
}
});