﻿Type.registerNamespace("Telerik.Web.UI");
Telerik.Web.UI.PaneBeforeDockEventArgs=function(){
Telerik.Web.UI.PaneBeforeDockEventArgs.initializeBase(this);
};
Telerik.Web.UI.PaneBeforeDockEventArgs.prototype={};
Telerik.Web.UI.PaneBeforeDockEventArgs.registerClass("Telerik.Web.UI.PaneBeforeDockEventArgs",Sys.CancelEventArgs);
Telerik.Web.UI.PaneDockedEventArgs=function(){
Telerik.Web.UI.PaneDockedEventArgs.initializeBase(this);
};
Telerik.Web.UI.PaneDockedEventArgs.prototype={};
Telerik.Web.UI.PaneDockedEventArgs.registerClass("Telerik.Web.UI.PaneDockedEventArgs",Sys.EventArgs);
Telerik.Web.UI.PaneBeforeUndockEventArgs=function(){
Telerik.Web.UI.PaneBeforeUndockEventArgs.initializeBase(this);
};
Telerik.Web.UI.PaneBeforeUndockEventArgs.prototype={};
Telerik.Web.UI.PaneBeforeUndockEventArgs.registerClass("Telerik.Web.UI.PaneBeforeUndockEventArgs",Sys.CancelEventArgs);
Telerik.Web.UI.PaneUndockedEventArgs=function(){
Telerik.Web.UI.PaneUndockedEventArgs.initializeBase(this);
};
Telerik.Web.UI.PaneUndockedEventArgs.prototype={};
Telerik.Web.UI.PaneUndockedEventArgs.registerClass("Telerik.Web.UI.PaneUndockedEventArgs",Sys.EventArgs);
Telerik.Web.UI.RadSlidingPane=function(_1){
Telerik.Web.UI.RadSlidingPane.initializeBase(this,[_1]);
this._title="";
this._enableResize=true;
this._enableDock=true;
this._parentPane=null;
this._resizeBarSize=4;
this._slideBorderSize=0;
this._isExpanded=false;
this._isDocked=false;
this._width=150;
this._height=150;
this._minWidth=60;
this._minHeight=60;
};
Telerik.Web.UI.RadSlidingPane.prototype={initialize:function(){
Telerik.Web.UI.RadSlidingPane.callBaseMethod(this,"initialize");
this.get_parent()._addPane(this);
var _2=this.getTabContainer();
$addHandlers(_2,{"mousedown":this.get_parent()._paneTab_OnMouseDown,"mouseover":this.get_parent()._paneTab_OnMouseOver,"mouseout":this.get_parent()._paneTab_OnMouseOut},this.get_parent());
var _3=this.get_element();
$addHandlers(_3,{"mouseover":this._slidingContainer_OnMouseOver,"mouseout":this._slidingContainer_OnMouseOut},this);
var _4=this.getSlidingPaneResizeContainer();
$addHandlers(_4,{"mouseover":this._resizeSlidePane_OnMouseOver,"mouseout":this._resizeSlidePane_OnMouseOut,"mousedown":this._resizeSlidePane_OnMouseDown},this);
var _5=this.getDockIconElement();
$addHandlers(_5,{"mouseover":this._dockElement_OnMouseOver,"mouseout":this._dockElement_OnMouseOut,"mousedown":this._dockElement_OnMouseDown},this);
var _6=this.getUndockIconElement();
$addHandlers(_6,{"mouseover":this._undockElement_OnMouseOver,"mouseout":this._undockElement_OnMouseOut,"mousedown":this._undockElement_OnMouseDown},this);
var _7=this.getCollapseIconElement();
$addHandlers(_7,{"mouseover":this._collapseElement_OnMouseOver,"mouseout":this._collapseElement_OnMouseOut,"mousedown":this._collapseElement_OnMouseDown},this);
if(Sys.Browser.agent!=Sys.Browser.InternetExplorer&&this.get_parent()._isHorizontalSlide()){
var _8=this._getTitleContainerElement();
if(_8!=null){
_8.style.lineHeight=1;
_8.innerHTML=this._title.split("").join("<br/>");
}
}
this.updateClientState();
},dispose:function(){
var _9=this.getTabContainer();
$clearHandlers(_9);
var _a=this.get_element();
$clearHandlers(_a);
var _b=this.getSlidingPaneResizeContainer();
$clearHandlers(_b);
var _c=this.getDockIconElement();
$clearHandlers(_c);
var _d=this.getUndockIconElement();
$clearHandlers(_d);
var _e=this.getCollapseIconElement();
$clearHandlers(_e);
Telerik.Web.UI.RadSlidingPane.callBaseMethod(this,"dispose");
},get_EnableResize:function(){
return this._enableResize;
},set_EnableResize:function(_f){
this._enableResize=_f;
this.updateClientState();
},get_EnableDock:function(){
return this._enableDock;
},set_EnableDock:function(_10){
this._enableDock=_10;
this.updateClientState();
},set_Title:function(_11){
this._title=_11;
this.updateClientState();
},get_Title:function(){
return this._title;
},get_Expanded:function(){
return this._isExpanded;
},get_Docked:function(){
return this._isDocked;
},get_parentPane:function(){
return this._parentPane;
},set_parentPane:function(_12){
this._parentPane=_12;
},add_Docked:function(_13){
this.get_events().addHandler("Docked",_13);
},remove_Docked:function(_14){
this.get_events().removeHandler("Docked",_14);
},add_Undocked:function(_15){
this.get_events().addHandler("Undocked",_15);
},remove_Undocked:function(_16){
this.get_events().removeHandler("Undocked",_16);
},add_BeforeDock:function(_17){
this.get_events().addHandler("BeforeDock",_17);
},remove_BeforeDock:function(_18){
this.get_events().removeHandler("BeforeDock",_18);
},add_BeforeUndock:function(_19){
this.get_events().addHandler("BeforeUndock",_19);
},remove_BeforeUndock:function(_1a){
this.get_events().removeHandler("BeforePaneUndocked",_1a);
},getContentContainer:function(){
return $get("RAD_SLIDING_PANE_CONTENT_"+this.get_id());
},getContent:function(){
var _1b=this.getContentContainer();
return _1b.innerHTML;
},setContent:function(_1c){
var _1d=this.getContentContainer();
_1d.innerHTML=_1c;
},getDockIconElement:function(){
return $get("RAD_SPLITTER_SLIDING_PANE_DOCK_"+this.get_id());
},getUndockIconElement:function(){
return $get("RAD_SPLITTER_SLIDING_PANE_UNDOCK_"+this.get_id());
},getCollapseIconElement:function(){
return $get("RAD_SPLITTER_SLIDING_PANE_COLLAPSE_"+this.get_id());
},getSlidingContainerTitle:function(){
return $get("RAD_SPLITTER_SLIDING_TITLE_"+this.get_id());
},getSlidingPaneResizeContainer:function(){
return $get("RAD_SPLITTER_SLIDING_ZONE_RESIZE_"+this.get_id());
},getTabContainer:function(){
return $get("RAD_SLIDING_PANE_TAB_"+this.get_id());
},hideTab:function(){
var _1e=this.getTabContainer();
if(_1e==null){
return;
}
_1e.style.display="none";
},showTab:function(){
var _1f=this.getTabContainer();
if(_1f==null){
return;
}
_1f.style.display="";
},isTabDisplayed:function(){
var _20=this.getTabContainer();
if(_20==null){
return false;
}
return (_20.style.display!="none");
},_setTabDefaultState:function(){
var _21=this.getTabContainer();
if(_21==null){
return false;
}
_21.className="paneTabContainer";
},_setTabDockedState:function(){
var _22=this.getTabContainer();
if(_22==null){
return false;
}
_22.className="paneTabContainerDocked";
},_setTabExpandedState:function(){
var _23=this.getTabContainer();
if(_23==null){
return false;
}
_23.className="paneTabContainerExpanded";
},_resizeSlidePane_OnMouseOver:function(e){
var _25=this.getSlidingPaneResizeContainer();
_25.className=(this.get_parent()._isHorizontalSlide())?"slideContainerResizeOver":"slideContainerResizeOverHorizontal";
},_resizeSlidePane_OnMouseOut:function(e){
var _27=this.getSlidingPaneResizeContainer();
_27.className=(this.get_parent()._isHorizontalSlide())?"slideContainerResize":"slideContainerResizeHorizontal";
},_resizeSlidePane_OnMouseDown:function(e){
e.preventDefault();
e.stopPropagation();
var _29=this.get_parent()._isHorizontalSlide();
this._maxDecreaseDelta=(_29)?this.get_Width()-this.get_MinWidth():this.get_Height()-this.get_MinHeight();
var _2a=(_29)?this.get_MaxWidth()-this.get_Width():this.get_MaxHeight()-this.get_Height();
var _2b=this.get_parentPane();
var _2c=_2b._getAvailIncreaseDelta();
var _2d=this.get_splitter()._getAvailDecreaseDelta(_2b._indexInPanes,Telerik.Web.UI.SplitterDirection.Forward);
var _2e=Math.min(_2d,_2c);
var _2f=this.get_parent().get_DockedPaneId();
if(_2f!=null){
var _30=this.get_parent().getPaneById(_2f);
_2e+=(_29)?_30.get_Width():_30.get_Height();
}
_2e-=(_29)?this.get_Width():this.get_Height();
this._maxIncreaseDelta=Math.min(_2a,_2e);
if(this.get_parent().isLeftDirection()||this.get_parent().isTopDirection()){
var t=this._maxIncreaseDelta;
this._maxIncreaseDelta=this._maxDecreaseDelta;
this._maxDecreaseDelta=t;
}
var _32=this.getSlidingPaneResizeContainer();
var pos=window.Telerik.Web.UI.Screen.GetElementPosition(_32);
this._mouseStartX=e.clientX;
this._mouseStartY=e.clientY;
this._mousefinalX=e.clientX-pos.x;
this._mousefinalY=e.clientY-pos.y;
this._handlerStartLeftPos=pos.x;
this._handlerStartTopPos=pos.y;
this.currentDelta=0;
this._mouseUpResizeHandler=Function.createDelegate(this,this._resizeSlidePane_OnMouseUp);
this._mouseMoveResizeHandler=Function.createDelegate(this,this._resizeSlidePane_OnMouseMove);
$addHandler(document,"mouseup",this._mouseUpResizeHandler);
$addHandler(document,"mousemove",this._mouseMoveResizeHandler);
this._resizeMode=true;
return false;
},_resizeSlidePane_OnMouseUp:function(e){
e.preventDefault();
e.stopPropagation();
var _35=this.get_parent()._isHorizontalSlide();
$removeHandler(document,"mouseup",this._mouseUpResizeHandler);
$removeHandler(document,"mousemove",this._mouseMoveResizeHandler);
this._resizeMode=false;
if(this._helperBar){
this._helperBar.parentNode.removeChild(this._helperBar);
this._helperBar=null;
}
if(this.get_parent().isLeftDirection()||this.get_parent().isTopDirection()){
this._currentDelta*=-1;
}
if(!this.get_Expanded()){
return false;
}
if(this._currentDelta!=0){
var _36=new Telerik.Web.UI.PaneBeforeResizeEventArgs(this._currentDelta);
this.raiseEvent("BeforeResize",_36);
if(!_36.get_cancel()){
var _37=null;
var _38=null;
if(_35){
_37=this._slidingContainerWidth+this._currentDelta;
}else{
_38=this._slidingContainerHeight+this._currentDelta;
}
this._setSlidingContainerSize(_37,_38);
if(this.get_parent().isLeftDirection()){
var _39=this.get_element();
var _3a=parseInt(_39.style.left);
_39.style.left=_3a-this._currentDelta+"px";
}
if(this.get_parent().isTopDirection()){
var _39=this.get_element();
var _3b=parseInt(_39.style.top);
_39.style.top=_3b-this._currentDelta+"px";
}
var _3c=this.get_Width();
var _3d=this.get_Height();
if(_35){
this.set_Width(_37);
}else{
this.set_Height(_38);
}
this.raiseEvent("Resized",new Telerik.Web.UI.PaneResizedEventArgs(_3c,_3d));
this._callRadResize();
}
}
return false;
},_resizeSlidePane_OnMouseMove:function(e){
e.preventDefault();
e.stopPropagation();
var _3f=this.get_parent()._isHorizontalSlide();
this._resizeMode=true;
var _40=150;
if(!this._helperBar){
var _41=document.createElement("TABLE");
_41.className=this.get_splitter().getContainerElement().className;
_41.style.borderCollapse="separate";
_41.cellSpacing=_40;
_41.cellPadding=0;
_41.style.borderWidth="0px";
_41.style.background="";
var _42=document.createElement("TBODY");
_41.appendChild(_42);
var TR=document.createElement("TR");
_42.appendChild(TR);
var TD=document.createElement("TD");
TR.appendChild(TD);
var _45=document.createElement("DIV");
_45.className="helperBarSlideDrag";
TD.appendChild(_45);
_41.style.position="absolute";
_41.style.left=this._handlerStartLeftPos-_40+"px";
_41.style.top=this._handlerStartTopPos-_40+"px";
this._helperBar=document.body.insertBefore(_41,document.body.firstChild);
if(_3f){
Telerik.Web.UI.Box.SetOuterHeight(_45,this.get_parent().get_parent().get_Height());
Telerik.Web.UI.Box.SetOuterWidth(_45,3);
}else{
Telerik.Web.UI.Box.SetOuterWidth(_45,this.get_parent().get_parent().get_Width());
Telerik.Web.UI.Box.SetOuterHeight(_45,3);
}
this._helperBarDecoration=_45;
}
var _46=(_3f)?e.clientX-this._mouseStartX:e.clientY-this._mouseStartY;
var _47=false;
if(_46<((-1)*this._maxDecreaseDelta)){
_47=true;
_46=this._maxDecreaseDelta*(-1);
}
if(_46>this._maxIncreaseDelta){
_47=true;
_46=this._maxIncreaseDelta;
}
if(this._resizeStep>0){
_46-=_46%this._resizeStep;
}
this._helperBarDecoration.className=(_3f)?"helperBarSlideDrag":"helperBarSlideDragHorizontal";
var _48=(_3f)?"w-resize":"n-resize";
this._helperBarDecoration.style.cursor=_48;
if(_3f){
this._helperBar.style.left=this._handlerStartLeftPos+_46-_40+"px";
}else{
this._helperBar.style.top=this._handlerStartTopPos+_46-_40+"px";
}
this._helperBar.style.zIndex=this.get_element().style.zIndex+1;
this._helperBar.style.cursor=_48;
this._currentDelta=_46;
if(_47){
if(this._helperBarDecoration){
this._helperBarDecoration.className="helperBarSlideError";
}
}
return false;
},_slidingContainer_OnMouseOut:function(e){
if(this.get_Docked()){
return;
}
if(this._resizeMode){
return;
}
if(!this.get_Expanded()){
return;
}
if(this._isMouseInPaneRectangle(e)){
return;
}
var _4a=this;
var f=function(){
_4a.get_parent()._paneTabInMover=null;
_4a.get_parent().collapsePane(_4a.get_id());
};
window.clearTimeout(this.get_parent()._paneTabMoutTimeout);
this.get_parent()._paneTabMoutTimeout=window.setTimeout(f,1000);
},_slidingContainer_OnMouseOver:function(e){
if(this.get_Docked()){
return;
}
if(this._resizeMode){
return;
}
window.clearTimeout(this.get_parent()._paneTabMoutTimeout);
},_dockElement_OnMouseDown:function(e){
if(e.button&&e.button!=1){
return true;
}
if(!this.get_Expanded()){
return;
}
if(!this.get_parent().collapsePane(this.get_id(),true)){
return;
}
this.get_parent().dockPane(this.get_id());
this.getDockIconElement().className="slideHeaderIcon";
},_dockElement_OnMouseOver:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getDockIconElement().className="slideHeaderIconOver";
},_dockElement_OnMouseOut:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getDockIconElement().className="slideHeaderIcon";
},_undockElement_OnMouseDown:function(e){
if(e.button&&e.button!=1){
return true;
}
if(!this.get_Docked()){
return;
}
this.get_parent().undockPane(this.get_id());
},_undockElement_OnMouseOver:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getUndockIconElement().className="slideHeaderIconOver";
},_undockElement_OnMouseOut:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getUndockIconElement().className="slideHeaderIcon";
},_collapseElement_OnMouseDown:function(e){
if(e.button&&e.button!=1){
return true;
}
if(!this.get_Expanded()){
return;
}
this.get_parent()._paneTabInMover=null;
this.get_parent().collapsePane(this.get_id());
},_collapseElement_OnMouseOver:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getCollapseIconElement().className="slideHeaderIconOver";
},_collapseElement_OnMouseOut:function(e){
if(e.button&&e.button!=1){
return true;
}
this.getCollapseIconElement().className="slideHeaderIcon";
},_callRadResize:function(){
Telerik.Web.UI.CallRadResize(this.getContentContainer());
},_callRadShow:function(){
Telerik.Web.UI.CallRadShow(this.getContentContainer());
},_expandSlidingContainer:function(_56){
var _57=this.get_element();
var _58=_57.parentNode;
var _59=this.get_parent().getTabsContainer();
var _5a=_57.offsetWidth;
var _5b=_57.offsetHeight;
var _5c=Telerik.Web.UI.Screen.GetElementPosition(this.get_parent().get_element());
var _5d=this._slideBorderSize;
var _5e=(this.get_EnableResize()&&((Sys.Browser.agent==Sys.Browser.InternetExplorer&&Sys.Browser.version==7)||Sys.Browser.agent==Sys.Browser.Firefox))?this._resizeBarSize+1:1;
var _5f=0;
var _60=0;
if(this.get_parent()._dockedPaneId){
var _61=this.get_parent().getPaneById(this.get_parent()._dockedPaneId);
if(_61.Index<this.Index){
_5f=Telerik.Web.UI.Box.GetOuterHeight(this.get_parent().get_element());
}
}
_58.style.position="absolute";
_58.style.overflow="hidden";
var _62=_5c.y;
if(this.get_parent().isBottomDirection()){
_62+=_59.offsetHeight;
}else{
if(this.get_parent().isTopDirection()){
_62-=_5b+_5e;
if(this.get_parent()._dockedPaneId){
_62+=this.get_parent().getPaneById(this.get_parent()._dockedPaneId).get_Height();
}
}
}
_58.style.top=_62+"px";
var _63=Telerik.Web.UI.Screen.GetElementPosition(_58);
if(_63.y!=_62){
_58.style.top=_62-_5d-(_63.y-_62)+"px";
}else{
_58.style.top=_62-_5d+"px";
}
if(this.get_parent().isLeftDirection()){
var _64=0;
var _65=Telerik.Web.UI.Screen.GetElementPosition(_59);
_58.style.left=_65.x+_5e+"px";
var _63=Telerik.Web.UI.Screen.GetElementPosition(_58);
if(_63.x!=_65.x){
_64=_63.x-_65.x;
}
var _66=_65.x-_64;
_58.style.left=_66-_5a+"px";
}
if(Sys.Browser.agent==Sys.Browser.Firefox){
this.contentOverflow=this.getContentContainer().style.overflow;
this.contentOverflowX=this.getContentContainer().style.overflowX;
this.contentOverflowY=this.getContentContainer().style.overflowY;
this.getContentContainer().style.overflow="hidden";
}
var _67=0;
var _68=0;
if(this.get_parent().isRightDirection()){
_67=-1*(_57.offsetWidth+_5e);
}
if(this.get_parent().isLeftDirection()){
_67=_57.offsetWidth+_5e;
}
if(this.get_parent().isBottomDirection()){
_68=-1*(_57.offsetHeight+_5e);
}
if(this.get_parent().isTopDirection()){
_68=_57.offsetHeight+_5e;
}
_57.style.left=_67+"px";
_57.style.top=_68+"px";
_58.style.width=_57.offsetWidth+_5e+"px";
_58.style.height=_57.offsetHeight+_5e+"px";
var fps=24;
this._animation=new $TWA.MoveAnimation(_57,this.get_parent()._slideDuration/1000,fps,_60,_5f,false,"px");
this._animation.stop();
this._animation.play();
var _6a=this;
this._animation.onEnd=function(){
_58.style.overflow="visible";
if(Sys.Browser.agent==Sys.Browser.Firefox){
_6a.getContentContainer().style.overflow=_6a.contentOverflow;
_6a.getContentContainer().style.overflowX=_6a.contentOverflowX;
_6a.getContentContainer().style.overflowY=_6a.contentOverflowY;
}
_6a.raiseEvent("Expanded",new Telerik.Web.UI.PaneExpandedEventArgs());
_6a._callRadShow();
};
},_collapseSlidingContainer:function(){
this._hideSlidingContainer();
try{
this._animation.stop();
}
catch(e){
}
this.raiseEvent("Collapsed",new Telerik.Web.UI.PaneCollapsedEventArgs());
},_setSlidingContainerSize:function(_6b,_6c){
var _6d=this.get_element();
var _6e=this.getContentContainer();
var _6f=this.getSlidingContainerTitle();
if(_6b==null){
_6b=(this.get_parent()._isHorizontalSlide())?this.get_Width():this.get_parent().get_parent().get_Width();
}
if(_6c==null){
_6c=(this.get_parent()._isVerticalSlide())?this.get_Height():this.get_parent().get_parent().get_Height();
}
var _70=10;
var _71=66;
var _72=_6b-_71-_70;
_72=Math.max(0,_72);
Telerik.Web.UI.Box.SetOuterWidth(_6f,_72);
Telerik.Web.UI.Box.SetOuterWidth(_6e,_6b);
Telerik.Web.UI.Box.SetOuterWidth(_6d,_6b);
Telerik.Web.UI.Box.SetOuterWidth(_6d.parentNode,_6b);
this._slidingContainerWidth=_6b;
var _73=Telerik.Web.UI.Box.GetOuterHeight(_6f);
Telerik.Web.UI.Box.SetOuterHeight(_6f,_73);
Telerik.Web.UI.Box.SetOuterHeight(_6d,_6c-this._slideBorderSize);
Telerik.Web.UI.Box.SetOuterHeight(_6d.parentNode,_6c-_73-this._slideBorderSize);
Telerik.Web.UI.Box.SetOuterHeight(_6e,_6c-_73-this._slideBorderSize);
this._slidingContainerHeight=_6c;
},_showSlidingContainer:function(){
var _74=this.get_element();
_74.style.display="";
_74.parentNode.style.display="";
},_hideSlidingContainer:function(){
var _75=this.get_element();
_75.style.display="none";
_75.style.top="";
_75.style.left="";
_75.parentNode.style.display="none";
_75.parentNode.style.top="";
_75.parentNode.style.left="";
},_dockSlidingContainer:function(){
var _76=this.get_element();
_76.style.position="static";
_76.parentNode.style.position="";
_76.firstChild.className="slideContainerDocked";
},_unDockSlidingContainer:function(){
var _77=this.get_element();
_77.style.position="absolute";
_77.parentNode.style.position="absolute";
_77.parentNode.style.top="";
_77.parentNode.style.left="";
_77.firstChild.className="slideContainer";
},_setSlidingContainerResizable:function(_78){
var _79=this.getSlidingPaneResizeContainer();
_79.style.display=(_78)?"":"none";
},_setSlidingContainerDockable:function(_7a){
this.getDockIconElement().style.display=(_7a)?"":"none";
},_setIconsExpandedState:function(){
this._hideAllIcons();
this._setSlidingContainerDockable(this.get_EnableDock());
this.getCollapseIconElement().style.display="";
this.getDockIconElement().className="slideHeaderIcon";
this.getCollapseIconElement().className="slideHeaderIcon";
},_setIconsDockedState:function(){
this._hideAllIcons();
this.getUndockIconElement().style.display="";
this.getUndockIconElement().className="slideHeaderIcon";
},_hideAllIcons:function(){
this.getDockIconElement().style.display="none";
this.getUndockIconElement().style.display="none";
this.getCollapseIconElement().style.display="none";
},_getTitleContainerElement:function(){
return $get("RAD_SLIDING_PANE_TEXT_"+this.get_id());
},_dock:function(){
this._setIconsDockedState();
this._setSlidingContainerResizable(false);
this._dockSlidingContainer();
this._showSlidingContainer();
this._setSlidingContainerSize();
this.get_element().parentNode.style.width=this.get_Width()+"px";
this._callRadShow();
this._isExpanded=false;
this._isDocked=true;
},_undock:function(){
this._isExpanded=false;
this._isDocked=false;
this._hideSlidingContainer();
},_expand:function(){
this._unDockSlidingContainer();
if(document.documentElement){
var _7b=document.documentElement.style.overflowX;
document.documentElement.style.overflowX="hidden";
}
this._showSlidingContainer();
this._setSlidingContainerSize();
this._setSlidingContainerResizable(this.get_EnableResize());
this._setIconsExpandedState();
this._expandSlidingContainer(this.get_Width());
if(document.documentElement){
document.documentElement.style.overflowX=_7b;
}
this._isExpanded=true;
this._isDocked=false;
},_collapse:function(){
this._isExpanded=false;
this._isDocked=false;
this._collapseSlidingContainer();
},_isMouseInPaneRectangle:function(e){
var _7d=this.get_element();
var _7e=Telerik.Web.UI.Box.GetOuterWidth(_7d);
var _7f=Telerik.Web.UI.Box.GetOuterHeight(_7d);
var pos=Telerik.Web.UI.Screen.GetElementPosition(_7d);
var _81=pos.x;
var _82=pos.y;
var _83=e.clientX;
var _84=e.clientY;
if(_83==-1||_84==-1){
return true;
}
var _85=(_81<=_83&&(_81+_7e)>=_83&&_82<=_84&&(_82+_7f)>=_84);
return _85;
},saveClientState:function(){
var _86={};
var _87=["Width","Height","Title","EnableResize","MinWidth","MaxWidth","MinHeight","MaxHeight","EnableDock"];
for(var i=0;i<_87.length;i++){
_86[_87[i]]=this["get_"+_87[i]]();
}
return Sys.Serialization.JavaScriptSerializer.serialize(_86);
}};
Telerik.Web.UI.RadSlidingPane.registerClass("Telerik.Web.UI.RadSlidingPane",Telerik.Web.UI.SplitterPaneBase);


if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();