|
|
How does an item on the dhtml navigation menus connect to pages?
Return to Recent Questions
Q:
How does an item on the dhtml navigation menus connect to pages?
Does it take the page's name automatically?
If I add a page, will the menu item show the new page?
If I remove a page, will the menu remove the item?
A:
> how does an item on the menu connect to pages?
You should create menu items in the Deluxe Tuner and specify link and target for each item, for example:
var menuItems = [
["Upcoming Trainings","http://domain.org/pub/upcoming-trainings", "", "", "", "_self", "", "", "", "", "", ],
["Conferences & Workshops","upcoming-workshops.html", "", "", "", "_blank", "", "", "", "", "", ],
["Continuing Ed","ceu.html", "", "", "", "main", "", "", "", "", "", ],
];
> does it take the page's name automatically?
> if I add a page, will the menu item show the new page?
> If I remove a page, will the menu remove the item?
No, you should do it manually in Deluxe Tuner (or any text editor).
Return to Recent Questions
Related:
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 03, 2006 - Do I have the ability to change colors for the menus and the sub menus in the cascade menu.
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Oct 22, 2006 - Why I now have double drag menus and how to correct?
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
|