|
|
..API function dm_ext_changeItem that allows you to specify 8 dropdown menu parameters in an array..
Return to Recent Questions
Q:
What I meant was that there is an API function dm_ext_changeItem that
allows you to specify 8 dropdown menu parameters in an array. What if I only want to
change one of them like the link for example? What do I specify in my
function call to leave the other 7 parameters unchanged? Do I specify
the existing values? Or, can I just put in a comma with no parameter?
That would be a lot easier. Thank you.
A:
You should specify only dropdown menu parameters you want to change.
You should just put a commas with no parameters, for example:
dm_ext_changeItem(0, 0, 1, ["Deluxe Menu Info", "", "", "", "Deluxe Menu Hint",,"1"]);
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 30, 2006 - Does your html menu dropdown have the ability to have small text boxes on it?
- Dec 31, 2006 - I only want one sub-menu to have multi-columns in html dropdown menu.
- Jan 01, 2007 - Could you please help me with an alignnment issue with my css dropdown menu?
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
- Jan 19, 2007 - Is there a way I can include pull down menu code parameters in a Janarate file?
- Feb 04, 2007 - On my web site when I run the dropdown menu javascript I get an Errors on page
- March 28, 2007 - What the options of CSS parameters in the html mouseover menu?
|