C# Class DotNetNuke.UI.Skins.Controls.LeftMenu

LeftMenu skinobject
Inheritance: SkinObjectBase
Show file Open project: ucdavis/caesdodnn

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ApplySkin ( ) : void
BuildPanelbar ( RadPanelItemCollection rootCollection ) : void
CheckPanelVisibility ( DotNetNuke.Entities.Tabs.TabInfo tab ) : bool
CheckShowOnlyCurrent ( int tabId, int parentId, int startingItemId, int iRootGroupId ) : bool
CheckShowPath ( int tabId, RadPanelItem panelItemToCheck, string pageName ) : void
CheckToExclude ( string tabName, Int32 tabId ) : bool
FillShowPathArray ( ArrayList &arrayShowPath, int selectedTabID, DotNetNuke.Entities.Tabs.TabController objTabController ) : void
GetShowOnlyCurrent ( DotNetNuke.Entities.Tabs.TabController objTabController, int &StartingItemId, int &iRootGroupId ) : void
SetItemProperties ( RadPanelItem currentPanelItem, int iLevel, int iItem, string pageName ) : void
SetPanelbarProperties ( ) : void
SetRootItemProperties ( RadPanelItem currentPanelItem, int iLevel, int iItem, string pageName ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void