 ASPxClientCallbackPanel.prototype.PerformCallback=function(parameter){this.CreateCallback(parameter);}
ASPxClientCallbackPanel.prototype.DoBeginCallback=function(){ASPxClientControl.prototype.DoBeginCallback.call(this);this.CreateLoadingPanel();}
ASPxClientCallbackPanel.prototype.CreateLoadingPanel=function(){var element=this.GetMainElement();if(element.style.width!=""&&element.style.height!=""){element.innerHTML="";this.CreateLoadingPanelWithAbsolutePosition(element,null);}else this.CreateLoadingPanelInsideContainer(element);} 