| 
       
          
                     I want tree view menu to be in expande state mode. Also, same goes for all the other menus depending which link I click.
       
      Return to Recent Questions
 
  
Q:
I want tree view menu to be in expande state mode, how can I do 
this? Also, same goes for all the other menus depending which link I click.
  
A:
 
You can try to to call the following function/functions to expand/highlight items, for example:
  
<script> 
dtreet_ext_expandItem (dtreet_ext_getItemIDByIndex (0, 0), 1); 
dtreet_ext_setPressedItem (0, dtreet_ext_getItemIDByIndex (0, 1)); 
</script>
  
See more info about API functions here: 
http://www.deluxe-tree.com/functions-info.html
  
Example: 
Return to Recent Questions
           Related: 
         
         - Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
 - Sep 06, 2006 - Can't see my javascript vertical tree menu in FireFox.
 - Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
 - Sep 25, 2006 - My menu icons are not appearing in the preview, or when I launch  deluxe-menu.html
 - Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
 - Oct 06, 2006 - Where I can find data.js file for tree javascript menu?
 - Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
 - Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
 - Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
 - Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
 - Feb 01, 2007 - Is it possible to accomplish the following functionalities with your web tree menu
           
               
   |