View Full Version : Ext.Msg.confirm Not firing function
breckster
6 Mar 2012, 1:16 PM
This returns nothing to the console on a Touch app in Designer
Ext.Msg.confirm("Confirmation",
"Are you sure you want to discard this discussion?",
function(btnId){
console.log(btnId);
},this);
breckster
6 Mar 2012, 10:20 PM
This returns nothing to the console on a Touch app in Designer
Ext.Msg.confirm("Confirmation",
"Are you sure you want to discard this discussion?",
function(btnId){
console.log(btnId);
},this);
According to this post its fixed in the ST2 codebase
http://www.sencha.com/forum/showthread.php?178107
Any takers?
aconran
7 Mar 2012, 6:39 AM
According to this post its fixed in the ST2 codebase
http://www.sencha.com/forum/showthread.php?178107
Any takers?
Next auto update will update you to 2.0.0 final.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.