... . Ext Ext.MessageBox, .
, . , Ext.MessageBox.show() ( ), - ...
new Ext.Msg.show({
title: 'Test',
msg: 'A sample message box with a button marked as default',
buttons: { ok: '<b>Submit</b>', cancel: 'Cancel' },
fn: function(btn) {
if(btn == 'ok') {
}
},
icon: Ext.Msg.WARNING
}
, , <b> , , , .
, , - , , , <b> , ..
buttons: { ok: '<span class="highlighted-option">Submit</span>', cancel: 'Cancel' },
Ext.MessageBox .