Type.registerNamespace("Telerik.Web.UI"); Telerik.Web.UI.RadToolTipManager=function(_1){ Telerik.Web.UI.RadToolTipManager.initializeBase(this,[_1]); this._targetControls=null; this._isToolTipFactory=false; this._loadOnDemand=false; this._updatePanelParent=null; this._tooltips=[]; }; Telerik.Web.UI.RadToolTipManager.prototype={initialize:function(_2){ var _3=this.get_updatePanel(); if(_3){ this._updatePanelParent=_3.parentNode; } this._tooltipifyPage(); var _4=this; window.setTimeout(function(){ _4._trackPageUpdates(); },0); },dispose:function(){ this._moveUpdatePanel(); this._disposeTooltips(); var _5=Sys.WebForms.PageRequestManager.getInstance(); _5.remove_pageLoaded(this._pageLoadedHandler); this._pageLoadedHandler=null; this._updatePanelParent=null; Telerik.Web.UI.RadToolTipManager.callBaseMethod(this,"dispose"); },_disposeTooltips:function(){ for(var i=0;i0){ for(var i=0;i<_23.length;i++){ var _25=_23[i][0]; var _26=$get(_25); if(_26&&_20(_1f,_26)){ this._initializeTooltip(_26,_23[i][1]); } } }else{ var _23=_1f.getElementsByTagName("*"); for(var i=0;i<_23.length;i++){ var _26=_23[i]; var _27=_26.getAttribute("title"); var alt=_26.getAttribute("alt"); if(_26&&(_27||alt)){ if(!_27){ _26.setAttribute("title",alt); _26.removeAttribute("alt"); }else{ if(alt){ _26.removeAttribute("alt"); } } this._initializeTooltip(_26); } } } },_moveUpdatePanel:function(_29,_2a){ if(!_29){ _29=this._updatePanelParent; } if(_29&&_29.appendChild){ var _2b=this.get_updatePanel(); if(_2b){ if(false!=_2a){ _2b.style.display="none"; } _29.appendChild(_2b); } return _2b; } },_doLoadOnDemand:function(_2c){ var _2d=document.getElementById(_2c.get_formID()); if(!_2d){ _2d=document.forms[0]; } var _2e=this._moveUpdatePanel(_2d,true); _2c.showLoadingMessage(true); var prm=Sys.WebForms.PageRequestManager.getInstance(); prm.add_endRequest(EndRequestHandler); function EndRequestHandler(_30,_31){ _2c.set_contentElement(_2e); prm.remove_endRequest(EndRequestHandler); } var _32=_2c.get_serverTargetControlID(); if(!_32){ _32=_2c._targetControlID; } this.AjaxRequestID=_32; this.updateClientState(); __doPostBack(this.get_id()+"Panel"); },saveClientState:function(){ var _33={}; if(this.AjaxRequestID){ _33["AjaxTargetControl"]=this.AjaxRequestID; } return Sys.Serialization.JavaScriptSerializer.serialize(_33); },get_updatePanel:function(){ return $get(this.get_id()); },get_isToolTipFactory:function(){ return this._isToolTipFactory; },set_isToolTipFactory:function(_34){ if(this._isToolTipFactory!=_34){ this._isToolTipFactory=_34; } },get_loadOnDemand:function(){ return this._loadOnDemand; },set_loadOnDemand:function(_35){ if(this._loadOnDemand!=_35){ this._loadOnDemand=_35; } },get_targetControls:function(){ return this._targetControls; },set_targetControls:function(_36){ if(!_36){ this._targetControls=[]; }else{ this._targetControls=eval(_36); } }}; $telerikCommon.makeCompatible(Telerik.Web.UI.RadToolTipManager); Telerik.Web.UI.RadToolTipManager.registerClass("Telerik.Web.UI.RadToolTipManager",Telerik.Web.UI.RadToolTip); if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();