Recent Questions
Q: I have a question regarding your java dropdown menu. I am evaluating them in order to assess their functionality.
My menu will often have many items, say 100 or so. I would like them to display horizontally, like a grid so they are all visible on one page. Also, they should run alphabetically down each column, then to the next column like a telephone book, not across.
Is this possible with your java dropdown menu?
A: Yes, it's possible, please see an example:
http://deluxe-menu.com/multicolumn-menu-sample.html
Q: Can I just have the date displayed without the time in the javascript popup calendar
A: You cannot hide time from the calendar templates.
But you can chose the output data format.
See more info:
http://www.calendardatepicker.com/parameters.html#param
calendarDatePicker.handlers( ['txt', 'txt', {type : 'date', format: '%d-%m-%Y'}] );
The result will be: 12-02-2009 Q: We are now working with Deluxe Menu and can't get our favorite template to link. It is the one you call animated-icons
The example you gave has no links, but when we try to add links to it (in the 2nd parameter of any menu item), NOTHING happens.
It's not a broken link, it just wont do ANYTHING.
A: See your menu parameters. Now you have:
var itemTarget="";
var statusString="string";
You should set this parameters:
var itemTarget="_self";
var statusString="link";
Q: Do you have an extremely simple example of modifying drop down menus with the JavaScript API?
A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>