Multiple Ext.Msg.alert at a time
I need to show multiple Ext.Msg.alert at the same time.
I mean, there should be two open, the user should close one, then the other.
At the moment it's like that: The older alert gets overriden by the newer.
How to avoid that?
Greetings
ikk0
Why not put the same message in the window?
The only way to achieve what you're looking to do w/ the out of the box code is to attach a handler to the 'OK' button on the alert msgbox which fires another.
#If you have any other info about this subject , Please add it free.# |