There is the possibility in the dhtml menu that an item has access control?
Return to Recent Questions
Q:
There is the possibility in the menu that an item has access control,
that is is visible or not depending of the user?
A:
You can use Javascript API and write your own code.
See more info here:
http://deluxe-menu.com/functions-info.html
You can use
dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
to disable your items or
dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
to hide your items.
Return to Recent Questions
|