Welcome Guest Search | Active Topics | Sign In | Register

How to keep selected SlideMenu Item highlighted Options
Mikael Lehmann
Posted: Tuesday, June 9, 2009 4:01:20 AM
Rank: Member
Groups: Member

Joined: 6/17/2007
Posts: 17
I'm having problems with keeping a selected SlideMenu SubMenuItem highlighted. When I click a SubMenuItem I want the background color to stay dark grey. There's no problem with the MenuItems, only the SubMenu Items. Here's my code:

<eo:SlideMenu ID="SlideMenu1" runat="server" SaveStateCrossPages="True"
Width="100%" SlideEffectType="Fade" SlidePaneHeight="10">
<TopGroup>
<Items>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#CCCCCC;border-top-style:solid;border-top-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#CCCCCC;border-top-style:solid;border-top-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#CCCCCC;border-top-style:solid;border-top-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
Text-Html="Users">
<SubMenu>
<Items>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
NavigateUrl="~/Default1.aspx"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px;padding-top:1px;width:100%;"
SelectedHoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%; "
Text-Html="Add User" LeftIcon-Url="~/images/arrowbullet.gif"
SelectedExpandedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;">
</eo:MenuItem>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
NavigateUrl="~/Default2.aspx"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px;padding-top:1px;width:100%;"

SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
Text-Html="Search User" LeftIcon-Url="~/images/arrowbullet.gif"
SelectedExpandedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;">
</eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:tahoma;font-size:9px;font-weight:bold;height:22px;padding-left:8px;width:100%;"
Text-Html="HelpDesk">
<SubMenu>
<Items>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
NavigateUrl="~/Default3.aspx"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px;padding-top:1px;width:100%;"
SelectedHoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%; "
Text-Html="New Case" LeftIcon-Url="~/images/arrowbullet.gif"
SelectedExpandedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;">
</eo:MenuItem>
<eo:MenuItem HoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
NavigateUrl="~/Default4.aspx"
NormalStyle-CssText="border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px;padding-top:1px;width:100%;"
SelectedHoverStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;"
SelectedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%; "
Text-Html="Search Case" LeftIcon-Url="~/images/arrowbullet.gif"
SelectedExpandedStyle-CssText="background-color:#E5E5E5;border-bottom-color:#CCCCCC;border-bottom-style:solid;border-bottom-width:1px;color:#333333;cursor:hand;font-family:verdana; font-size:10px; height:22px;padding-left:11px; padding-top:1px;width:100%;">
</eo:MenuItem>
</Items>
</SubMenu>
</eo:MenuItem>
</Items>
</TopGroup>
</eo:SlideMenu>


Thanks
eo_support
Posted: Tuesday, June 9, 2009 7:48:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please set the slide menu's AutoSelectSource to NavigateUrl.

Thanks
Mikael Lehmann
Posted: Tuesday, June 9, 2009 7:53:24 AM
Rank: Member
Groups: Member

Joined: 6/17/2007
Posts: 17
Great!

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.