-
26 Feb 2010 1:56 AM #1
first step. Ext.Msg.alert.
first step. Ext.Msg.alert.
Why in rezult I see only one alert "message 2"?Code:Ext.onReady ( function() { Ext.Msg.alert("message 1"); Ext.Msg.alert("message 2"); } )
Why in rezult I see only one alert "message 2"?Code:Ext.onReady ( function() { Ext.Msg.alert("message 1"); Ext.Msg.alert("message 2"); } )