Welcome Guest Search | Active Topics | Sign In | Register

Select active item in the slidemenu Options
Gaylord Boekhoudt
Posted: Wednesday, May 6, 2009 11:53:23 AM
Rank: Newbie
Groups: Member

Joined: 5/6/2009
Posts: 2
Hi, I have the slidemenu in a masterpage. I want to keep the selected item in the slidemenu active.
How can I select a item in the slide menu other than SlideMenu1.Items[x].selected = true.
Can I select an item with the itemvalue property?
eo_support
Posted: Wednesday, May 6, 2009 12:07:31 PM
Rank: Administration
Groups: Administration

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

You will always need to get the menu item first, then set its Selected to true. SlideMenu1.Items[x] is just one way for you to get a menu item. You can use these method to get menu item(s):

http://doc.essentialobjects.com/library/1/eo.web.basenavigator.finditem.aspx
http://doc.essentialobjects.com/library/1/eo.web.basenavigator.searchitems_overloads.aspx

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.