⟩ Do you know what is purpose of MessageBox?
MessageBox is asynchronous.
MessageBox call, which demonstrates the readable message to user.
MessageBox used for multiple purpose like
Ext.Msg.alert()
Ext.Msg.prompt()
Ext.Msg.show({});
Ext.Msg.wait();
MessageBox is asynchronous.
MessageBox call, which demonstrates the readable message to user.
MessageBox used for multiple purpose like
Ext.Msg.alert()
Ext.Msg.prompt()
Ext.Msg.show({});
Ext.Msg.wait();
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?
Explain me what is a callback function?