|
|
Can I choose what dhtml tree menus will be expanded or collapsed when the user first comes to the webpage for the first time?
Return to Recent Questions
Q:
I am now running the newest version, all ok. A new client wants to have submenus open
For the left hand menu navigation that I purchased, can I choose what dhtml tree menus
will be expanded or collapsed when the user first comes to the webpage for
the first time?
For instance, right now, when the user first goes to the page ALL of the
menus are collapsed. If I wanted the first and third tree menus to be
expanded and the others to stay collapsed when a new user first went to the
page, how would I accomplish that?
Thank you very much for your help. on mouse rollover as well as on mouse click. Is this possible with tree menu in XP style?
A:
You can expand some items by default.
Add '+' sign before items text in that case:
["+Deluxe Tree: XP Style","", "deluxe-tree.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", "", ],
["|Home","testlink.htm", "deluxe-tree.files/icon1_s.gif", "deluxe-tree.files/icon1_so.gif", "", "Home Page Tip", "", "", "", "data-new.js", ],
"Deluxe Tree: XP Style" item will be expanded by default in that case.
Use var texpanded=1; parameter to expand all menu items by default.
Use function dtreet_ext_expandItem (itemID, expand) API function to expand the specific
menu items dynamically:
http://deluxe-tree.com/functions-info.html
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Feb 02, 2007 - The background images for dhtml drop down menus are missing in the browser
- Feb 26, 2007 - Does your dhtml treeview support right to left languages, like Hebrew?
- March 14, 2007 - I need to be able to either automatically wrap the line in the dhtml menu tree
- April 30, 2007 - Which license we should buy to use dhtml tree menu on CD?
- May 06, 2007 - Sub-menus appear away for the menu/ dhtml navigation bar.
- May 16, 2007 - How do I get the sub-menus to open in the 2nd frame in the dhtml menu frame?
- May 21, 2007 - How are the dhtml drop down menus affected if javascript is not enabled?
|