1. | Alert Dialog MessageBox | | |
2. | Ext.MessageBox.alert | | |
3. | Ext.MessageBox.wait | | |
4. | Set message dialog icon | | |
5. | Set message dialog button options | | |
6. | Set Width, title and msg for message dialog | | |
7. | Ext.MessageBox.YESNOCANCEL | | |
8. | Set ICON to Ext.MessageBox.QUESTION | | |
9. | Ext.Msg.alert | | |
|
10. | Single line of Ext.Msg.prompt | | |
11. | Prompt dialog with multiline | | |
12. | Ext.Msg.confirm | | |
13. | Set icon and button for Ext.Msg | | |
14. | Simplest message box | | |
15. | Prompt message dialog | | |
16. | Set title, message, width, button, handler function for MessageBox | | |
17. | Alert message dialog | | |
18. | Display confirm message dialog box | | |
19. | Define handler function for confirm message dialog | | |
20. | Ext.Msg.alert('asdf'); | | |