|
How would I use the drop down menu in javascript submenu to display itself for logged in person
Return to Recent Questions
Q:
How would I use the drop down menu in javascript 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 horizontal menu javascript?
- Jun 11, 2009 - Can I keep a submenu shown even when my mouse pointer is NOT over html mouseover
- Jul 05, 2009 - My popup menu code submenu is not display at the correct position with Firefox.
- Aug 08, 2009 - I want only one column of submenu in menu on web to be displayed, all other columns should be closed.
- Oct 26, 2009 - If I use Doctype the settings of the submenus in css menu tabs get lost.
- Nov 20, 2009 - Dhtml website navigation menu 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 javascript hover to be displayed horizontal instead of vertical?
- Jan 15, 2010 - Can I use an iframe tag inside of the drop down menu html code submenu instead of simple text?
- May 10, 2010 - If I use doctype the settings of the submenus in java script drop down menu get lost.
|