Is there a way to highlight the selected item in the dhtml treemenu of the current page..
Return to Recent Questions
Q:
Is there a way to highlight the selected item in the dhtml treemenu of the current page when the
link target is _self? Or pass in the selected item to the new page?
A:
You can set a pressed item using Javascript API:
function dtreet_ext_setPressedItem (menuInd, itemID)
Please, see here:
http://deluxe-tree.com/functions-info.html
You can also set
var tsaveState = 1;
More info you can find
http://deluxe-tree.com/data-samples/tree-menuxp-save-state.htm
To expand specific items you should use API function
function dtreet_ext_expandItem (itemID, expand)
Return to Recent Questions
Related:
- Sep 06, 2006 - The first item of the html drop down menu stays highlighted.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Dec 11, 2006 - How to add the new items to the dhtml vertical menu without using two data.js files?
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 22, 2006 - dhtml submenu doesn't appear over the Flash animation in IE...
- Feb 11, 2007 - Is it possible for the dhtml sliding menu to highlight selected item on the page?
- March 04, 2007 - For some reason all of the javascript dhtml menu items are squished together
- April 17, 2007 - How do I highlight main css flyout menu items when I selected a main category?
- May 02, 2007 - Is there any way can we display sublevel menu items on mouse over in dhtml tab menu
- May 04, 2007 - Is it possible to have the "parent" item of the dhtmlmenu be purely an image?
- May 18, 2007 - What I try to make is a menu dhtml with items having a border of only 1 px
|