I need to know if I can control disable property for the menu javascripts
Return to Recent Questions
Q:
I would like to purchase your menu system but I need to know if I can control disable property for the menu javascripts
A:
You can try to use the following function:
function dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
Shows/hides the item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0. See more info about indexes here.
visibility = true/false - visibility of the item.
More info you can find here:
http://deluxe-menu.com/functions-info.html
Return to Recent Questions
Related:
- Jan 30, 2007 - I have certain roll down menu items that I will need to disable at certain times.
- March 18, 2007 - Is there a template that allows me to have a standard windows tree control menu
- May 13, 2007 - How can I disable items in java drop down menu?
- June 01, 2007 - There is the possibility in the dhtml menu that an item has access control?
- June 22, 2007 - How do I disable the drop down menu hyperlink on the page?
- July 17, 2007 - I have a question, why sample 2 item in my horizontal dropdown menu is disable?
- Sep 29, 2007 - Is there any way to get around the ActiveX control warning every time I load css menu?
- Oct 14, 2007 - Is there any way to keep the cursor as default on disabled links of drop down menu example?
- Nov 09, 2007 - The property var showByClick=1; not work in click popup menu ???
- Mar 03, 2009 - How to get a custom onMouseOver and onMouseOut event to work on a javascript drop down menu item.
- Mar 06, 2009 - Do this easy drop down menu support Right to left property?
|