Class Roo.bootstrap.MessageBox

Package:Roo.bootstrap
Defined In: Roo/bootstrap/MessageBox.js.
Class:MessageBox
Utility class for generating different styles of message boxes. The alias Roo.Msg can also be used.
Example usage:

// Basic alert:
Roo.Msg.alert('Status', 'Changes saved successfully.');

// Prompt for user data:
Roo.Msg.prompt('Name', 'Please enter your name:', function(btn, text){
if (btn == 'ok'){
// process text value...
}
});

// Show a dialog using config options:
Roo.Msg.show({
title:'Save Changes?',
msg: 'Your are closing a tab that has unsaved changes. Would you like to save your changes?',
buttons: Roo.Msg.YESNOCANCEL,
fn: processResult,
animEl: 'elId'
});
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties - Has None
Public Methods
Method Defined By
Events - Has None
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:53 GMT+0800 (HKT) Based on JsDoc Toolkit