if (typeof window.RadControlsNamespace=="\x75\x6edefined"){window.RadControlsNamespace= {} ; }if (typeof(window.RadControlsNamespace.Ease)=="undef\x69\x6eed" || typeof(window.RadControlsNamespace.Ease.Version)==null || window.RadControlsNamespace.Ease.Version<.11e1){RadControlsNamespace.Ease= function (O,H,offsetX,offsetY,h,G){ this.Element=O; if (G){ this.Overlay=new RadControlsNamespace.Overlay(O); } this.OffsetX=offsetX; this.OffsetY=offsetY; this.Invert= false; var parent=this.Element.parentNode; this.ExpandConfig=this.MergeConfig(H.ExpandAnimation); this.CollapseConfig=this.MergeConfig(H.CollapseAnimation); this.Ticker=new RadControlsNamespace.Ticker(this ); this.Listener=h; this.SlideParent= false; };RadControlsNamespace.Ease.Version=.11e1; RadControlsNamespace.Ease.Coef=0; RadControlsNamespace.Ease.prototype= {SetSide:function (g){ this.F=g.charAt(0).toUpperCase()+g.substr(1,g.length-1); this.Invert= false; if (g=="\x72\x69\x67ht"){g="left"; this.Invert= true; }if (g=="\x62ottom"){g="top"; this.Invert= true; } this.f=g; this.D=g=="left"; } ,MergeConfig:function (C){if (!C.Type){C.Type="Out\x51\x75int"; }if (!C.Duration){C.Duration=200; }return C; } ,GetSide:function (){return this.F; } ,ShowElements:function (){ this.Element.parentNode.style.display="block"; this.Element.style.display="\x62\154\x6f\x63k"; this.Element.parentNode.style.overflow="\150id\x64\x65n"; } ,Dispose:function (){ this.Ticker.Stop(); this.Element=null; if (this.Overlay){ this.Overlay.Dispose(); }} ,ResetState:function (c){ this.ShowElements(); if (c){var B=(this.D?this.Element.offsetWidth: this.Element.offsetHeight); if (!this.Invert){B=-B; } this.SetPosition(B); } this.o0=this.GetPosition(); } ,UpdateContainerSize:function (){if (!this.Element.parentNode){return; }if (!this.Element.offsetWidth || !this.Element.offsetHeight){return; }if (this.Invert){if (this.f=="\154\x65\x66t"){ this.Element.parentNode.style.height=this.Element.offsetHeight+"\x70\x78"; }else if (this.f=="\x74\x6fp"){ this.Element.parentNode.style.width=this.Element.offsetWidth+"px"; }return; }var top=0; var left=0; if (this.Element.style.top!=""){top=Math.max(parseInt(this.Element.style.top),0); }if (this.Element.style.left!=""){left=Math.max(parseInt(this.Element.style.left),0); }if (this.SlideParent){top=parseInt(this.Element.style.top); if (isNaN(top))top=0; }if (this.Element.parentNode.style.height!=this.Element.offsetHeight+top+"px"){ this.Element.parentNode.style.height=Math.max(this.Element.offsetHeight+top,0)+"\x70x"; }if (this.Element.parentNode.style.width!=(this.Element.offsetWidth+left)+"px"){ this.Element.parentNode.style.width=Math.max(this.Element.offsetWidth+left,0)+"\x70\x78"; }} ,GetSize:function (){return this.D?this.Element.offsetWidth: this.Element.offsetHeight; } ,GetPosition:function (){if (!this.Element.style[this.f]){return 0; }return parseInt(this.Element.style[this.f]); } ,SetPosition:function (value){ this.Element.style[this.f]=value+"px"; } ,Out:function (){ this.ResetState(); this.Direction=-1; if (this.Invert){ this.O0=this.GetSize()-this.GetPosition(); }else { this.O0=this.GetPosition()-this.GetSize(); } this.Start(this.CollapseConfig); } ,In:function (){ this.ResetState( true); this.Direction=1; this.O0=-this.GetPosition(); this.Start(this.ExpandConfig); } ,Start:function (l0){if (l0.Type=="None"){ this.UpdateContainerSize(); this.Ticker.Stop(); this.ChangePosition(this.o0+this.O0); if (this.Overlay){ this.Overlay.Update(); } this.UpdateContainerSize(); this.OnTickEnd(); return; } this.Tween=l0.Type; this.Ticker.Configure(l0); this.Ticker.Start(); this.UpdateContainerSize(); } ,ChangePosition:function (i0){if (isNaN(i0))return; var I0,o1,O1; if (this.Invert){if (this.D){I0=this.Element.offsetWidth; o1="width"; O1=this.OffsetX; }else {I0=this.Element.offsetHeight; o1="\x68eight"; O1=this.OffsetY; } this.SetPosition(0); var l1=Math.max(1,I0-i0)+"\x70x"; this.Element.parentNode.style[o1]=l1; this.Element.parentNode.style[this.f]=((I0-i0+O1)*-1)+"px"; }else { this.Element.style[this.f]=i0+"px"; }} ,OnTick:function (time){var i0=Math.round(Penner[this.Tween](time,this.o0,this.O0,this.Ticker.Duration)); if (i0==this.o0+this.O0){ this.Ticker.Stop(); return; } this.ChangePosition(i0); this.UpdateContainerSize(); if (this.Overlay){ this.Overlay.Update(); }} ,OnTickEnd:function (){try {if (this.Direction==0){return; } this.ChangePosition(this.o0+this.O0); if (this.Overlay){ this.Overlay.Update(); }if (this.Direction>0){ this.Element.parentNode.style.overflow="v\x69sible"; if (this.Listener && this.Listener.OnExpandComplete){ this.Listener.OnExpandComplete(); }}else { this.Element.parentNode.style.display="none"; if (this.Listener){ this.Listener.OnCollapseComplete(); }} this.Direction=0; }catch (e){}}};};var Penner= {} ; Penner.Linear= function (i1,b,I1,T){return I1*i1/T+b; } ; Penner.InQuad= function (i1,b,I1,T){return I1*(i1 /= T)*i1+b; } ; Penner.OutQuad= function (i1,b,I1,T){return -I1*(i1 /= T)*(i1-2)+b; } ; Penner.InOutQuad= function (i1,b,I1,T){if ((i1 /= T/2)<1)return I1/2*i1*i1+b; return -I1/2*(( --i1)*(i1-2)-1)+b; } ; Penner.InCubic= function (i1,b,I1,T){return I1*(i1 /= T)*i1*i1+b; } ; Penner.OutCubic= function (i1,b,I1,T){return I1*((i1=i1/T-1)*i1*i1+1)+b; } ; Penner.InOutCubic= function (i1,b,I1,T){if ((i1 /= T/2)<1)return I1/2*i1*i1*i1+b; return I1/2*((i1-=2)*i1*i1+2)+b; } ; Penner.InQuart= function (i1,b,I1,T){return I1*(i1 /= T)*i1*i1*i1+b; } ; Penner.OutQuart= function (i1,b,I1,T){return -I1*((i1=i1/T-1)*i1*i1*i1-1)+b; } ; Penner.InOutQuart= function (i1,b,I1,T){if ((i1 /= T/2)<1)return I1/2*i1*i1*i1*i1+b; return -I1/2*((i1-=2)*i1*i1*i1-2)+b; } ; Penner.InQuint= function (i1,b,I1,T){return I1*(i1 /= T)*i1*i1*i1*i1+b; } ; Penner.OutQuint= function (i1,b,I1,T){return I1*((i1=i1/T-1)*i1*i1*i1*i1+1)+b; } ; Penner.InOutQuint= function (i1,b,I1,T){if ((i1 /= T/2)<1)return I1/2*i1*i1*i1*i1*i1+b; return I1/2*((i1-=2)*i1*i1*i1*i1+2)+b; } ; Penner.InSine= function (i1,b,I1,T){return -I1*Math.cos(i1/T*(Math.PI/2))+I1+b; } ; Penner.OutSine= function (i1,b,I1,T){return I1*Math.sin(i1/T*(Math.PI/2))+b; } ; Penner.InOutSine= function (i1,b,I1,T){return -I1/2*(Math.cos(Math.PI*i1/T)-1)+b; } ; Penner.InExpo= function (i1,b,I1,T){return (i1==0)?b:I1*Math.pow(2,10*(i1/T-1))+b; } ; Penner.OutExpo= function (i1,b,I1,T){return (i1==T)?b+I1:I1*(-Math.pow(2,-10*i1/T)+1)+b; } ; Penner.InOutExpo= function (i1,b,I1,T){if (i1==0)return b; if (i1==T)return b+I1; if ((i1 /= T/2)<1)return I1/2*Math.pow(2,10*(i1-1))+b; return I1/2*(-Math.pow(2,-10* --i1)+2)+b; } ; Penner.InCirc= function (i1,b,I1,T){return -I1*(Math.sqrt(1-(i1 /= T)*i1)-1)+b; } ; Penner.OutCirc= function (i1,b,I1,T){return I1*Math.sqrt(1-(i1=i1/T-1)*i1)+b; } ; Penner.InOutCirc= function (i1,b,I1,T){if ((i1 /= T/2)<1)return -I1/2*(Math.sqrt(1-i1*i1)-1)+b; return I1/2*(Math.sqrt(1-(i1-=2)*i1)+1)+b; } ; Penner.InElastic= function (i1,b,I1,T,a,p){if (i1==0)return b; if ((i1 /= T)==1)return b+I1; if (!p)p=T*.3; if ((!a) || a<Math.abs(I1)){a=I1; var s=p/4; }else var s=p/(2*Math.PI)*Math.asin(I1/a); return -(a*Math.pow(2,10*(i1-=1))*Math.sin((i1*T-s)*(2*Math.PI)/p))+b; } ; Penner.OutElastic= function (i1,b,I1,T,a,p){if (i1==0)return b; if ((i1 /= T)==1)return b+I1; if (!p)p=T*.3; if ((!a) || a<Math.abs(I1)){a=I1; var s=p/4; }else var s=p/(2*Math.PI)*Math.asin(I1/a); return a*Math.pow(2,-10*i1)*Math.sin((i1*T-s)*(2*Math.PI)/p)+I1+b; } ; Penner.InOutElastic= function (i1,b,I1,T,a,p){if (i1==0)return b; if ((i1 /= T/2)==2)return b+I1; if (!p)p=T*(.3*.15e1); if ((!a) || a<Math.abs(I1)){a=I1; var s=p/4; }else var s=p/(2*Math.PI)*Math.asin(I1/a); if (i1<1)return -.5*(a*Math.pow(2,10*(i1-=1))*Math.sin((i1*T-s)*(2*Math.PI)/p))+b; return a*Math.pow(2,-10*(i1-=1))*Math.sin((i1*T-s)*(2*Math.PI)/p)*.5+I1+b; } ; Penner.InBack= function (i1,b,I1,T,s){if (s==undefined)s=.170158e1; return I1*(i1 /= T)*i1*((s+1)*i1-s)+b; } ; Penner.OutBack= function (i1,b,I1,T,s){if (s==undefined)s=.170158e1; return I1*((i1=i1/T-1)*i1*((s+1)*i1+s)+1)+b; } ; Penner.InOutBack= function (i1,b,I1,T,s){if (s==undefined)s=.170158e1; if ((i1 /= T/2)<1)return I1/2*(i1*i1*(((s *= (.1525e1))+1)*i1-s))+b; return I1/2*((i1-=2)*i1*(((s *= (.1525e1))+1)*i1+s)+2)+b; } ; Penner.InBounce= function (i1,b,I1,T){return I1-Penner.OutBounce(T-i1,0,I1,T)+b; } ; Penner.OutBounce= function (i1,b,I1,T){if ((i1 /= T)<(1/.275e1)){return I1*(.75625e1*i1*i1)+b; }else if (i1<(2/.275e1)){return I1*(.75625e1*(i1-=(.15e1/.275e1))*i1+.75)+b; }else if (i1<(.25e1/.275e1)){return I1*(.75625e1*(i1-=(.225e1/.275e1))*i1+.9375)+b; }else {return I1*(.75625e1*(i1-=(.2625e1/.275e1))*i1+.984375)+b; }} ; Penner.InOutBounce= function (i1,b,I1,T){if (i1<T/2)return Penner.InBounce(i1*2,0,I1,T)*.5+b; return Penner.OutBounce(i1*2-T,0,I1,T)*.5+I1*.5+b; } ;;if (typeof window.RadControlsNamespace=="\x75\x6edefin\x65\x64"){window.RadControlsNamespace= {} ; }if (typeof(window.RadControlsNamespace.Overlay)=="\x75ndefined" || typeof(window.RadControlsNamespace.Overlay.Version)==null || window.RadControlsNamespace.Overlay.Version<.11e1){window.RadControlsNamespace.Overlay= function (O){if (!this.SupportsOverlay()){return; } this.Element=O; this.Shim=document.createElement("IFRAM\x45"); this.Shim.src="ja\x76\x61script\x3a\x27\047;"; this.Element.parentNode.insertBefore(this.Shim,this.Element); if (O.style.zIndex>0){ this.Shim.style.zIndex=O.style.zIndex-1; } this.Shim.style.position="ab\x73\x6flute"; this.Shim.style.border="0px"; this.Shim.frameBorder=0; this.Shim.style.filter="\x70\x72ogid:D\x58\x49mag\x65\x54r\x61nsform\x2e\x4dic\x72\x6fso\x66t.\x41\154p\x68\141(\x73tyle=\x30\054\x6fpacit\x79=0)"; this.Shim.disabled="dis\x61\x62led"; };window.RadControlsNamespace.Overlay.Version=.11e1; RadControlsNamespace.Overlay.prototype.SupportsOverlay= function (){return RadControlsNamespace.Browser.IsIE || (RadControlsNamespace.Browser.IsMozilla && RadControlsNamespace.Browser.IsMac); };RadControlsNamespace.Overlay.prototype.Update= function (){if (!this.SupportsOverlay()){return; } this.Shim.style.top=this.ToUnit(this.Element.style.top); this.Shim.style.left=this.ToUnit(this.Element.style.left); this.Shim.style.width=this.Element.offsetWidth+"\160x"; this.Shim.style.height=this.Element.offsetHeight+"px"; };RadControlsNamespace.Overlay.prototype.ToUnit= function (value){if (!value)return "0px"; return parseInt(value)+"px"; };RadControlsNamespace.Overlay.prototype.Dispose= function (){if (!this.SupportsOverlay()){return; }if (this.Shim.parentNode){ this.Shim.parentNode.removeChild(this.Shim); } this.Element=null; this.Shim=null; };};function RadSplitter_SlidingPane(C){ this.ID=C["\x49D"]; this.Log=new RadControlsNamespace.Log(C["\x6c\157\x67Level"], true); this.Os=C["sli\x64\x69ngZon\x65"]; this.Index=C["ind\x65\x78"]; this.title=C["\x74itle"]; this.minWidth=C["minWidth"]; this.maxWidth=C["\x6daxWidt\x68"]; this.minHeight=C["minHeight"]; this.maxHeight=C["\x6daxHeight"]; this.width=parseInt(C["\x77idth"]); this.height=parseInt(C["\x68\x65ight"]); this.ls=this.width; this.is=C["\x65nabl\x65\x52esiz\x65"]; this.Is=C["\x65nableDock"]; this.ot=C["\x73lideDura\x74\x69on"];this.O7=C["sta\x74\x65FieldI\x64"]; this.resizeStep=C["\x72esizeS\x74\x65p"]; this.Ot=4; this.lt=0; this.I5=["\x4fnClientBef\x6f\x72ePan\x65\x44oc\x6b","\x4fnClient\x50\x61neDoc\x6b\x65d","\x4fnClie\x6e\x74Befor\x65\x50ane\x52\x65siz\x65","OnClientPane\x52\145si\x7a\x65d","O\x6e\x43lientBe\x66\x6frePa\x6e\145U\x6e\x44ock","\x4fnClientP\x61\x6eeUnD\x6f\x63ked","\x4fnClientBe\x66\x6frePa\x6e\x65Exp\x61\x6ed","\x4f\x6eClient\x50\x61neEx\x70\x61nde\x64","O\x6e\x43lientBe\x66\x6frePa\x6e\145C\x6f\x6clap\x73\x65","OnClien\x74\x50aneCo\x6c\x6capse\x64"]; for (var i=0; i<this.I5.length; i++){ this[this.I5[i]]=C[this.I5[i]]; }if (!RadControlsNamespace.Browser.IsIE){var it=this.It(); if (it!=null){it.style.lineHeight=1; it.innerHTML=this.title.split("").join("\x3cbr/>"); }} this.box=window.RadControlsNamespace.Box; this.ou= false; this.Ou= false; this.SaveState(); }RadSplitter_SlidingPane.prototype.Init= function (){RadControlsNamespace.DomEventMixin.Initialize(this ); RadControlsNamespace.EventMixin.Initialize(this ); var lu=this.GetSlideContainer(); this.AttachDomEvent(lu,"mouseov\x65r","Sli\x64\x69ngCont\x61\x69ner\x5fOnMou\x73\x65Ove\x72"); this.AttachDomEvent(lu,"mouseout","\x53lidingConta\x69\x6eer_O\x6e\x4dou\x73\x65Out"); var iu=this.GetSlidingPaneResizeContainer(); this.AttachDomEvent(iu,"\x6douseover","ResizeSlide\x50\x61ne_O\x6e\x4dous\x65\x4fver"); this.AttachDomEvent(iu,"\x6douseout","Re\x73\x69zeSlid\x65\x50ane_\x4f\156\x4d\x6fuse\x4f\x75t"); this.AttachDomEvent(iu,"mousedown","\x52esizeSlidePa\x6e\x65_On\x4d\x6fuse\x44\x6fwn"); this.AttachDomEvent(this.GetDockIconElement(),"\x6dousedow\x6e","DockE\x6c\x65ment_O\x6e\x4dous\x65\x44own"); this.AttachDomEvent(this.GetDockIconElement(),"mouseove\x72","\x44ock\x45\x6ceme\x6e\x74_O\x6eMouse\x4f\x76er"); this.AttachDomEvent(this.GetDockIconElement(),"m\x6f\x75seout","\x44\x6fckEleme\x6e\x74_OnM\x6f\x75se\x4f\x75t"); this.AttachDomEvent(this.GetUnDockIconElement(),"\x6dousedown","UnD\x6f\x63kEleme\x6e\x74_OnM\x6f\165se\x44\x6fwn"); this.AttachDomEvent(this.GetUnDockIconElement(),"\x6douseover","UnDoc\x6b\x45lemen\x74\x5fOnMo\x75\x73eO\x76\x65r"); this.AttachDomEvent(this.GetUnDockIconElement(),"\x6d\x6fuseout","\x55\156Doc\x6b\x45lemen\x74\x5fOn\x4d\x6fuse\x4f\x75t"); this.AttachDomEvent(this.GetCollapseIconElement(),"\x6d\x6fusedow\x6e","Collaps\x65\x45lemen\x74\x5fOnMo\x75\163e\x44\x6fwn"); this.AttachDomEvent(this.GetCollapseIconElement(),"mouseove\x72","\x43ollapseEle\x6d\x65nt_O\x6e\x4dous\x65\x4fver"); this.AttachDomEvent(this.GetCollapseIconElement(),"\x6douseout","C\x6f\x6clapseEle\x6d\x65nt_\x4f\x6eMou\x73\x65Out"); };RadSplitter_SlidingPane.prototype.SaveState= function (){var ic=document.getElementById(this.O7); var od= { "\x77idth": this.width,"\x68eight": this.height,"titl\x65": this.title,"minW\x69\x64th": this.minWidth,"\x6daxWid\x74\x68": this.maxWidth,"minHeight": this.minHeight,"\x6daxHeight": this.maxHeight,"\x65nable\x52\x65size": this.is,"enabl\x65\x44ock": this.Is };var Od=RadControlsNamespace.JSON.stringify(od); this.o7=Od; ic.value=Od; };RadSplitter_SlidingPane.prototype.IsResizable= function (){return this.is; };RadSplitter_SlidingPane.prototype.IsDockable= function (){return this.Is; };RadSplitter_SlidingPane.prototype.SetDockable= function (Iu){ this.Is=Iu; this.SaveState(); };RadSplitter_SlidingPane.prototype.SetResizable= function (ov){ this.is=ov; this.SaveState(); };RadSplitter_SlidingPane.prototype.GetState= function (){return this.o7; };RadSplitter_SlidingPane.prototype.GetContentContainer= function (){return document.getElementById("\x52AD_SLI\x44\x49NG_P\x41\x4eE_C\x4fNTENT_"+this.ID); };RadSplitter_SlidingPane.prototype.SetWidth= function (width){ this.width=parseInt(width,10); this.SaveState(); };RadSplitter_SlidingPane.prototype.GetWidth= function (){return this.width; };RadSplitter_SlidingPane.prototype.SetTitle= function (title){ this.title=title; this.SaveState(); };RadSplitter_SlidingPane.prototype.GetTitle= function (){return this.title; };RadSplitter_SlidingPane.prototype.GetContent= function (){var I7=this.GetContentContainer(); return I7.innerHTML; };RadSplitter_SlidingPane.prototype.GetMinWidth= function (){return this.minWidth; };RadSplitter_SlidingPane.prototype.GetMaxWidth= function (){return this.maxWidth; };RadSplitter_SlidingPane.prototype.SetMinWidth= function (minWidth){ this.minWidth=parseInt(minWidth); this.SaveState(); };RadSplitter_SlidingPane.prototype.SetMaxWidth= function (maxWidth){ this.minWidth=parseInt(maxWidth); this.SaveState(); };RadSplitter_SlidingPane.prototype.SetContent= function (Ov){var I7=this.GetContentContainer(); I7.innerHTML=Ov; };RadSplitter_SlidingPane.prototype.GetSlideContainer= function (){return document.getElementById("RAD_S\x50LITTER_S\x4c\x49DIN\x47_ZONE_C\x4f\x4eTAI\x4eER_"+this.ID); };RadSplitter_SlidingPane.prototype.GetDockIconElement= function (){return document.getElementById("\x52AD_SPLI\x54\x54ER_S\x4c\x49DI\x4e\x47_PA\x4e\x45_D\x4f\x43K_"+this.ID); };RadSplitter_SlidingPane.prototype.GetUnDockIconElement= function (){return document.getElementById("\x52AD_SP\x4c\x49TTER\x5f\x53LID\x49\x4eG_P\x41\116\x45\137U\x4eDOCK_"+this.ID); };RadSplitter_SlidingPane.prototype.GetCollapseIconElement= function (){return document.getElementById("R\x41\x44_SPLIT\x54\x45R_S\x4c\x49DI\x4e\x47_PA\x4e\x45_C\x4f\x4cL\x41PSE_"+this.ID); };RadSplitter_SlidingPane.prototype.GetSlidingContainerTitle= function (){return document.getElementById("R\x41\x44_SPLIT\x54\x45R_SL\x49\x44IN\x47\x5fTI\x54\x4cE_"+this.ID); };RadSplitter_SlidingPane.prototype.GetSlidingPaneResizeContainer= function (){return document.getElementById("\x52AD_SPLITTE\x52\x5fSLID\x49\x4eG_\x5a\x4fNE_\x52\105S\x49\132\x45\137"+this.ID); };RadSplitter_SlidingPane.prototype.IsExpanded= function (){return this.ou; };RadSplitter_SlidingPane.prototype.IsDocked= function (){return this.Ou; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseOver= function (e){var iu=this.GetSlidingPaneResizeContainer(); iu.className="slideCon\x74\x61ine\x72\x52esiz\x65Over"; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseOut= function (e){e=(e)?e:window.event; var iu=this.GetSlidingPaneResizeContainer(); iu.className="\163l\x69\x64eConta\x69\x6eerR\x65\163i\x7a\x65"; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseDown= function (e){ this.Log.Debug(["\x53lidingPan\x65\x2eRes\x69\x7aeS\x6c\x69deP\x61\x6ee_\x4f\x6eM\x6f\165\x73eDown\x20\172o\x6ee[%d]",this.ID]); e=(e)?e:window.event; RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.lv=this.GetWidth()-this.GetMinWidth(); var iv=this.GetMaxWidth()-this.GetWidth(); var Iv=this.Os.ow; var Ow=Iv.I9(); var o5=this.Os.o5; var lw=o5.Oa(Iv.Index,RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward); var iw=Math.min(lw,Ow); var Iw=this.Os.GetDockedPaneId(); if (Iw!=null){var ox=this.Os.GetPaneById(Iw); iw+=ox.GetWidth(); }if (!this.Os.o5.IsVertical()){iw=Iv.GetWidth()-this.Os.Ox(); } this.lx=Math.min(iv,iw); this.lx-=this.GetWidth(); if (this.Os.IsLeftDirection()){var i1=this.lx; this.lx=this.lv; this.lv=i1; }var iu=this.GetSlidingPaneResizeContainer(); var lr=window.RadControlsNamespace.Screen.GetElementPosition(iu); this.Log.Debug(["\x53lidingP\x61\x6ee.on\x4d\x6fus\x65\104o\x77\156:\x20\x70an\x65x[%d]\x2c\040\x70aney[\x25\144]\x2c mous\x65x[%d]\x2c mous\x65y[\x25d]\134n"+"maxDecr\x65\x61se[%\x64\135,\x20\155a\x78\x49ncr\x65\141s\x65\133%\x64]",lr.x,lr.y,e.clientX,e.clientY,this.lv,this.lx]); this.ix=e.clientX; this.Ix=e.clientY; this.oy=e.clientX-lr.x; this.Oy=e.clientY-lr.y; this.ly=lr.x; this.iy=lr.y; this.Iy=0; this.AttachDomEvent(document,"mo\x75\x73eup","Resi\x7a\x65Slide\x50\x61ne_\x4f\156M\x6f\x75seU\x70"); this.AttachDomEvent(document,"mousemove","ResizeSli\x64\x65Pane\x5f\x4fnMo\x75\163e\x4d\x6fve"); this.resizeMode= true; return false; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseUp= function (e){ this.Log.Debug(["Sl\x69\x64ingPa\x6e\x65.Res\x69\172\x65\x53lid\x65\120a\x6e\x65_\x4f\156M\x6fuseUp \x7aone[%\x64\135",this.ID]); e=(e)?e:window.event; RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.DetachDomEvent(document,"\x6d\x6fusemove","ResizeSlid\x65\x50ane_\x4f\x6eMou\x73\145M\x6f\x76e"); this.DetachDomEvent(document,"\x6d\x6fuseup","\x52esizeSlidePa\x6e\x65_On\x4d\x6fus\x65\x55p"); this.resizeMode= false; if (this.oz){ this.oz.parentNode.removeChild(this.oz); this.oz=null; this.Oz.Dispose(); }if (this.Os.IsLeftDirection()){ this.Iy *= -1; }if (!this.IsExpanded())return false; if (this.Iy!=0 && this.RaiseEvent("\x4fnClientBefo\x72\x65Pan\x65\x52es\x69\x7ae", {paneObj: this,delta: this.Iy } )){ this.Log.Debug(["Sliding\x50\x61ne.\x72\x65size\x53lidePan\x65\x5fOn\x4d\x6fus\x65Up Goi\x6e\147\x20\164o\x20\162e\x73ize. \x64elta\x20\151s\x20[%\x64]",this.Iy]); var newWidth=this.lz+this.Iy; this.iz(newWidth,null); if (this.Os.IsLeftDirection()){var Iz=this.GetSlideContainer(); var o10=parseInt(Iz.style.left); Iz.style.left=o10-this.Iy; }var oldWidth=this.GetWidth(); this.SetWidth(newWidth); this.RaiseEvent("O\x6e\x43lient\x50\x61neR\x65\x73iz\x65\144", {paneObj: this,oldWidth:oldWidth,newWidth: this.GetWidth(),oldHeight: this.Os.ow.GetHeight(),newHeight: this.Os.ow.GetHeight()} ); }return false; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseMove= function (e){RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.resizeMode= true; var O10=150; if (!this.oz){var o5=this.Os.o5; var l10=document.createElement("TABLE"); l10.className=o5.GetContainerElement().className; l10.style.borderCollapse="\x73eparate"; l10.cellSpacing=O10; l10.cellPadding=0; l10.style.borderWidth="\x30px"; l10.style.background=""; var tBody=document.createElement("TBODY"); l10.appendChild(tBody); var TR=document.createElement("\x54R"); tBody.appendChild(TR); var TD=document.createElement("\x54D"); TR.appendChild(TD); var i10=document.createElement("D\x49\x56"); i10.className="\x68elperBarSli\x64\x65Dra\x67"; TD.appendChild(i10); l10.style.position="\x61\x62solute"; l10.style.left=this.ly-O10+"px"; l10.style.top=this.iy-O10+"px"; this.oz=document.body.insertBefore(l10,document.body.firstChild); this.box.SetOuterHeight(i10,this.Os.ow.GetHeight()); this.box.SetOuterWidth(i10,3); this.I10=i10; this.Oz=new RadControlsNamespace.Overlay(this.I10); }var Iy=e.clientX-this.ix; var o11= false; if (Iy<((-1)*this.lv)){o11= true; Iy=this.lv*(-1); }if (Iy>this.lx){o11= true; Iy=this.lx; }if (this.resizeStep>0){Iy-=Iy%this.resizeStep; } this.I10.className="helperB\x61\162\x53\x6cide\x44\x72a\x67"; this.I10.style.cursor="\x77-resize"; this.oz.style.left=this.ly+Iy-O10+"px"; this.oz.style.zIndex=this.GetSlideContainer().style.zIndex+1; this.oz.style.cursor="w-res\x69\x7ae"; this.Oz.Update(); this.Iy=Iy; if (o11){if (this.I10){ this.I10.className="helperBarSli\x64\145E\x72\x72or"; }}return false; };RadSplitter_SlidingPane.prototype.SlidingContainer_OnMouseOut= function (e){if (this.IsDocked())return; if (this.resizeMode)return; if (!this.IsExpanded())return; e=(e)?e:window.event; var self=this ; var O11= function (){self.Os.l11=null; self.Os.CollapsePane(self.ID); };window.clearTimeout(this.Os.i11); this.Os.i11=window.setTimeout(O11,1000); };RadSplitter_SlidingPane.prototype.SlidingContainer_OnMouseOver= function (e){if (this.IsDocked())return; e=(e)?e:window.event; if (this.resizeMode)return; window.clearTimeout(this.Os.i11); };RadSplitter_SlidingPane.prototype.DockElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["\123lidi\x6e\147P\x61\x6ee.Do\x63kEleme\x6e\x74_On\x4d\157u\x73eDow\x6e zone[\x25\144]",this.ID]); if (!this.IsExpanded())return; if (!this.Os.CollapsePane(this.ID, true))return; this.Os.DockPane(this.ID); this.GetDockIconElement().className="\x73lideHeader\x49\x63on"; };RadSplitter_SlidingPane.prototype.DockElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetDockIconElement().className="\x73\x6cideHe\x61\x64erIc\x6f\x6eOv\x65\x72"; };RadSplitter_SlidingPane.prototype.DockElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetDockIconElement().className="slideHeade\x72\x49con"; };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["Sli\x64\x69ngPan\x65\x2eUnD\x6f\x63kE\x6c\x65men\x74\137O\x6e\115\x6f\165s\x65\104o\x77n zon\x65\133%\x64]",this.ID]); if (!this.IsDocked())return; this.Os.UnDockPane(this.ID); };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetUnDockIconElement().className="\x73lideHea\x64\x65rIcon\x4f\x76er"; };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetUnDockIconElement().className="slideHeader\x49\x63on"; };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["SlidingP\x61\x6ee.C\x6f\x6clap\x73\145\x45\x6ceme\x6e\164_\x4f\x6eM\x6f\165s\x65\104o\x77n zon\x65\133%\x64]",this.ID]); if (!this.IsExpanded())return; this.Os.l11=null; this.Os.CollapsePane(this.ID); };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetCollapseIconElement().className="\x73lideHea\x64\x65rIcon\x4f\x76er"; };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetCollapseIconElement().className="\x73\x6cideHea\x64\x65rIc\x6f\x6e"; };RadSplitter_SlidingPane.prototype.I11= function (o12){ this.Log.Debug(["\x53lid\x69\x6egPane\x2e\x65xpa\x6e\144\x53\x6cid\x69\x6egC\x6f\156\x74\x61in\x65r siz\x65\133%\x64], zo\x6e\145\x5b\045\x64]",o12,this.ID]); var lu=this.GetSlideContainer(); lu.style.left="0px"; var O12=RadControlsNamespace.Screen.GetElementPosition(this.Os.GetZoneContainer()); var offsetY=0; if (this.Os.Iw){var ox=this.Os.GetPaneById(this.Os.Iw); if (ox.Index<this.Index){offsetY=this.box.GetOuterHeight(this.Os.GetZoneContainer()); }}var l12=this.lt; lu.parentNode.style.position="absolute"; lu.parentNode.style.top=O12.y+"px"; var i12=RadControlsNamespace.Screen.GetElementPosition(lu.parentNode); if (i12.y!=O12.y){lu.parentNode.style.top=O12.y-l12-(i12.y-O12.y)+"p\x78"; }else {lu.parentNode.style.top=O12.y-l12+"\x70x"; }var offsetX=0; if (this.Os.IsLeftDirection()){var I12=this.Os.GetTabsContainer(); var o13=0; var O13=RadControlsNamespace.Screen.GetElementPosition(I12); lu.parentNode.style.left=O13.x+"\x70\x78"; var i12=RadControlsNamespace.Screen.GetElementPosition(lu.parentNode); if (i12.x!=O13.x){o13=i12.x-O13.x; }var l13=O13.x-o13; lu.parentNode.style.left=""; offsetX=-1*l13; }var i13=lu; var C= {ExpandAnimation:{Type: "Lin\x65ar",Duration: this.ot } ,CollapseAnimation:{Type: "\x4cinea\x72",Duration: 50 }};var self=this ; var h= {OnExpandComplete:function (){lu.parentNode.style.width="\x30px"; lu.parentNode.style.height="\060\x70\170"; if (RadControlsNamespace.Browser.IsMozilla){self.GetContentContainer().style.overflow=self.contentOverflow; self.GetContentContainer().style.overflowX=self.I13; self.GetContentContainer().style.overflowY=self.o14; }}} ; try { this.Ease.Ticker.Stop(); this.Ease.Overlay.Dispose(); this.Ease.Overlay=null; }catch (e){}if (RadControlsNamespace.Browser.IsMozilla){ this.contentOverflow=this.GetContentContainer().style.overflow; this.I13=this.GetContentContainer().style.overflowX; this.o14=this.GetContentContainer().style.overflowY; this.GetContentContainer().style.overflow="\x68idden"; } this.Ease=new RadControlsNamespace.Ease(i13,C,offsetX,offsetY,h, true); var O14=(this.Os.IsLeftDirection())?"right": "\x6ceft"; this.Ease.SetSide(O14); this.Ease.ShowElements(); this.Ease.UpdateContainerSize(); this.Ease.In(); };RadSplitter_SlidingPane.prototype.l14= function (){ this.Log.Debug(["\x53\154id\x69\x6egPan\x65\x2ecol\x6capseSl\x69\x64ing\x43\157n\x74aine\x72\040\x7aone[%\x64\135",this.ID]); this.i14(); try { this.Ease.Overlay.Dispose(); this.Ease.Overlay=null; this.Ease.Ticker.Stop(); }catch (e){}};RadSplitter_SlidingPane.prototype.iz= function (width,height){ this.Log.Debug(["\x53lidingPa\x6e\x65.se\x74\x53lid\x69\156g\x43\157n\x74\x61ine\x72Size \x73\145t\x20width[\x25d], h\x65ight[\x25\144\x5d\054\x20zo\x6ee[%d\x5d",width,height,this.ID]); var lu=this.GetSlideContainer(); var I14=this.GetContentContainer(); var it=this.GetSlidingContainerTitle(); if (width!=null){var o15=10; var O15=66; var l15=width-O15-o15; l15=Math.max(0,l15); this.box.SetOuterWidth(it,l15); this.box.SetOuterWidth(I14,width); this.box.SetOuterWidth(lu,width); this.box.SetOuterWidth(lu.parentNode,width); this.lz=width; }if (height!=null){var i15=this.box.GetOuterHeight(it); this.box.SetOuterHeight(it,i15); this.box.SetOuterHeight(lu,height-this.lt); this.box.SetOuterHeight(I14.parentNode,height-i15-this.lt); this.box.SetOuterHeight(I14,height-i15-this.lt); this.I15=height; }if (this.Ease && this.Ease.Overlay){try { this.Ease.Overlay.Update(); }catch (e){}}};RadSplitter_SlidingPane.prototype.o16= function (){var lu=this.GetSlideContainer(); lu.style.display=""; lu.parentNode.style.display=""; };RadSplitter_SlidingPane.prototype.i14= function (){var lu=this.GetSlideContainer(); lu.style.display="\156\x6fne"; lu.style.top=""; lu.style.left=""; lu.parentNode.style.display="non\x65"; lu.parentNode.style.top=""; lu.parentNode.style.left=""; };RadSplitter_SlidingPane.prototype.O16= function (){var lu=this.GetSlideContainer(); lu.style.position="\x73\164ati\x63"; lu.parentNode.style.position=""; lu.firstChild.className="\x73\x6cideCon\x74\x61ine\x72\x44oc\x6b\x65d"; };RadSplitter_SlidingPane.prototype.l16= function (){var lu=this.GetSlideContainer(); lu.style.position="a\x62\x73olute"; lu.parentNode.style.position="absolute"; lu.parentNode.style.top=""; lu.parentNode.style.left=""; lu.firstChild.className="\x73\x6cideCon\x74\x61ine\x72"; };RadSplitter_SlidingPane.prototype.i16= function (ov){var iu=this.GetSlidingPaneResizeContainer(); iu.style.display=(ov)?"": "n\x6f\x6ee"; };RadSplitter_SlidingPane.prototype.I16= function (Iu){ this.GetDockIconElement().style.display=(Iu)?"": "\x6eone"; };RadSplitter_SlidingPane.prototype.o17= function (){ this.O17(); this.I16(this.IsDockable()); this.GetCollapseIconElement().style.display=""; this.GetDockIconElement().className="slide\x48\x65aderI\x63\x6fn"; this.GetCollapseIconElement().className="\x73lideHeade\x72\x49con"; };RadSplitter_SlidingPane.prototype.l17= function (){ this.O17(); this.GetUnDockIconElement().style.display=""; this.GetUnDockIconElement().className="\x73lideHeade\x72\x49con"; };RadSplitter_SlidingPane.prototype.O17= function (){ this.GetDockIconElement().style.display="none"; this.GetUnDockIconElement().style.display="none"; this.GetCollapseIconElement().style.display="\x6eone"; };RadSplitter_SlidingPane.prototype.It= function (){return document.getElementById("\x52AD_SL\x49\x44ING_\x50\x41NE_\x54\x45XT\x5f"+this.ID); };RadSplitter_SlidingPane.prototype.i17= function (){ this.l17(); this.i16( false); this.O16(); this.o16(); this.iz(this.GetWidth(),this.Os.ow.GetHeight()); this.GetSlideContainer().parentNode.style.width=this.GetWidth()+"px"; this.ou= false; this.Ou= true; };RadSplitter_SlidingPane.prototype.I17= function (){ this.ou= false; this.Ou= false; this.i14(); };RadSplitter_SlidingPane.prototype.Io= function (){ this.l16(); this.o16(); this.iz(this.GetWidth(),this.Os.ow.GetHeight()); this.i16(this.IsResizable()); this.o17(); this.I11(this.GetWidth()); this.ou= true; this.Ou= false; };RadSplitter_SlidingPane.prototype.Oo= function (){ this.ou= false; this.Ou= false; this.l14(); };;function RadSplitter_SlidingZone(C){ this.ID=C["ID"]; C["log\x4c\x65\166\x65\x6c"]=eval(C["logLevel"]); this.Log=new RadControlsNamespace.Log(C["l\x6f\x67Level"], true); this.o18=[]; this.O18=[]; this.l18=C["parentPane\x49\144"]; this.i18=C["parentS\x70\x6citte\x72\x49d"]; for (var i=0; i<C["panes"].length; i++){var I18=C["p\x61\x6ees"][i]; var o19=window["RadSlidingPa\x6e\145C\x6f\x6efig\x5f"+I18]; o19["sl\x69\x64ingZon\x65"]=this ; o19["logLevel"]=C["log\x4c\x65vel"]; o19["inde\x78"]=i; o19["resizeSt\x65\x70"]=C["resizeStep"]; o19["slideDura\x74\x69on"]=C["slideDu\x72\x61tion"]; var O19=new RadSplitter_SlidingPane(o19); this.o18[this.o18.length]=O19; this.O18[O19.ID]=O19; } this.l19=RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.width=C["widt\x68"]; this.i19=C["cl\x69\x63kToOpe\x6e"]; this.I19=C["s\x6c\x69deDirec\x74\x69on"]; this.o1a=C["initiallyDoc\x6b\x65dPa\x6e\x65Id"]; this.O1a=C["init\x69\x61llyEx\x70\x61nded\x50\141n\x65\x49d"]; this.O7=C["s\x74\x61teField\x49\x64"]; this.box=window.RadControlsNamespace.Box; this.I5=["OnC\x6c\x69entLoa\x64\x65d"]; for (var i=0; i<this.I5.length; i++){ this[this.I5[i]]=C[this.I5[i]]; } this.Iw=null; this.l1a=null; this.i1a(); }RadSplitter_SlidingZone.prototype.I1a= function (){ this.Log.Debug(["\123\x6c\x69dingZo\x6e\x65.ReI\x6e\151t\x20\x73tar\x74\040\x49\104\x5b%d]",this.ID]); this.Dispose(); this.Init( true); };RadSplitter_SlidingZone.prototype.Init= function (o1b){if (this.Inited && !o1b)return; this.Log.Debug(["\x53lidi\x6e\x67Zone\x2e\x49nit \x73\164\x61\x72t I\x44\133%\x64]",this.ID]); document.getElementById("RAD_SLID\x49\x4eG_ZO\x4e\x45_PA\x4e\x45S_C\x4f\116T\x41\111N\x45\122_"+this.ID).style.display=""; this.o5=window[this.i18]; this.ow=this.o5.GetPaneById(this.l18); RadControlsNamespace.DomEventMixin.Initialize(this ); RadControlsNamespace.EventMixin.Initialize(this ); var o18=this.o18; for (var i=0; i<o18.length; i++){var O1b=this.GetTabContainer(this.o18[i].ID); this.AttachDomEvent(O1b,"\x6dousedo\x77\x6e","\x50aneTab_OnMo\x75\x73eDo\x77\x6e"); this.AttachDomEvent(O1b,"\155ou\x73\x65over","\x50aneTab_OnM\x6f\x75seO\x76\x65r"); this.AttachDomEvent(O1b,"mo\x75\x73eout","PaneTab_O\x6e\x4douse\x4f\x75t"); o18[i].Init(); }var self=this ; var l1b= function (i1b,V){self.I1b(V); };var o1c= function (i1b,V){return self.O1c(V); };var l1c= function (i1b,V){self.i1c(V); };this.ow.AttachEvent("OnC\x6c\x69entBe\x66\x6frePa\x6eeResize",o1c); this.ow.AttachEvent("OnC\x6c\x69entPan\x65\x52esiz\x65d",l1b); this.o5.AttachEvent("\x4fnClie\x6e\x74Resi\x7a\x65d",l1c); this.AttachDomEvent(window,"\x75nloa\x64","\x44ispos\x65"); this.AttachDomEvent(window,"resi\x7a\x65","hand\x6c\x65Windo\x77\x52esiz\x65d"); this.Inited= true; if (this.o1a!=""){ this.DockPane(this.o1a); }if (this.O1a!=""){ this.ExpandPane(this.O1a); }if (!this.IsLeftDirection() && RadControlsNamespace.Browser.IsMozilla){ this.ow.GetContentContainerElement().style.overflow=""; } this.SaveState(); this.RaiseEvent("OnClientLoa\x64\x65d", {slidingZoneObj: this } ); this.Log.Debug(["Slid\x69\x6egZone\x2e\x49nit \x64one zon\x65\x49D[\x25\x64]",this.ID]); };RadSplitter_SlidingZone.prototype.SaveState= function (){var ic=document.getElementById(this.O7); var od= { "\x64ockedPaneId": this.Iw || "","\x65xpandedPane\x49\x64": this.l1a || "","clickTo\x4f\x70en": this.i19 };var Od=RadControlsNamespace.JSON.stringify(od); this.o7=Od; ic.value=Od; };RadSplitter_SlidingZone.prototype.GetState= function (){return this.o7; };RadSplitter_SlidingZone.prototype.SetClickToOpen= function (i19){ this.i19=i19; this.SaveState(); };RadSplitter_SlidingZone.prototype.GetClickToOpen= function (){return this.i19; };RadSplitter_SlidingZone.prototype.GetPaneById= function (I18){return this.O18[I18]; };RadSplitter_SlidingZone.prototype.GetWidth= function (I18){return this.width; };RadSplitter_SlidingZone.prototype.GetZoneContainer= function (){return document.getElementById(this.ID); };RadSplitter_SlidingZone.prototype.GetTabsContainer= function (){return document.getElementById("RAD\x5fSLIDING_ZO\x4e\x45_TA\x42\123\x5f\x43ON\x54\x41INE\x52\137"+this.ID); };RadSplitter_SlidingZone.prototype.GetTabContainer= function (I18){return document.getElementById("RAD_S\x4c\x49DING_\x50\x41NE_\x54\101B\x5f"+I18); };RadSplitter_SlidingZone.prototype.GetExpandedPaneId= function (){return this.l1a; };RadSplitter_SlidingZone.prototype.GetDockedPaneId= function (){return this.Iw; };RadSplitter_SlidingZone.prototype.DockPane= function (I18){var I1c=this.GetPaneById(I18); if (!I1c || !I1c.IsDockable())return false; if (!I1c.RaiseEvent("\x4fnClient\x42\x65fore\x50\x61neD\x6f\x63k", {paneObj:I1c } )){return false; } this.Log.Debug(["SlidingZ\x6f\x6ee.Do\x63\x6bPane\x20paneId[\x25\x64], \x7a\157n\x65ID[%d\x5d",I18,this.ID]); if (this.Iw){if (!this.UnDockPane(this.Iw)){return false; }} this.o1d= true; var O1d=I1c.GetWidth(); if (this.o5.IsVertical()){var l1d=this.o5.I9(this.ow.Index,RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward); this.Log.Debug(["\x53lidi\x6e\x67Zone.\x44\x6fckP\x61\x6ee A\x76\x61ila\x62\x6ce \x64elta[%\x64\135",l1d]); if (l1d<I1c.GetMinWidth()){ this.Log.Debug(["Slidin\x67\x5aone.\x44\x6fckPa\x6e\145\x20\x4eo e\x6e\x6fugh\x20Avail\x61\x62le\x20\144\x65\x6cta"]); return false; }var i1d=O1d+this.Ox(); var I1d=this.ow.GetWidth(); var availWidth=I1d+l1d; var o1e=Math.min(availWidth,i1d); var delta=o1e-I1d; this.Log.Debug(["Sl\x69\x64ingZon\x65\x2eDoc\x6b\x50ane\x20\x70are\x6e\164 \x70\141n\x65 delta\x5b\045\x64], zo\x6e\145I\x44[%d]",delta,this.ID]); if (delta!=0){var ld=(this.IsLeftDirection())?RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Backward:RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.ow.Resize(delta,ld); }}I1c.i17(); this.O1e(I18); this.Iw=I18; this.SaveState(); this.Log.Debug(["\x53l\x69\x64ingZon\x65\x2eDoc\x6b\x50ane\x20\x64one\x20\160a\x6ee[%d]",I18]); this.o1d= false; I1c.RaiseEvent("\x4fnClien\x74\x50aneDo\x63\x6bed", {paneObj:I1c } ); return true; };RadSplitter_SlidingZone.prototype.UnDockPane= function (I18){var l1e=this.GetPaneById(I18); if (!l1e)return false; if (!l1e.RaiseEvent("OnClien\x74\102ef\x6f\x72ePa\x6e\145U\x6e\x44ock", {paneObj:l1e } )){return false; } this.Log.Debug(["\x53liding\x5a\x6fne.U\x6e\x44ock\x50\141n\x65\x20pa\x6e\x65[%d\x5d",I18]); if (!I18)I18=this.Iw; this.Log.Debug(["\x52\x61dSplit\x74\x65r_S\x6c\x69din\x67\x5aon\x65\x2eUnD\x6f\143\x6b\120a\x6e\145 \x70\141n\x65Id[%d\x5d",I18]); if (this.ow.IsCollapsed())return false; this.o1d= true; l1e.I17(); this.Iw=null; if (this.o5.IsVertical()){var i1e=this.Ox(); var I1e=this.ow.GetWidth(); var o1f=I1e-i1e; this.Log.Debug(["R\x61\x64Splitte\x72\x5fSli\x64\x69ng\x5a\x6fne.\x55\156\x44\x6fck\x50ane go\x74 zoneW\x5b%d], \x70\141n\x65W[%d]\x2c del\x74\141\x5b%d\x5d, pa\x6eeId[\x25d]",i1e,I1e,o1f,I18]); var ld=(this.IsLeftDirection())?RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Backward:RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.ow.Resize(o1f*(-1),ld); } this.O1f(I18); this.SaveState(); this.Log.Debug(["\x53lidingZon\x65\x2eUnDo\x63\x6bPa\x6e\x65 do\x6e\x65[%\x64\x5d",I18]); this.o1d= false; l1e.RaiseEvent("On\x43\x6cientPa\x6e\x65UnDo\x63\153e\x64", {paneObj:l1e } ); this.l11=null; return true; };RadSplitter_SlidingZone.prototype.GetPanes= function (){return this.o18; };RadSplitter_SlidingZone.prototype.ExpandPane= function (I18){if (this.Iw==I18)return false; var l1f=this.GetPaneById(I18); var O1b=this.GetTabContainer(I18); if (!l1f || !O1b){return false; }if (!l1f.RaiseEvent("OnCli\x65\x6etBef\x6f\x72ePa\x6e\145E\x78\x70and", {paneObj:l1f } )){return false; } this.Log.Debug(["SlidingZone.\x45xpandPa\x6e\x65 p\x61\x6eeId\x5b\x25d]\x2c\040\x7aone\x5b\045d\x5d",I18,this.ID]); this.i1f(I18); l1f.Io(); this.l1a=I18; this.SaveState(); this.Log.Debug(["Sli\x64\x69ngZon\x65\x2eExpa\x6edPane D\x6f\x6ee p\x61\x6eeI\x64[%d], \x7aone[%d\x5d",I18,this.ID]); l1f.RaiseEvent("\x4fnCli\x65\x6etPan\x65\x45xpan\x64\145d", {paneObj:l1f } ); return true; };RadSplitter_SlidingZone.prototype.CollapsePane= function (I18,goingToDock){ this.Log.Debug(["Sliding\x5a\x6fne.\x43\x6flla\x70\163e\x50\141ne\x20\160a\x6e\x65I\x64\x5b%d\x5d, zone\x5b%d]",I18,this.ID]); if (this.l1a!=I18)return true; if (this.Iw==I18)return false; var I1f=this.GetPaneById(I18); var O1b=this.GetTabContainer(I18); if (!I1f || !O1b){return false; }goingToDock=(goingToDock)? true : false; if (!I1f.RaiseEvent("OnClie\x6etBeforeP\x61\x6eeCo\x6c\154a\x70\x73e", {paneObj:I1f,goingToDock:goingToDock } )){return false; } this.O1f(I18); I1f.Oo(); this.l1a=null; this.SaveState(); this.Log.Debug(["Slid\x69\x6egZone\x2e\x43oll\x61\160s\x65\x50ane\x20\104O\x4e\x45 \x70\141n\x65Id[%d]\x2c zone[\x25d]",I18,this.ID]); I1f.RaiseEvent("\117n\x43\x6cientPa\x6e\x65Coll\x61\160s\x65\x64", {paneObj:I1f } ); return true; };RadSplitter_SlidingZone.prototype.Dispose= function (){ this.DisposeDomEventHandlers(); if (this.Ease){ this.Ease.Dispose(); }};RadSplitter_SlidingZone.prototype.HideTab= function (I18){ this.Log.Debug(["\x53lidingZone.\x48\x69deT\x61\x62 pa\x6e\x65ID[\x25\x64],\x20\x7ao\x6e\x65[%\x64\135",I18,this.ID]); var o1g=this.GetTabContainer(I18); if (o1g==null)return; o1g.style.display="none"; };RadSplitter_SlidingZone.prototype.ShowTab= function (I18){ this.Log.Debug(["\x53lidingZone.\x53\x68owTa\x62\x20pan\x65\111D\x5b\x25d],\x20\172\x6f\156e\x5b\045\x64]",I18,this.ID]); var o1g=this.GetTabContainer(I18); if (o1g==null)return; o1g.style.display=""; };RadSplitter_SlidingZone.prototype.IsTabDisplayed= function (I18){var o1g=this.GetTabContainer(I18); if (o1g==null)return false; return (o1g.style.display!="n\x6f\156e"); };RadSplitter_SlidingZone.prototype.PaneTab_OnMouseOver= function (e){e=(e)?e:window.event; window.clearTimeout(this.i11); var O1g=RadControlsNamespace.DomEvent.GetTarget(e); var I18=this.l1g(O1g); if (!I18)return; if (I18==this.l11){return; } this.Log.Debug(["S\x6c\x69dingZon\x65\x2ePan\x65\x54ab_\x4f\x6eMou\x73\145O\x76\x65r\x20pane [\x25\144]\x2c\040\x7aone[%\x64\135",I18,this.ID]); this.l11=I18; if (!this.i19){if (this.l1a!=null){if (!this.CollapsePane(this.l1a)){return; } ; } this.ExpandPane(I18); }};RadSplitter_SlidingZone.prototype.PaneTab_OnMouseOut= function (e){if (this.i19)return; e=(e)?e:window.event; var O1g=RadControlsNamespace.DomEvent.GetTarget(e); var I18=this.l1g(O1g); if (!I18)return; var self=this ; var O11= function (){self.l11=null; self.CollapsePane(I18); };this.i11=window.setTimeout(O11,100); };RadSplitter_SlidingZone.prototype.PaneTab_OnMouseDown= function (e){ this.Log.Debug(["Sl\x69dingZone.Pa\x6e\145T\x61\x62_\x4f\x6eMou\x73\x65Do\x77\x6e\x20zone[%\x64]",this.ID]); if (!this.i19)return; e=(e)?e:window.event; var i1g=RadControlsNamespace.DomEvent.GetTarget(e); this.Log.Debug(["\x53lidingZone\x2e\x50ane\x54\x61b_O\x6e\x4dou\x73\x65Dow\x6e\040\x67ot ta\x72get el\x65ment \x5b\045d\x5d",i1g.id]); var I18=this.l1g(i1g); this.Log.Debug(["SlidingZone\x2e\x50aneT\x61\x62_O\x6e\x4dous\x65\x44ow\x6e\x20fo\x75nd pan\x65\111d\x5b%d]",I18]); if (this.l1a==I18){ this.CollapsePane(I18); }else {if (this.l1a){if (!this.CollapsePane(this.l1a))return; } this.ExpandPane(I18); }};RadSplitter_SlidingZone.prototype.IsLeftDirection= function (e){return (this.I19==RadSplitterNamespace.RAD_SPLITTER_SLIDE_DIRECTION.Left);};RadSplitter_SlidingZone.prototype.l1g= function (O1b){while (O1b && O1b.tagName!="DIV"){O1b=O1b.parentNode; }if (!O1b || O1b.id.indexOf("RA\x44_SLIDING_P\x41\x4eE_T\x41\102_")==-1)return ""; return O1b.id.substr("RAD_S\x4c\x49DING_\x50\x41NE_\x54\x41B_" .length); };RadSplitter_SlidingZone.prototype.i1a= function (){if (typeof(window[this.i18])=="\x75ndefi\x6e\x65d" || !window[this.i18].Inited){var self=this ; var I1g= function (){self.i1a(); };window.setTimeout(I1g,10); }else { this.Init(); }};RadSplitter_SlidingZone.prototype.O1c= function (V){if (this.o1d)return true; this.Log.Debug(["\x53lidingZ\x6f\x6ee.ha\x6e\x64le\x42\x65fo\x72\x65Par\x65\156t\x50aneR\x65sized \x64\145l\x74a[%d]\x20\172o\x6eeID[%\x64]",V.delta,this.ID]); var delta=V.delta; if (this.Iw){var o1h=this.GetPaneById(this.Iw); if (!o1h.IsResizable())return false; if (!this.o5.IsVertical())return true; var O1h=this.Ox(); var minWidth=O1h+o1h.GetMinWidth(); var maxWidth=O1h+o1h.GetMaxWidth(); var l1h=o1h.lz; var newWidth=l1h+delta; if (newWidth>maxWidth || newWidth<minWidth){return false; }return o1h.RaiseEvent("On\x43\154ien\x74\x42efo\x72\x65Pa\x6e\x65Res\x69\x7ae", {paneObj:o1h,delta:delta } ); }return true; };RadSplitter_SlidingZone.prototype.Ox= function (){var I12=this.GetTabsContainer(); return this.box.GetOuterWidth(I12); };RadSplitter_SlidingZone.prototype.I1b= function (V){if (this.o1d)return; this.Log.Debug(["SlidingZo\x6ee.handl\x65\x50are\x6e\164\x50\x61neR\x65\x73iz\x65d zo\x6e\145I\x44\133%\x64]. Do\x63\153e\x64 pane\x5b%d]",this.ID,this.Iw]); if (!this.Iw)return; var o1h=this.GetPaneById(this.Iw); if (!o1h.IsResizable())return false; var l1h=o1h.lz; var i1h=V.newWidth-V.oldWidth; var newWidth=l1h+i1h; var I1h=o1h.I15; var o1i=V.newHeight-V.oldHeight; var newHeight=I1h+o1i; o1h.iz(newWidth,newHeight); var oldWidth=o1h.GetWidth(); var oldHeight=V.oldHeight; var newHeight=V.newHeight; o1h.SetWidth(newWidth); o1h.RaiseEvent("O\x6e\x43lientP\x61\x6eeRe\x73\x69zed", {paneObj:o1h,oldWidth:oldWidth,newWidth:o1h.GetWidth(),oldHeight:oldHeight,newHeight:newHeight } ); };RadSplitter_SlidingZone.prototype.i1c= function (V){ this.Log.Debug(["Slidin\x67\x5aone.h\x61\x6edle\x53\160l\x69\x74ter\x52\145s\x69\172\x65d zone\x49\104[\x25d]",this.ID]); if (this.l1a){ this.CollapsePane(this.l1a); }};RadSplitter_SlidingZone.prototype.handleWindowResized= function (){ this.Log.Debug(["S\x6c\x69dingZon\x65\x2ehan\x64\x6ceW\x69\x6edow\x52\145s\x69\x7ae\x64\040\x7aoneID\x5b\045d\x5d",this.ID]); if (this.l1a){ this.CollapsePane(this.l1a); }};RadSplitter_SlidingZone.prototype.O1f= function (I18){var o1g=this.GetTabContainer(I18); if (o1g==null)return false; o1g.className="pa\x6e\x65TabCon\x74\x61ine\x72"; };RadSplitter_SlidingZone.prototype.O1e= function (I18){var o1g=this.GetTabContainer(I18); if (o1g==null)return false; o1g.className="\x70\141neT\x61\x62Cont\x61\x69ne\x72\x44ock\x65\144"; };RadSplitter_SlidingZone.prototype.i1f= function (I18){var o1g=this.GetTabContainer(I18); if (o1g==null)return false; o1g.className="\x70\x61neTab\x43\x6fntai\x6e\x65rE\x78\x70and\x65\x64"; };;if (typeof window.RadControlsNamespace=="\x75\x6edefine\x64"){window.RadControlsNamespace= {} ; }RadControlsNamespace.Ticker= function (h){ this.Listener=h; this.IntervalPointer=null; };RadControlsNamespace.Ticker.prototype= {Configure:function (C){ this.Duration=C.Duration; this.Interval=16; } ,Start:function (){clearInterval(this.IntervalPointer); this.TimeElapsed=0; var l=this ; var i2l= function (){l.Tick(); };this.Tick(); this.IntervalPointer=setInterval(i2l,this.Interval); } ,Tick:function (){ this.TimeElapsed+=this.Interval; this.Listener.OnTick(this.TimeElapsed); if (this.TimeElapsed>=this.Duration){ this.Stop(); }} ,Stop:function (){if (this.IntervalPointer){ this.Listener.OnTickEnd(); clearInterval(this.IntervalPointer); this.IntervalPointer=null; }}};;