Hi!
I'm trying to apply config. options to these, but failing.
I've tried:
None of this work. Any ideas ?PHP Code:
Ext.apply(Ext.MessageBox.prototype, {
animEl: Ext.getBody()
});
Ext.apply(Ext.MessageBox.show.prototype, {
animEl: Ext.getBody()
});
Ext.apply(Ext.Msg.show.prototype, {
animEl: Ext.getBody()
});
Ext.apply(Ext.Msg.prototype, {
animEl: Ext.getBody()
});
Ext.Msg.animEl = Ext.getBody();
Thx!![]()