Re[4]: Use Main Menu as a link?
2005/04/29 10:59
Viewed 26792 times
Replies: 1/8

Exactly, I want a section title with no submenu as a link.

Re[5]: Use Main Menu as a link?
2005/04/29 12:02
Viewed 30305 times
Replies: 1/7

Well, using the last version you should be able to simply include HTML code in the section title, like this:

new NavSection(menu, "<a href='/link/'>Section title</a>", []);

Note that I did pass an empty array; it doesn't work otherwise. (NavBar doesn't really like empty sections at this time...).

Hope this helps.

last
Re[6]: Use Main Menu as a link?
2005/04/29 16:37
Viewed 33641 times
Replies: 1/6

This helped a lot, but one last question - how do I disable the expand icon including visibility of the icon?

last
Google