Answers

Question and Answer:

  Home  Ext JS

⟩ Do you know what is purpose of MessageBox?

MessageBox is asynchronous.

MessageBox call, which demonstrates the readable message to user.

MessageBox used for multiple purpose like

Ext.Msg.alert()

Ext.Msg.prompt()

Ext.Msg.show({});

Ext.Msg.wait();

 182 views

More Questions for you: