Recent Questions
Q: How does the SiteMap function work in java menu software? Does it automatically create tree-view from the domain registration (License Key Generator)? We want to generate SiteMap from our domain automatically and save it as HTML to be displayed on our homepage.
A: You can create Sitemap for your menu using java menu software.
Tools/Generate Google XML Sitemap
Tools/Generate Sitemap
> We want to generate SiteMap from our domain automatically and save it
> as HTML to be displayed on our homepage.
There is no such a feature in Deluxe Menus, you can create sitemap forthe menu only.
Q: I wanted to ask a question about your software, we just purchased the multi license for Deluxe flash dropdown menu. We were trying in many ways to control the width between the words
We were trying to control the width between Europe, North America, Latin America, Asia, Oceania, Africa
We wanted to set the width as 16% to make them all equal with a 100% width flash dropdown menu but it did not work out for us. We tried to do it with creating an Individual style in the Item Style for all the top links. Can you please advise how are we supposed to achieve that?
A: Unfortunately it is not possible to set now:
var menuWidth="100%";
var itemStyles = [
["itemWidth=16%"],
];
To set the exact width for all flash dropdown menu items you should set width in 'px'.
var menuWidth="798px";
var itemStyles = [
["itemWidth=133px"],
];
Q: What setting do I use for dmAJAXCount in my java menu navigation?
A: That variable sets the maximal number of submenus that will be loadedfrom server on your page.
Q: In javascriptcoding.
I have id of the submenu.
How can retrieve id of the parent menu?
A: You can try to use the following function
function dm_ext_getSubmenuParams (menuInd, submenuInd)
Returns submenu parameters in the array:
[submenu_id, items_count, parent_item_id, submenu_level, is_horizontal]
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
Using this function you can retrieve the parent_item_id.
More info see:
http://deluxe-menu.com/functions-info.html