|
|
For the dhtml tree that I purchased, can I choose what menus will be expanded or collapsed?
Return to Recent Questions
Q:
For the dhtml tree that I purchased, can I choose what menus
will be expanded or collapsed when the user first comes to the webpage for
the first time?
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:
|