Hi all, is there a way to let a messagebox return a value (the selected button) like a native confirm javascipt function ?
I would like to have something like that, is there a way to make it ?
HTML Code:function () { b = Ext.Msg.confirm("","",function () {}); if (b = "yes") return true; return false; }