Ext-JS Question:

Please write syntax for MessageBox show() method?

Tweet Share WhatsApp

Answer:

Ext.MessageBox.show({
title: 'Paragraph Clicked',
msg: 'User clicked on Paragraph',
width:400,
buttons: Ext.MessageBox.OK,
animEl: paragraph
});

Download Ext JS PDF Read All 65 Ext JS Questions
Previous QuestionNext Question
Do you know what is purpose of MessageBox?Tell me what is method to Update the message box body text for MessageBox?