PMExt.Notify() function was fixed to show without alter the current view
This commit is contained in:
@@ -82,7 +82,7 @@ Ext.msgBoxSlider = function(){
|
|||||||
return {
|
return {
|
||||||
msg : function(title, format) {
|
msg : function(title, format) {
|
||||||
if( ! msgCt ) {
|
if( ! msgCt ) {
|
||||||
msgCt = Ext.DomHelper.insertFirst(document.body, {id:'msg-div'}, true);
|
msgCt = Ext.DomHelper.insertFirst(document.body, {id:'msg-div', style:'position:absolute'}, true);
|
||||||
}
|
}
|
||||||
msgCt.alignTo(document, 't-t');
|
msgCt.alignTo(document, 't-t');
|
||||||
var s = String.format.apply(String, Array.prototype.slice.call(arguments, 1));
|
var s = String.format.apply(String, Array.prototype.slice.call(arguments, 1));
|
||||||
|
|||||||
Reference in New Issue
Block a user