What are the different type of alert boxes available in Ext JS?

devquora
devquora

Posted On: Feb 22, 2018

 

Different type of alert boxes in Ext JS are

  • Ext.MessageBox.alert();
  • Ext.MessageBox.confirm();
  • Ext.MessageBox.wait();
  • Ext.MessageBox.promt();
  • Ext.MessageBox.show();

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Ext js Interview Questions

    Explain What is EXT.js?

    Ext.js is pure Javascript framework that is used for building interactive cross-platform web applications such as desk..

    Ext js Interview Questions

    List some features of Ext JS?

    Features of Ext Js : – Pre-Integrated and Tested UI Components. Rich Data Analytics. Code compatibility of new versio..

    Ext js Interview Questions

    Which architecture is supported by Ext JS?

    Ext JS provides support for both MVC (Model view controller) and MVVM (Model View ViewModel) application architect..