Answers

Question and Answer:

  Home  Ext JS

⟩ Please write syntax for MessageBox show() method?

Ext.MessageBox.show({

title: 'Paragraph Clicked',

msg: 'User clicked on Paragraph',

width:400,

buttons: Ext.MessageBox.OK,

animEl: paragraph

});

 244 views

More Questions for you: