|
How would I use the drop down javascript menu submenu to display itself for logged in person
Return to Recent Questions
Q:
How would I use the drop down javascript menu submenu feature to display itself only if a
person is logged in. such as if a person logged in then the member
area would expand, else it would always stay closed with only the
login username section showing?
A:
Unfortunately it is not possible. You can only add items depending on
the logged user.
You should use API functions:
see more info:
http://deluxe-menu.com/functions-info.html
For example, you can use:
function dtreet_ext_insertItem (menuInd, parentItemID, itemInd, itemParams)
function dtreet_ext_deleteItem (menuInd, itemID)
function dtreet_ext_showItem (itemID, visibility)
function dtreet_ext_expandItem (itemID, expand)
Return to Recent Questions
Related:
- March 31, 2009 - Is there any way can we display submenu items on mouse over in menus css?
- Jun 11, 2009 - Can I keep a submenu shown even when my mouse pointer is NOT over down navigation menu
- Jul 05, 2009 - My dhtml web menu submenu is not display at the correct position with Firefox.
- Aug 08, 2009 - I want only one column of submenu in javascript pulldown menu to be displayed, all other columns should be closed.
- Oct 26, 2009 - If I use Doctype the settings of the submenus in javascript popup code get lost.
- Nov 20, 2009 - Website design navigation won't mouseover and won't open the submenus and I have a javascript error...
- Nov 23, 2009 - How I can make submenu of my mouse button menu to be displayed horizontal instead of vertical?
- Jan 15, 2010 - Can I use an iframe tag inside of the down menu horizontal submenu instead of simple text?
- May 10, 2010 - If I use doctype the settings of the submenus in menu cross browser get lost.
|