Please write syntax for MessageBox show() method?

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

Read Online Ext-JS Job Interview Questions And Answers