|
|
If there was a way to have the dhtml slide tree menu already expanded?
Return to Recent Questions
Q:
When I create a tree menu that can be expanded with the double
arrows. I was wonder if there was a way to have the dhtml slide tree menu already expanded
with I
open the page the menu is on instead of having to expanded every time.
A:
To expand items by default in Deluxe Tree you should add '+' symbol
before item text.
Foe example:
["+Deluxe Tree: XP Style","", "default.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", ],
["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],
["|Product Info","", "default.files/icon2_s.gif", "default.files/icon2_so.gif", "", "Product Info Tip", "", "", "", ],
["||What's New","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ],
["||Features","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ],
...
The following parameter expands all menu items by default:
var texpanded=1;
Return to Recent Questions
|