I have got the following code. I a=have added an image in a folder called images. But the message box doesn’t pop out.
Ext.MessageBox.show({
title: 'Message',
msg: '<img src="/images/spinner.gif" border="0" align="absmiddle"> Wait a minute.',
closable: false
});
THe background should be transparent, as just as MBProgressHud. How could i get this to work ?
I spotted three simple mistakes in your code.
For me, this works fine:
To sum up, use: