if (typeof window.RadControlsNamespace=="undef\x69\x6e\x65d"){window.RadControlsNamespace= {} ; }if (typeof(window.RadControlsNamespace.Ease)=="\x75ndefined" || typeof(window.RadControlsNamespace.Ease.Version)==null || window.RadControlsNamespace.Ease.Version<.10e1){RadControlsNamespace.Ease= function (O,j,offsetX,offsetY,H,h){ this.Element=O; if (h){ this.Overlay=new RadControlsNamespace.Overlay(O); } this.OffsetX=offsetX; this.OffsetY=offsetY; this.Invert= false; var parent=this.Element.parentNode; this.ExpandConfig=this.MergeConfig(j.ExpandAnimation); this.CollapseConfig=this.MergeConfig(j.CollapseAnimation); this.Ticker=new RadControlsNamespace.Ticker(this ); this.Listener=H; this.SlideParent= false; };RadControlsNamespace.Ease.Version=.10e1; RadControlsNamespace.Ease.Coef=0; RadControlsNamespace.Ease.prototype= {SetSide:function (G){ this.g=G.charAt(0).toUpperCase()+G.substr(1,G.length-1); this.Invert= false; if (G=="r\x69ght"){G="left"; this.Invert= true; }if (G=="\x62\x6fttom"){G="top"; this.Invert= true; } this.F=G; this.f=G=="\x6ceft"; } ,MergeConfig:function (D){if (!D.Type){D.Type="\x4futQuint"; }if (!D.Duration){D.Duration=200; }return D; } ,GetSide:function (){return this.g; } ,ShowElements:function (){ this.Element.parentNode.style.display="\x62lock"; this.Element.style.display="block"; this.Element.parentNode.style.overflow="hid\x64\x65n"; } ,Dispose:function (){ this.Ticker.Stop(); this.Element=null; if (this.Overlay){ this.Overlay.Dispose(); }} ,ResetState:function (C){ this.ShowElements(); if (C){var c=(this.f?this.Element.offsetWidth: this.Element.offsetHeight); if (!this.Invert){c=-c; } this.SetPosition(c); } this.B=this.GetPosition(); } ,UpdateContainerSize:function (){if (!this.Element.parentNode){return; }if (!this.Element.offsetWidth || !this.Element.offsetHeight){return; }if (this.Invert){if (this.F=="\x6ceft"){ this.Element.parentNode.style.height=this.Element.offsetHeight+"\x70\x78"; }else if (this.F=="top"){ 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+"p\x78"){ this.Element.parentNode.style.height=Math.max(this.Element.offsetHeight+top,0)+"px"; }if (this.Element.parentNode.style.width!=(this.Element.offsetWidth+left)+"\x70x"){ this.Element.parentNode.style.width=Math.max(this.Element.offsetWidth+left,0)+"\x70x"; }} ,GetSize:function (){return this.f?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+"\x70\170"; } ,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 (O0){if (O0.Type=="\x4eone"){ this.UpdateContainerSize(); this.Ticker.Stop(); this.OnTickEnd(); this.ChangePosition(this.B+this.o0); if (this.Overlay){ this.Overlay.Update(); } this.UpdateContainerSize(); return; } this.Tween=O0.Type; this.Ticker.Configure(O0); this.Ticker.Start(); this.UpdateContainerSize(); } ,ChangePosition:function (l0){if (isNaN(l0))return; var i0,I0,o1; if (this.Invert){if (this.f){i0=this.Element.offsetWidth; I0="width"; o1=this.OffsetX; }else {i0=this.Element.offsetHeight; I0="\150\x65\x69ght"; o1=this.OffsetY; } this.SetPosition(0); var O1=Math.max(1,i0-l0)+"\160x"; this.Element.parentNode.style[I0]=O1; this.Element.parentNode.style[this.F]=((i0-l0+o1)*-1)+"px"; }else { this.Element.style[this.F]=l0+"p\x78"; }} ,OnTick:function (time){var l0=Math.round(Penner[this.Tween](time,this.B,this.o0,this.Ticker.Duration)); if (l0==this.B+this.o0){ this.Ticker.Stop(); } this.ChangePosition(l0); this.UpdateContainerSize(); if (this.Overlay){ this.Overlay.Update(); }} ,OnTickEnd:function (){try {if (this.Direction==0){return; }if (this.Direction>0){ this.Element.parentNode.style.overflow="visible"; if (this.Listener && this.Listener.OnExpandComplete){ this.Listener.OnExpandComplete(); }}else { this.Element.parentNode.style.display="none"; if (this.Listener){ this.Listener.OnCollapseComplete(); }} this.ChangePosition(this.B+this.o0); if (this.Overlay){ this.Overlay.Update(); } this.Direction=0; }catch (e){}}};};var Penner= {} ; Penner.Linear= function (l1,b,i1,v){return i1*l1/v+b; } ; Penner.InQuad= function (l1,b,i1,v){return i1*(l1 /= v)*l1+b; } ; Penner.OutQuad= function (l1,b,i1,v){return -i1*(l1 /= v)*(l1-2)+b; } ; Penner.InOutQuad= function (l1,b,i1,v){if ((l1 /= v/2)<1)return i1/2*l1*l1+b; return -i1/2*(( --l1)*(l1-2)-1)+b; } ; Penner.InCubic= function (l1,b,i1,v){return i1*(l1 /= v)*l1*l1+b; } ; Penner.OutCubic= function (l1,b,i1,v){return i1*((l1=l1/v-1)*l1*l1+1)+b; } ; Penner.InOutCubic= function (l1,b,i1,v){if ((l1 /= v/2)<1)return i1/2*l1*l1*l1+b; return i1/2*((l1-=2)*l1*l1+2)+b; } ; Penner.InQuart= function (l1,b,i1,v){return i1*(l1 /= v)*l1*l1*l1+b; } ; Penner.OutQuart= function (l1,b,i1,v){return -i1*((l1=l1/v-1)*l1*l1*l1-1)+b; } ; Penner.InOutQuart= function (l1,b,i1,v){if ((l1 /= v/2)<1)return i1/2*l1*l1*l1*l1+b; return -i1/2*((l1-=2)*l1*l1*l1-2)+b; } ; Penner.InQuint= function (l1,b,i1,v){return i1*(l1 /= v)*l1*l1*l1*l1+b; } ; Penner.OutQuint= function (l1,b,i1,v){return i1*((l1=l1/v-1)*l1*l1*l1*l1+1)+b; } ; Penner.InOutQuint= function (l1,b,i1,v){if ((l1 /= v/2)<1)return i1/2*l1*l1*l1*l1*l1+b; return i1/2*((l1-=2)*l1*l1*l1*l1+2)+b; } ; Penner.InSine= function (l1,b,i1,v){return -i1*Math.cos(l1/v*(Math.PI/2))+i1+b; } ; Penner.OutSine= function (l1,b,i1,v){return i1*Math.sin(l1/v*(Math.PI/2))+b; } ; Penner.InOutSine= function (l1,b,i1,v){return -i1/2*(Math.cos(Math.PI*l1/v)-1)+b; } ; Penner.InExpo= function (l1,b,i1,v){return (l1==0)?b:i1*Math.pow(2,10*(l1/v-1))+b; } ; Penner.OutExpo= function (l1,b,i1,v){return (l1==v)?b+i1:i1*(-Math.pow(2,-10*l1/v)+1)+b; } ; Penner.InOutExpo= function (l1,b,i1,v){if (l1==0)return b; if (l1==v)return b+i1; if ((l1 /= v/2)<1)return i1/2*Math.pow(2,10*(l1-1))+b; return i1/2*(-Math.pow(2,-10* --l1)+2)+b; } ; Penner.InCirc= function (l1,b,i1,v){return -i1*(Math.sqrt(1-(l1 /= v)*l1)-1)+b; } ; Penner.OutCirc= function (l1,b,i1,v){return i1*Math.sqrt(1-(l1=l1/v-1)*l1)+b; } ; Penner.InOutCirc= function (l1,b,i1,v){if ((l1 /= v/2)<1)return -i1/2*(Math.sqrt(1-l1*l1)-1)+b; return i1/2*(Math.sqrt(1-(l1-=2)*l1)+1)+b; } ; Penner.InElastic= function (l1,b,i1,v,a,p){if (l1==0)return b; if ((l1 /= v)==1)return b+i1; if (!p)p=v*.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*(l1-=1))*Math.sin((l1*v-s)*(2*Math.PI)/p))+b; } ; Penner.OutElastic= function (l1,b,i1,v,a,p){if (l1==0)return b; if ((l1 /= v)==1)return b+i1; if (!p)p=v*.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*l1)*Math.sin((l1*v-s)*(2*Math.PI)/p)+i1+b; } ; Penner.InOutElastic= function (l1,b,i1,v,a,p){if (l1==0)return b; if ((l1 /= v/2)==2)return b+i1; if (!p)p=v*(.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 (l1<1)return -.5*(a*Math.pow(2,10*(l1-=1))*Math.sin((l1*v-s)*(2*Math.PI)/p))+b; return a*Math.pow(2,-10*(l1-=1))*Math.sin((l1*v-s)*(2*Math.PI)/p)*.5+i1+b; } ; Penner.InBack= function (l1,b,i1,v,s){if (s==undefined)s=.170158e1; return i1*(l1 /= v)*l1*((s+1)*l1-s)+b; } ; Penner.OutBack= function (l1,b,i1,v,s){if (s==undefined)s=.170158e1; return i1*((l1=l1/v-1)*l1*((s+1)*l1+s)+1)+b; } ; Penner.InOutBack= function (l1,b,i1,v,s){if (s==undefined)s=.170158e1; if ((l1 /= v/2)<1)return i1/2*(l1*l1*(((s *= (.1525e1))+1)*l1-s))+b; return i1/2*((l1-=2)*l1*(((s *= (.1525e1))+1)*l1+s)+2)+b; } ; Penner.InBounce= function (l1,b,i1,v){return i1-Penner.OutBounce(v-l1,0,i1,v)+b; } ; Penner.OutBounce= function (l1,b,i1,v){if ((l1 /= v)<(1/.275e1)){return i1*(.75625e1*l1*l1)+b; }else if (l1<(2/.275e1)){return i1*(.75625e1*(l1-=(.15e1/.275e1))*l1+.75)+b; }else if (l1<(.25e1/.275e1)){return i1*(.75625e1*(l1-=(.225e1/.275e1))*l1+.9375)+b; }else {return i1*(.75625e1*(l1-=(.2625e1/.275e1))*l1+.984375)+b; }} ; Penner.InOutBounce= function (l1,b,i1,v){if (l1<v/2)return Penner.InBounce(l1*2,0,i1,v)*.5+b; return Penner.OutBounce(l1*2-v,0,i1,v)*.5+i1*.5+b; } ;;if (typeof window.RadControlsNamespace=="u\x6e\x64efined"){window.RadControlsNamespace= {} ; }if (typeof(window.RadControlsNamespace.Overlay)=="undefine\x64" || 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("IFRAME"); this.Shim.src="\x6aavascript:\x27\047\x3b"; 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="absolut\x65"; this.Shim.style.border="0px"; this.Shim.frameBorder=0; this.Shim.style.filter="pro\x67\x69d:DXIm\x61\147e\x54\x72a\x6esform.M\x69\143r\x6f\x73o\x66t.Al\x70ha(st\x79\154e\x3d0,op\x61\143i\x74y=0)"; this.Shim.disabled="\x64isabled"; };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+"\x70x"; this.Shim.style.height=this.Element.offsetHeight+"\x70x"; };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(D){ this.ID=D["\111\x44"]; this.Log=new RadControlsNamespace.Log(D["l\x6fgLevel"], true); this.Or=D["slidi\x6e\x67Zone"]; this.Index=D["\x69\156dex"]; this.title=D["title"]; this.minWidth=D["mi\x6e\x57idth"]; this.maxWidth=D["maxWidth"]; this.minHeight=D["\x6dinHeight"]; this.maxHeight=D["maxHeight"]; this.width=parseInt(D["width"]); this.height=parseInt(D["\x68eight"]); this.lr=this.width; this.ir=D["e\x6e\x61bleRe\x73\x69ze"]; this.Ir=D["\x65nableDock"]; this.os=D["\x73\x6cideDura\x74\x69on"];this.o7=D["s\x74\x61teField\x49\x64"]; this.resizeStep=D["r\x65\x73izeStep"]; this.Os=4; this.ls=0; this.i5=["OnClientBefo\x72\145P\x61\x6eeDo\x63k","OnClientPan\x65\x44ocke\x64","\x4fnClientBefor\x65\120an\x65\x52es\x69\x7ae","O\x6e\x43lientPa\x6e\x65Res\x69\x7aed","OnClientBefo\x72\145Pa\x6e\x65UnD\x6f\x63k","OnClientPan\x65\x55nDoc\x6b\x65d","OnCli\x65\x6etBefo\x72\x65Pane\x45\170p\x61\x6ed","OnClient\x50\x61neEx\x70\x61nded","\x4f\x6eClientBe\x66\x6freP\x61\x6eeCo\x6c\x6caps\x65","OnClientPan\x65\x43olla\x70\x73ed"]; for (var i=0; i<this.i5.length; i++){ this[this.i5[i]]=D[this.i5[i]]; }if (!RadControlsNamespace.Browser.IsIE){var is=this.Is(); if (is!=null){is.style.lineHeight=1; is.innerHTML=this.title.split("").join("\x3c\x62r/>"); }} this.box=window.RadControlsNamespace.Box; this.ot= false; this.Ot= false; this.SaveState(); }RadSplitter_SlidingPane.prototype.Init= function (){RadControlsNamespace.DomEventMixin.Initialize(this ); RadControlsNamespace.EventMixin.Initialize(this ); var lt=this.GetSlideContainer(); this.AttachDomEvent(lt,"m\x6f\x75seover","\x53lidingCo\x6e\x74ain\x65\x72_O\x6e\x4dous\x65\117\x76\x65r"); this.AttachDomEvent(lt,"m\x6f\x75seout","\x53\x6ciding\x43\x6fntai\x6e\x65r_\x4f\x6eMou\x73\145O\x75\x74"); var it=this.GetSlidingPaneResizeContainer(); this.AttachDomEvent(it,"\x6douseov\x65\x72","\x52esiz\x65\x53lideP\x61\x6ee_O\x6e\115o\x75\x73eOv\x65\162"); this.AttachDomEvent(it,"mouseou\x74","R\x65\x73izeSli\x64\x65Pan\x65\x5fOnM\x6f\x75seO\x75\164"); this.AttachDomEvent(it,"\x6dousedo\x77\x6e","\x52esizeSlidePa\x6e\x65_On\x4d\x6fus\x65\x44own"); this.AttachDomEvent(this.GetDockIconElement(),"mo\x75\x73edown","\x44\157ckE\x6c\x65ment\x5f\x4fnMo\x75\x73eDo\x77\156"); this.AttachDomEvent(this.GetDockIconElement(),"mouseov\x65\x72","DockElem\x65\x6et_On\x4d\x6fuse\x4f\x76er"); this.AttachDomEvent(this.GetDockIconElement(),"mouseout","\x44ockE\x6c\x65ment\x5f\x4fnMo\x75\163e\x4f\x75t"); this.AttachDomEvent(this.GetUnDockIconElement(),"\x6dousedown","UnDockEleme\x6e\x74_On\x4d\x6fuse\x44\x6fwn"); this.AttachDomEvent(this.GetUnDockIconElement(),"mouseover","\x55nDockElem\x65\x6et_O\x6e\x4dous\x65\x4fver"); this.AttachDomEvent(this.GetUnDockIconElement(),"\x6douseout","UnDockEleme\x6e\x74_OnM\x6f\x75se\x4f\x75t"); this.AttachDomEvent(this.GetCollapseIconElement(),"\x6dousedown","\x43ollapseE\x6c\x65ment\x5f\x4fnMo\x75\163e\x44\x6fwn"); this.AttachDomEvent(this.GetCollapseIconElement(),"\x6douseover","\x43ollaps\x65\x45leme\x6e\x74_On\x4d\x6fuse\x4f\x76er"); this.AttachDomEvent(this.GetCollapseIconElement(),"\x6douseout","\x43ollapseElem\x65\x6et_O\x6e\x4dous\x65\x4fut"); };RadSplitter_SlidingPane.prototype.SaveState= function (){var Od=document.getElementById(this.o7); var Id= { "\x77idth": this.width,"height": this.height,"title": this.title,"minWidth": this.minWidth,"maxWi\x64\x74h": this.maxWidth,"minH\x65\x69ght": this.minHeight,"\x6daxHeight": this.maxHeight,"\x65nableResize": this.ir,"enableDo\x63\x6b": this.Ir };var oe=RadControlsNamespace.JSON.stringify(Id); this.I6=oe; Od.value=oe; };RadSplitter_SlidingPane.prototype.IsResizable= function (){return this.ir; };RadSplitter_SlidingPane.prototype.IsDockable= function (){return this.Ir; };RadSplitter_SlidingPane.prototype.SetDockable= function (It){ this.Ir=It; this.SaveState(); };RadSplitter_SlidingPane.prototype.SetResizable= function (ou){ this.ir=ou; this.SaveState(); };RadSplitter_SlidingPane.prototype.GetState= function (){return this.I6; };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 (Ou){var i7=this.GetContentContainer(); i7.innerHTML=Ou; };RadSplitter_SlidingPane.prototype.GetSlideContainer= function (){return document.getElementById("\x52AD_SPLITTER\x5f\x53LID\x49\x4eG_\x5a\x4fNE_\x43\117\x4e\124\x41INER_"+this.ID); };RadSplitter_SlidingPane.prototype.GetDockIconElement= function (){return document.getElementById("\x52AD_SP\x4c\x49TTER_\x53\x4cIDI\x4e\x47_P\x41\x4eE_D\x4f\x43K_"+this.ID); };RadSplitter_SlidingPane.prototype.GetUnDockIconElement= function (){return document.getElementById("\x52AD_SPLI\x54\x54ER_S\x4c\x49DIN\x47\x5fPAN\x45\137U\x4e\104O\x43K_"+this.ID); };RadSplitter_SlidingPane.prototype.GetCollapseIconElement= function (){return document.getElementById("RAD_SPLITT\x45\x52_SL\x49\x44ING\x5f\x50ANE\x5f\x43OLL\x41\120S\x45_"+this.ID); };RadSplitter_SlidingPane.prototype.GetSlidingContainerTitle= function (){return document.getElementById("RAD_SPLITTE\x52\x5fSLID\x49\x4eG_\x54\x49TLE\x5f"+this.ID); };RadSplitter_SlidingPane.prototype.GetSlidingPaneResizeContainer= function (){return document.getElementById("\x52AD_S\x50\x4cITTE\x52\x5fSLID\x49\116G\x5f\x5aONE\x5f\122E\x53IZE_"+this.ID); };RadSplitter_SlidingPane.prototype.IsExpanded= function (){return this.ot; };RadSplitter_SlidingPane.prototype.IsDocked= function (){return this.Ot; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseOver= function (e){var it=this.GetSlidingPaneResizeContainer(); it.className="\x73lideCon\x74\x61iner\x52\x65siz\x65\x4fver"; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseOut= function (e){e=(e)?e:window.event; var it=this.GetSlidingPaneResizeContainer(); it.className="slide\x43\x6fntain\x65\x72Res\x69\x7ae"; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseDown= function (e){ this.Log.Debug(["Slid\x69\156\x67\x50ane.\x52\x65si\x7a\x65Sli\x64\x65Pan\x65\137\x4fnMous\x65Down z\x6f\156e\x5b%d]",this.ID]); e=(e)?e:window.event; RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.lu=this.GetWidth()-this.GetMinWidth(); var iu=this.GetMaxWidth()-this.GetWidth(); var Iu=this.Or.ov; var Ov=Iu.i9(); var I4=this.Or.I4; var lv=I4.oa(Iu.Index,RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward); var iv=Math.min(lv,Ov); var Iv=this.Or.GetDockedPaneId(); if (Iv!=null){var ow=this.Or.GetPaneById(Iv); iv+=ow.GetWidth(); }if (!this.Or.I4.IsVertical()){iv=Iu.GetWidth()-this.Or.Ow(); } this.lw=Math.min(iu,iv); this.lw-=this.GetWidth(); if (this.Or.IsLeftDirection()){var l1=this.lw; this.lw=this.lu; this.lu=l1; }var it=this.GetSlidingPaneResizeContainer(); var lq=window.RadControlsNamespace.Screen.GetElementPosition(it); this.Log.Debug(["\x53l\x69\x64ingPa\x6e\x65.on\x4d\157\x75\x73eDo\x77\x6e: \x70\x61n\x65\170[\x25d], p\x61\156e\x79\133\x25\144]\x2c mous\x65x[%d\x5d, m\x6fuse\x79[%d]\x5cn"+"maxDecrease\x5b\x25d],\x20\155ax\x49ncreas\x65\x5b%d]",lq.x,lq.y,e.clientX,e.clientY,this.lu,this.lw]); this.iw=e.clientX; this.Iw=e.clientY; this.ox=e.clientX-lq.x; this.Ox=e.clientY-lq.y; this.lx=lq.x; this.ix=lq.y; this.Ix=0; this.AttachDomEvent(document,"\x6douseup","ResizeSl\x69\x64ePan\x65\x5fOnM\x6fuseUp"); this.AttachDomEvent(document,"\x6dousemove","ResizeSl\x69\x64ePan\x65\x5fOnM\x6f\x75seM\x6f\166e"); this.resizeMode= true; return false; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseUp= function (e){ this.Log.Debug(["SlidingP\x61\x6ee.\x52\x65size\x53\154i\x64\x65Pan\x65\137O\x6e\115o\x75seUp \x7a\157n\x65\133%\x64]",this.ID]); e=(e)?e:window.event; RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.DetachDomEvent(document,"mousemove","\x52esizeSl\x69\x64ePan\x65\x5fOn\x4d\x6fuse\x4d\157ve"); this.DetachDomEvent(document,"\155ous\x65\x75p","\x52\x65sizeSli\x64\x65Pane\x5f\117n\x4d\x6fuse\x55\160"); this.resizeMode= false; if (this.oy){ this.oy.parentNode.removeChild(this.oy); this.oy=null; this.Oy.Dispose(); }if (this.Or.IsLeftDirection()){ this.Ix *= -1; }if (!this.IsExpanded())return false; if (this.Ix!=0 && this.RaiseEvent("\x4f\156Cli\x65\x6etBef\x6f\x72eP\x61\x6eeR\x65\x73ize", {paneObj: this,delta: this.Ix } )){ this.Log.Debug(["\x53lidingPan\x65\x2eres\x69\x7aeSl\x69\x64ePa\x6e\145_\x4f\156\x4douseU\x70\040\x47oing \x74o res\x69\172e\x2e del\x74\141\x20is \x5b%d]",this.Ix]); var newWidth=this.ly+this.Ix; this.iy(newWidth,null); if (this.Or.IsLeftDirection()){var Iy=this.GetSlideContainer(); var oz=parseInt(Iy.style.left); Iy.style.left=oz-this.Ix; }var oldWidth=this.GetWidth(); this.SetWidth(newWidth); this.RaiseEvent("\x4fnClient\x50\x61neRe\x73\x69ze\x64", {paneObj: this,oldWidth:oldWidth,newWidth: this.GetWidth(),oldHeight: this.Or.ov.GetHeight(),newHeight: this.Or.ov.GetHeight()} ); }return false; };RadSplitter_SlidingPane.prototype.ResizeSlidePane_OnMouseMove= function (e){RadControlsNamespace.DomEvent.PreventDefault(e); RadControlsNamespace.DomEvent.StopPropagation(e); this.resizeMode= true; var Oz=150; if (!this.oy){var I4=this.Or.I4; var lz=document.createElement("\124\x41BLE"); lz.className=I4.GetContainerElement().className; lz.style.borderCollapse="\x73\x65parate"; lz.cellSpacing=Oz; lz.cellPadding=0; lz.style.borderWidth="0px"; lz.style.background=""; var tBody=document.createElement("\x54BODY"); lz.appendChild(tBody); var TR=document.createElement("\x54R"); tBody.appendChild(TR); var TD=document.createElement("T\x44"); TR.appendChild(TD); var iz=document.createElement("DIV"); iz.className="\x68elperBarSli\x64\x65Drag"; TD.appendChild(iz); lz.style.position="\x61\x62solut\x65"; lz.style.left=this.lx-Oz+"\x70x"; lz.style.top=this.ix-Oz+"px"; this.oy=document.body.insertBefore(lz,document.body.firstChild); this.box.SetOuterHeight(iz,this.Or.ov.GetHeight()); this.box.SetOuterWidth(iz,3); this.Iz=iz; this.Oy=new RadControlsNamespace.Overlay(this.Iz); }var Ix=e.clientX-this.iw; var o10= false; if (Ix<((-1)*this.lu)){o10= true; Ix=this.lu*(-1); }if (Ix>this.lw){o10= true; Ix=this.lw; }if (this.resizeStep>0){Ix-=Ix%this.resizeStep; } this.Iz.className="\x68\x65lperBa\x72\x53lid\x65\x44ra\x67"; this.Iz.style.cursor="\x77-resize"; this.oy.style.left=this.lx+Ix-Oz+"\x70\x78"; this.oy.style.zIndex=this.GetSlideContainer().style.zIndex+1; this.oy.style.cursor="w\x2d\x72esize"; this.Oy.Update(); this.Ix=Ix; if (o10){if (this.Iz){ this.Iz.className="\x68\x65lperBa\x72\x53lide\x45\x72ro\x72"; }}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 O10= function (){self.Or.l10=null; self.Or.CollapsePane(self.ID); };window.clearTimeout(this.Or.i10); this.Or.i10=window.setTimeout(O10,1000); };RadSplitter_SlidingPane.prototype.SlidingContainer_OnMouseOver= function (e){if (this.IsDocked())return; e=(e)?e:window.event; if (this.resizeMode)return; window.clearTimeout(this.Or.i10); };RadSplitter_SlidingPane.prototype.DockElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["\x53lidingP\x61\x6ee.D\x6f\x63kEl\x65\155\x65\x6et_O\x6e\x4dou\x73eDow\x6e zone[\x25\144]",this.ID]); if (!this.IsExpanded())return; if (!this.Or.CollapsePane(this.ID, true))return; this.Or.DockPane(this.ID); this.GetDockIconElement().className="\x73\x6cideHe\x61\x64erI\x63\x6fn"; };RadSplitter_SlidingPane.prototype.DockElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetDockIconElement().className="\x73lide\x48\x65aderI\x63\x6fnOv\x65\162"; };RadSplitter_SlidingPane.prototype.DockElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetDockIconElement().className="slideHea\x64\x65rIco\x6e"; };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["Slidin\x67\x50ane\x2e\x55nDoc\x6bElement_\x4f\156M\x6f\x75se\x44own zo\x6ee[%d]",this.ID]); if (!this.IsDocked())return; this.Or.UnDockPane(this.ID); };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetUnDockIconElement().className="slideHeader\x49\x63onO\x76\x65r"; };RadSplitter_SlidingPane.prototype.UnDockElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetUnDockIconElement().className="\x73lideH\x65\x61derI\x63\x6fn"; };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseDown= function (e){if (e.button && e.button!=1)return true; this.Log.Debug(["Slidin\x67\x50ane.\x43\x6flla\x70\163\x65\x45lem\x65\156t\x5f\x4fn\x4d\157u\x73eDown \x7aone[%\x64\135",this.ID]); if (!this.IsExpanded())return; this.Or.l10=null; this.Or.CollapsePane(this.ID); };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseOver= function (e){if (e.button && e.button!=1)return true; this.GetCollapseIconElement().className="slideHead\x65\x72Icon\x4f\x76er"; };RadSplitter_SlidingPane.prototype.CollapseElement_OnMouseOut= function (e){if (e.button && e.button!=1)return true; this.GetCollapseIconElement().className="\x73lideHead\x65\x72Ico\x6e"; };RadSplitter_SlidingPane.prototype.I10= function (o11){ this.Log.Debug(["Slidin\x67\120a\x6e\x65.ex\x70\x61ndS\x6c\151d\x69\x6egCo\x6e\164\x61iner \x73\151z\x65\133%\x64], zo\x6ee[%d]",o11,this.ID]); var lt=this.GetSlideContainer(); lt.style.left="\x30px"; var O11=RadControlsNamespace.Screen.GetElementPosition(this.Or.GetZoneContainer()); var offsetY=0; if (this.Or.Iv){var ow=this.Or.GetPaneById(this.Or.Iv); if (ow.Index<this.Index){offsetY=this.box.GetOuterHeight(this.Or.GetZoneContainer()); }}var l11=this.ls; lt.parentNode.style.position="\x61\x62solut\x65"; lt.parentNode.style.top=O11.y+"\x70x"; var i11=RadControlsNamespace.Screen.GetElementPosition(lt.parentNode); if (i11.y!=O11.y){lt.parentNode.style.top=O11.y-l11-(i11.y-O11.y)+"px"; }else {lt.parentNode.style.top=O11.y-l11+"px"; }var offsetX=0; if (this.Or.IsLeftDirection()){var I11=this.Or.GetTabsContainer(); var o12=0; var O12=RadControlsNamespace.Screen.GetElementPosition(I11); lt.parentNode.style.left=O12.x+"\x70\170"; var i11=RadControlsNamespace.Screen.GetElementPosition(lt.parentNode); if (i11.x!=O12.x){o12=i11.x-O12.x; }var l12=O12.x-o12; lt.parentNode.style.left=""; offsetX=-1*l12; }var i12=lt; var D= {ExpandAnimation:{Type: "Linea\x72",Duration: this.os } ,CollapseAnimation:{Type: "\114i\x6e\x65ar",Duration: 50 }};var self=this ; var H= {OnExpandComplete:function (){lt.parentNode.style.width="\060\x70\170"; lt.parentNode.style.height="0px"; if (RadControlsNamespace.Browser.IsMozilla){self.GetContentContainer().style.overflow=self.contentOverflow; self.GetContentContainer().style.overflowX=self.I12; self.GetContentContainer().style.overflowY=self.o13; }}} ; 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.I12=this.GetContentContainer().style.overflowX; this.o13=this.GetContentContainer().style.overflowY; this.GetContentContainer().style.overflow="hidden"; } this.Ease=new RadControlsNamespace.Ease(i12,D,offsetX,offsetY,H, true); var O13=(this.Or.IsLeftDirection())?"ri\x67ht": "l\x65\x66t"; this.Ease.SetSide(O13); this.Ease.ShowElements(); this.Ease.UpdateContainerSize(); this.Ease.In(); };RadSplitter_SlidingPane.prototype.l13= function (){ this.Log.Debug(["Sliding\x50\x61ne.c\x6f\x6clap\x73eSlidin\x67\103o\x6e\164a\x69ner\x20\172o\x6e\145[\x25\144]",this.ID]); this.i13(); try { this.Ease.Overlay.Dispose(); this.Ease.Overlay=null; this.Ease.Ticker.Stop(); }catch (e){}};RadSplitter_SlidingPane.prototype.iy= function (width,height){ this.Log.Debug(["\x53lidingP\x61\x6ee.se\x74\x53li\x64\x69ngC\x6f\x6eta\x69\x6eer\x53ize se\x74\040\x77idth[\x25\144\x5d\054 \x68eigh\x74\133\x25d],\x20zon\x65[%d]",width,height,this.ID]); var lt=this.GetSlideContainer(); var I13=this.GetContentContainer(); var is=this.GetSlidingContainerTitle(); if (width!=null){var o14=10; var O14=66; var l14=width-O14-o14; l14=Math.max(0,l14); this.box.SetOuterWidth(is,l14); this.box.SetOuterWidth(I13,width); this.box.SetOuterWidth(lt,width); this.box.SetOuterWidth(lt.parentNode,width); this.ly=width; }if (height!=null){var i14=this.box.GetOuterHeight(is); this.box.SetOuterHeight(is,i14); this.box.SetOuterHeight(lt,height-this.ls); this.box.SetOuterHeight(I13.parentNode,height-i14-this.ls); this.box.SetOuterHeight(I13,height-i14-this.ls); this.I14=height; }if (this.Ease && this.Ease.Overlay){try { this.Ease.Overlay.Update(); }catch (e){}}};RadSplitter_SlidingPane.prototype.o15= function (){var lt=this.GetSlideContainer(); lt.style.display=""; lt.parentNode.style.display=""; };RadSplitter_SlidingPane.prototype.i13= function (){var lt=this.GetSlideContainer(); lt.style.display="none"; lt.style.top=""; lt.style.left=""; lt.parentNode.style.display="none"; lt.parentNode.style.top=""; lt.parentNode.style.left=""; };RadSplitter_SlidingPane.prototype.O15= function (){var lt=this.GetSlideContainer(); lt.style.position="\163\x74\141tic"; lt.parentNode.style.position=""; lt.firstChild.className="\x73lideC\x6f\x6etaine\x72\x44ock\x65d"; };RadSplitter_SlidingPane.prototype.l15= function (){var lt=this.GetSlideContainer(); lt.style.position="\x61bsolut\x65"; lt.parentNode.style.position="absolute"; lt.parentNode.style.top=""; lt.parentNode.style.left=""; lt.firstChild.className="slideCo\x6e\x74ainer"; };RadSplitter_SlidingPane.prototype.i15= function (ou){var it=this.GetSlidingPaneResizeContainer(); it.style.display=(ou)?"": "n\x6f\x6ee"; };RadSplitter_SlidingPane.prototype.I15= function (It){ this.GetDockIconElement().style.display=(It)?"": "\x6eone"; };RadSplitter_SlidingPane.prototype.o16= function (){ this.O16(); this.I15(this.IsDockable()); this.GetCollapseIconElement().style.display=""; this.GetDockIconElement().className="\x73lideHeade\x72\x49con"; this.GetCollapseIconElement().className="slideHeade\x72\x49con"; };RadSplitter_SlidingPane.prototype.l16= function (){ this.O16(); this.GetUnDockIconElement().style.display=""; this.GetUnDockIconElement().className="\x73lideHeaderI\x63\x6fn"; };RadSplitter_SlidingPane.prototype.O16= function (){ this.GetDockIconElement().style.display="none"; this.GetUnDockIconElement().style.display="non\x65"; this.GetCollapseIconElement().style.display="\x6eone"; };RadSplitter_SlidingPane.prototype.Is= function (){return document.getElementById("RAD_SLIDI\x4e\x47_PA\x4e\x45_TE\x58\124\x5f"+this.ID); };RadSplitter_SlidingPane.prototype.i16= function (){ this.l16(); this.i15( false); this.O15(); this.o15(); this.iy(this.GetWidth(),this.Or.ov.GetHeight()); this.GetSlideContainer().parentNode.style.width=this.GetWidth()+"\x70x"; this.ot= false; this.Ot= true; };RadSplitter_SlidingPane.prototype.I16= function (){ this.ot= false; this.Ot= false; this.i13(); };RadSplitter_SlidingPane.prototype.Io= function (){ this.l15(); this.o15(); this.iy(this.GetWidth(),this.Or.ov.GetHeight()); this.i15(this.IsResizable()); this.o16(); this.I10(this.GetWidth()); this.ot= true; this.Ot= false; };RadSplitter_SlidingPane.prototype.Oo= function (){ this.ot= false; this.Ot= false; this.l13(); };;function RadSplitter_SlidingZone(D){ this.ID=D["\x49D"]; D["logLev\x65\x6c"]=eval(D["logLevel"]); this.Log=new RadControlsNamespace.Log(D["\x6c\x6fgLevel"], true); this.o17=[]; this.O17=[]; this.l17=D["parentPaneI\x64"]; this.i17=D["\x70arentS\x70\x6citte\x72\x49d"]; for (var i=0; i<D["\x70anes"].length; i++){var I17=D["\x70\141\x6e\x65s"][i]; var o18=window["\x52adSli\x64\x69ngPan\x65\x43onf\x69\147_"+I17]; o18["\163l\x69\x64ingZon\x65"]=this ; o18["\x6cogLevel"]=D["\x6cogLevel"]; o18["index"]=i; o18["re\x73\x69zeStep"]=D["\x72esizeS\x74\x65p"]; o18["slid\x65\x44uratio\x6e"]=D["\x73\154ide\x44\x75ratio\x6e"]; var O18=new RadSplitter_SlidingPane(o18); this.o17[this.o17.length]=O18; this.O17[O18.ID]=O18; } this.l18=RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.width=D["width"]; this.i18=D["cli\x63\x6bToOpen"]; this.I18=D["slideDire\x63\x74ion"]; this.o19=D["\x69nitial\x6c\x79Docke\x64\x50an\x65\x49d"]; this.O19=D["\x69nitially\x45\x78pand\x65\x64Pan\x65\x49d"]; this.o7=D["\x73\x74ateFiel\x64\x49d"]; this.box=window.RadControlsNamespace.Box; this.i5=["\x4fnClientLo\x61\x64ed"]; for (var i=0; i<this.i5.length; i++){ this[this.i5[i]]=D[this.i5[i]]; } this.Iv=null; this.l19=null; this.i19(); }RadSplitter_SlidingZone.prototype.I19= function (){ this.Log.Debug(["Slidin\x67\x5aone.R\x65\x49nit\x20\x73tar\x74\x20ID[\x25\144]",this.ID]); this.Dispose(); this.Init( true); };RadSplitter_SlidingZone.prototype.Init= function (o1a){if (this.Inited && !o1a)return; this.Log.Debug(["Slid\x69ngZone.Ini\x74\x20sta\x72\164\x20\x49D[%\x64\135",this.ID]); document.getElementById("RAD_S\x4c\x49DING\x5f\x5aONE\x5f\x50AN\x45\x53_CO\x4e\x54AI\x4eER_"+this.ID).style.display=""; this.I4=window[this.i17]; this.ov=this.I4.GetPaneById(this.l17); RadControlsNamespace.DomEventMixin.Initialize(this ); RadControlsNamespace.EventMixin.Initialize(this ); var o17=this.o17; for (var i=0; i<o17.length; i++){var O1a=this.GetTabContainer(this.o17[i].ID); this.AttachDomEvent(O1a,"mouse\x64\x6fwn","\x50aneTa\x62\x5fOnMou\x73\x65Dow\x6e"); this.AttachDomEvent(O1a,"\155o\x75\x73eover","PaneTab\x5f\x4fnMous\x65\x4fver"); this.AttachDomEvent(O1a,"\x6d\x6fuseout","Pan\x65\x54ab_OnM\x6f\x75seOu\x74"); o17[i].Init(); }var self=this ; var l1a= function (i1a,W){self.I1a(W); };var o1b= function (i1a,W){return self.O1b(W); };var l1b= function (i1a,W){self.i1b(W); };this.ov.AttachEvent("On\x43\x6cientBe\x66\x6frePa\x6e\145R\x65\163iz\x65",o1b); this.ov.AttachEvent("OnC\x6c\x69entPan\x65\x52esiz\x65\144",l1a); this.I4.AttachEvent("\x4fnClientResi\x7a\x65d",l1b); this.AttachDomEvent(window,"\x75nload","Dispos\x65"); this.AttachDomEvent(window,"resize","h\x61\x6edleWind\x6f\x77Res\x69\x7aed"); this.Inited= true; if (this.o19!=""){ this.DockPane(this.o19); }if (this.O19!=""){ this.ExpandPane(this.O19); }if (!this.IsLeftDirection() && RadControlsNamespace.Browser.IsMozilla){ this.ov.GetContentContainerElement().style.overflow=""; } this.SaveState(); this.RaiseEvent("\x4fnClientLoad\x65\x64", {slidingZoneObj: this } ); this.Log.Debug(["\x53lidingZone.\x49\x6eit \x64\x6fne \x7a\157n\x65\x49D[\x25\x64\x5d",this.ID]); };RadSplitter_SlidingZone.prototype.SaveState= function (){var Od=document.getElementById(this.o7); var Id= { "dockedPa\x6e\x65Id": this.Iv || "","\x65\x78pandedP\x61\x6eeId": this.l19 || "","\x63lickToOpen": this.i18 };var oe=RadControlsNamespace.JSON.stringify(Id); this.I6=oe; Od.value=oe; };RadSplitter_SlidingZone.prototype.GetState= function (){return this.I6; };RadSplitter_SlidingZone.prototype.SetClickToOpen= function (i18){ this.i18=i18; this.SaveState(); };RadSplitter_SlidingZone.prototype.GetClickToOpen= function (){return this.i18; };RadSplitter_SlidingZone.prototype.GetPaneById= function (I17){return this.O17[I17]; };RadSplitter_SlidingZone.prototype.GetWidth= function (I17){return this.width; };RadSplitter_SlidingZone.prototype.GetZoneContainer= function (){return document.getElementById(this.ID); };RadSplitter_SlidingZone.prototype.GetTabsContainer= function (){return document.getElementById("\x52\x41D_SLID\x49\116\x47\x5fZO\x4eE_TAB\x53\x5fCON\x54\101I\x4eER_"+this.ID); };RadSplitter_SlidingZone.prototype.GetTabContainer= function (I17){return document.getElementById("RA\x44\x5fSLIDIN\x47\x5fPAN\x45\x5fTA\x42\x5f"+I17); };RadSplitter_SlidingZone.prototype.GetExpandedPaneId= function (){return this.l19; };RadSplitter_SlidingZone.prototype.GetDockedPaneId= function (){return this.Iv; };RadSplitter_SlidingZone.prototype.DockPane= function (I17){var I1b=this.GetPaneById(I17); if (!I1b || !I1b.IsDockable())return false; if (!I1b.RaiseEvent("\x4fnClien\x74\x42efor\x65\x50ane\x44\157\x63\x6b", {paneObj:I1b } )){return false; } this.Log.Debug(["\123\x6c\x69dingZo\x6e\x65.Do\x63\153P\x61\x6ee p\x61\x6eeI\x64\133\x25d], zo\x6eeID[%d\x5d",I17,this.ID]); if (this.Iv){if (!this.UnDockPane(this.Iv)){return false; }} this.o1c= true; var O1c=I1b.GetWidth(); if (this.I4.IsVertical()){var l1c=this.I4.i9(this.ov.Index,RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward); this.Log.Debug(["Sliding\x5a\x6fne.D\x6f\x63kPan\x65 Availa\x62\x6ce d\x65\154\x74a[%d]",l1c]); if (l1c<I1b.GetMinWidth()){ this.Log.Debug(["Slidin\x67\x5aone.\x44\x6fckP\x61\156e\x20\116o \x65\156o\x75\x67h\x20\x41va\x69\154a\x62le de\x6c\164a"]); return false; }var i1c=O1c+this.Ow(); var I1c=this.ov.GetWidth(); var availWidth=I1c+l1c; var o1d=Math.min(availWidth,i1c); var delta=o1d-I1c; this.Log.Debug(["\x53lidingZo\x6e\x65.Do\x63\x6bPan\x65\x20par\x65\156t\x20\160a\x6ee delt\x61[%d], \x7a\157n\x65ID[%d\x5d",delta,this.ID]); if (delta!=0){var Oe=(this.IsLeftDirection())?RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Backward:RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.ov.Resize(delta,Oe); }}I1b.i16(); this.O1d(I17); this.Iv=I17; this.SaveState(); this.Log.Debug(["\x53lidingZ\x6f\x6ee.Do\x63\x6bPan\x65\040\x64one p\x61\x6ee[\x25d]",I17]); this.o1c= false; I1b.RaiseEvent("\x4fnClientPa\x6e\x65Doc\x6b\x65d", {paneObj:I1b } ); return true; };RadSplitter_SlidingZone.prototype.UnDockPane= function (I17){var l1d=this.GetPaneById(I17); if (!l1d)return false; if (!l1d.RaiseEvent("OnCl\x69\x65ntBef\x6f\x72ePa\x6e\145U\x6e\x44ock", {paneObj:l1d } )){return false; } this.Log.Debug(["SlidingZone\x2e\x55nDo\x63\x6bPan\x65\x20pan\x65\x5b%d\x5d",I17]); if (!I17)I17=this.Iv; this.Log.Debug(["\x52adSp\x6c\x69tter_\x53\x6cidi\x6e\147Z\x6f\x6ee.U\x6e\104o\x63kPane \x70aneId[\x25d]",I17]); if (this.ov.IsCollapsed())return false; this.o1c= true; l1d.I16(); this.Iv=null; if (this.I4.IsVertical()){var i1d=this.Ow(); var I1d=this.ov.GetWidth(); var o1e=I1d-i1d; this.Log.Debug(["\x52adS\x70\x6citter_\x53\x6cidi\x6e\x67Zon\x65\056\x55\156D\x6fckPane\x20got zo\x6e\145W\x5b%d], \x70\141n\x65W[%d]\x2c del\x74a[\x25d],\x20\160\x61neI\x64[%d]",i1d,I1d,o1e,I17]); var Oe=(this.IsLeftDirection())?RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Backward:RadSplitterNamespace.RAD_SPLITTER_DIRECTION.Forward; this.ov.Resize(o1e*(-1),Oe); } this.O1e(I17); this.SaveState(); this.Log.Debug(["\x53lidingZ\x6f\x6ee.Un\x44\x6fck\x50\x61ne \x64\x6fne[\x25\144\x5d",I17]); this.o1c= false; l1d.RaiseEvent("\x4fnClientPane\x55\x6eDoc\x6b\x65d", {paneObj:l1d } ); this.l10=null; return true; };RadSplitter_SlidingZone.prototype.GetPanes= function (){return this.o17; };RadSplitter_SlidingZone.prototype.ExpandPane= function (I17){if (this.Iv==I17)return false; var l1e=this.GetPaneById(I17); var O1a=this.GetTabContainer(I17); if (!l1e || !O1a){return false; }if (!l1e.RaiseEvent("OnClientBe\x66orePaneE\x78\x70and", {paneObj:l1e } )){return false; } this.Log.Debug(["Sli\x64\x69ngZon\x65\x2eExpa\x6edPane pa\x6e\145\x49\x64[%d\x5d, zon\x65[%d]",I17,this.ID]); this.i1e(I17); l1e.Io(); this.l19=I17; this.SaveState(); this.Log.Debug(["SlidingZone.\x45xpandPan\x65\x20Don\x65\x20pan\x65Id[%d],\x20\172\x6f\156e\x5b\045\x64]",I17,this.ID]); l1e.RaiseEvent("OnClie\x6e\x74PaneE\x78\x70and\x65\x64", {paneObj:l1e } ); return true; };RadSplitter_SlidingZone.prototype.CollapsePane= function (I17,goingToDock){ this.Log.Debug(["SlidingZon\x65\x2eCol\x6c\x61pse\x50\x61ne \x70\x61neI\x64\133\x25d], zo\x6ee[%d]",I17,this.ID]); if (this.l19!=I17)return true; if (this.Iv==I17)return false; var I1e=this.GetPaneById(I17); var O1a=this.GetTabContainer(I17); if (!I1e || !O1a){return false; }goingToDock=(goingToDock)? true : false; if (!I1e.RaiseEvent("\x4f\x6eClientB\x65\x66ore\x50\x61ne\x43\157\x6c\x6cap\x73\x65", {paneObj:I1e,goingToDock:goingToDock } )){return false; } this.O1e(I17); I1e.Oo(); this.l19=null; this.SaveState(); this.Log.Debug(["Sli\x64\x69ngZone\x2e\x43oll\x61psePane\x20\x44ONE\x20\x70an\x65Id[%\x64], zo\x6e\x65[%\x64]",I17,this.ID]); I1e.RaiseEvent("OnClien\x74\x50aneC\x6f\x6claps\x65d", {paneObj:I1e } ); return true; };RadSplitter_SlidingZone.prototype.Dispose= function (){ this.DisposeDomEventHandlers(); if (this.Ease){ this.Ease.Dispose(); }};RadSplitter_SlidingZone.prototype.HideTab= function (I17){ this.Log.Debug(["SlidingZ\x6f\x6ee.Hi\x64\x65Tab\x20\160\x61\x6eeID\x5b\045\x64\135\x2c\x20zo\x6ee[%d]",I17,this.ID]); var o1f=this.GetTabContainer(I17); if (o1f==null)return; o1f.style.display="\x6eone"; };RadSplitter_SlidingZone.prototype.ShowTab= function (I17){ this.Log.Debug(["Slidi\x6e\x67Zone.\x53\x68owTa\x62\040\x70\x61neI\x44\133%d\x5d, zo\x6e\x65[%\x64\135",I17,this.ID]); var o1f=this.GetTabContainer(I17); if (o1f==null)return; o1f.style.display=""; };RadSplitter_SlidingZone.prototype.IsTabDisplayed= function (I17){var o1f=this.GetTabContainer(I17); if (o1f==null)return false; return (o1f.style.display!="none"); };RadSplitter_SlidingZone.prototype.PaneTab_OnMouseOver= function (e){e=(e)?e:window.event; window.clearTimeout(this.i10); var O1f=RadControlsNamespace.DomEvent.GetTarget(e); var I17=this.l1f(O1f); if (!I17)return; if (I17==this.l10){return; } this.Log.Debug(["\x53liding\x5a\x6fne.P\x61\x6eeT\x61b_OnMou\x73\x65Ov\x65\x72 p\x61ne [%d\x5d, zone\x5b%d]",I17,this.ID]); this.l10=I17; if (!this.i18){if (this.l19!=null){if (!this.CollapsePane(this.l19)){return; } ; } this.ExpandPane(I17); }};RadSplitter_SlidingZone.prototype.PaneTab_OnMouseOut= function (e){if (this.i18)return; e=(e)?e:window.event; var O1f=RadControlsNamespace.DomEvent.GetTarget(e); var I17=this.l1f(O1f); if (!I17)return; var self=this ; var O10= function (){self.l10=null; self.CollapsePane(I17); };this.i10=window.setTimeout(O10,100); };RadSplitter_SlidingZone.prototype.PaneTab_OnMouseDown= function (e){ this.Log.Debug(["\x53lidingZone\x2e\x50aneT\x61\x62_O\x6e\x4dous\x65\104\x6f\x77n\x20zone[%\x64]",this.ID]); if (!this.i18)return; e=(e)?e:window.event; var i1f=RadControlsNamespace.DomEvent.GetTarget(e); this.Log.Debug(["S\x6c\x69dingZon\x65\x2ePan\x65\x54ab_\x4f\156M\x6f\x75seD\x6f\167\x6e\040\x67ot ta\x72\147e\x74 elem\x65\156t\x20[%d]",i1f.id]); var I17=this.l1f(i1f); this.Log.Debug(["SlidingZone.\x50\141n\x65\x54ab_\x4f\x6eMou\x73\x65Dow\x6e\040\x66ound p\x61neId[%\x64\135",I17]); if (this.l19==I17){ this.CollapsePane(I17); }else {if (this.l19){if (!this.CollapsePane(this.l19))return; } this.ExpandPane(I17); }};RadSplitter_SlidingZone.prototype.IsLeftDirection= function (e){return (this.I18==RadSplitterNamespace.RAD_SPLITTER_SLIDE_DIRECTION.Left);};RadSplitter_SlidingZone.prototype.l1f= function (O1a){while (O1a && O1a.tagName!="D\x49\x56"){O1a=O1a.parentNode; }if (!O1a || O1a.id.indexOf("RAD_SLIDIN\x47\x5fPANE\x5f\x54AB\x5f")==-1)return ""; return O1a.id.substr("\x52AD_SLIDI\x4e\x47_PA\x4e\x45_TA\x42\x5f" .length); };RadSplitter_SlidingZone.prototype.i19= function (){if (typeof(window[this.i17])=="undefined" || !window[this.i17].Inited){var self=this ; var I1f= function (){self.i19(); };window.setTimeout(I1f,10); }else { this.Init(); }};RadSplitter_SlidingZone.prototype.O1b= function (W){if (this.o1c)return true; this.Log.Debug(["SlidingZon\x65.handle\x42\x65for\x65\120\x61\x72ent\x50\141n\x65Resiz\x65d delt\x61\133%\x64] zon\x65\111D\x5b%d]",W.delta,this.ID]); var delta=W.delta; if (this.Iv){var o1g=this.GetPaneById(this.Iv); if (!o1g.IsResizable())return false; if (!this.I4.IsVertical())return true; var O1g=this.Ow(); var minWidth=O1g+o1g.GetMinWidth(); var maxWidth=O1g+o1g.GetMaxWidth(); var l1g=o1g.ly; var newWidth=l1g+delta; if (newWidth>maxWidth || newWidth<minWidth){return false; }return o1g.RaiseEvent("\x4fnClientB\x65\x66ore\x50\x61neR\x65\163i\x7a\145", {paneObj:o1g,delta:delta } ); }return true; };RadSplitter_SlidingZone.prototype.Ow= function (){var I11=this.GetTabsContainer(); return this.box.GetOuterWidth(I11); };RadSplitter_SlidingZone.prototype.I1a= function (W){if (this.o1c)return; this.Log.Debug(["SlidingZone\x2ehandleP\x61\x72en\x74\x50ane\x52\145\x73\x69ze\x64 zone\x49D[%d]\x2e\040\x44ocked\x20\160a\x6ee[%d\x5d",this.ID,this.Iv]); if (!this.Iv)return; var o1g=this.GetPaneById(this.Iv); if (!o1g.IsResizable())return false; var l1g=o1g.ly; var i1g=W.newWidth-W.oldWidth; var newWidth=l1g+i1g; var I1g=o1g.I14; var o1h=W.newHeight-W.oldHeight; var newHeight=I1g+o1h; o1g.iy(newWidth,newHeight); var oldWidth=o1g.GetWidth(); var oldHeight=W.oldHeight; var newHeight=W.newHeight; o1g.SetWidth(newWidth); o1g.RaiseEvent("O\x6e\x43lientPa\x6e\x65Res\x69\x7aed", {paneObj:o1g,oldWidth:oldWidth,newWidth:o1g.GetWidth(),oldHeight:oldHeight,newHeight:newHeight } ); };RadSplitter_SlidingZone.prototype.i1b= function (W){ this.Log.Debug(["\x53liding\x5a\x6fne.h\x61\x6edle\x53\x70lit\x74\x65rR\x65\x73iz\x65d zon\x65\111\x44\133%\x64]",this.ID]); if (this.l19){ this.CollapsePane(this.l19); }};RadSplitter_SlidingZone.prototype.handleWindowResized= function (){ this.Log.Debug(["Slid\x69\x6egZone\x2e\x68andl\x65WindowRe\x73\151z\x65\x64 z\x6fneID[%\x64]",this.ID]); if (this.l19){ this.CollapsePane(this.l19); }};RadSplitter_SlidingZone.prototype.O1e= function (I17){var o1f=this.GetTabContainer(I17); if (o1f==null)return false; o1f.className="p\x61\x6eeTabCo\x6e\x74ain\x65\x72"; };RadSplitter_SlidingZone.prototype.O1d= function (I17){var o1f=this.GetTabContainer(I17); if (o1f==null)return false; o1f.className="p\x61\x6eeTabCo\x6e\x74ain\x65\x72Doc\x6b\145d"; };RadSplitter_SlidingZone.prototype.i1e= function (I17){var o1f=this.GetTabContainer(I17); if (o1f==null)return false; o1f.className="\x70aneTabCon\x74\x61iner\x45\x78pa\x6e\x64ed"; };;if (typeof window.RadControlsNamespace=="undef\x69\x6e\145\x64"){window.RadControlsNamespace= {} ; }RadControlsNamespace.Ticker= function (H){ this.Listener=H; this.IntervalPointer=null; };RadControlsNamespace.Ticker.prototype= {Configure:function (D){ this.Duration=D.Duration; this.Interval=16; } ,Start:function (){clearInterval(this.IntervalPointer); this.TimeElapsed=0; var L=this ; var i2k= function (){L.Tick(); };this.Tick(); this.IntervalPointer=setInterval(i2k,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; }}};;