⟩ 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
});
Ext.MessageBox.show({
title: 'Paragraph Clicked',
msg: 'User clicked on Paragraph',
width:400,
buttons: Ext.MessageBox.OK,
animEl: paragraph
});
Tell me how to start editing a record?
Tell me how to commit a record modification?
Explain how to get a value of textfield or combo box?
Explain extjs decode()?
Tell me what is use of combo select event function?
Tell me how to apply css on select of combo box?
Explain how to register callbacks to the load and exception events of the JsonStore?
Explain how to hide the column in grid panel?
Explain what are components required for grid panel?
Tell me have you ever used an MVC? If so, which one and what do you like or dislike about it?