Dynamically disable menu items

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Queenan
Beginner
Beginner
Posts: 2
Joined: Wed Jul 30, 2003 3:48 pm
Location: USA - Stamford, CT
Contact:

Dynamically disable menu items

Post by Queenan »

Does the menu contain functionality to dynamically disable a menu item based on an asp variable?

We would like to display all menu items defined for the menu but some items should not have active links based on variables in or asp page.

Is this some thing that can be done?

Any help is greatly appreciated.
Thanks!
Mike -
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

There is a function available to dyamically change item properties, that should include the link property. This discussion thread goes into greater detail. It refers to changing a url dynamically. But it can be applied to various parameters of an item, text, type etc. So, you could probably use it to disable the link action.

There is also this discussion thread which may have something you can use.

Ruth
Post Reply