-
6 Mar 2012 1:16 PM #1
Ext.Msg.confirm Not firing function
Ext.Msg.confirm Not firing function
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);
-
6 Mar 2012 10:20 PM #2
According to this post its fixed in the ST2 codebase
http://www.sencha.com/forum/showthread.php?178107
Any takers?
-
7 Mar 2012 6:39 AM #3


Reply With Quote