Ext-JS Question:

Do you know what is purpose of MessageBox?

Tweet Share WhatsApp

Answer:

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();

Download Ext JS PDF Read All 65 Ext JS Questions
Previous QuestionNext Question
Explain the css file required to apply Extjs Theme property?Please write syntax for MessageBox show() method?