1.

What Are The Different Type Of Alert Boxes In Ext Js?

Answer»

DIFFERENT TYPE of ALERT BOXES in EXT JS are:

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

Different type of alert boxes in Ext JS are:



Discussion

No Comment Found