Search found 3 matches

by Sairento
Thu Jul 28, 2005 2:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tree menu > start in expanded state
Replies: 9
Views: 6579

Been trying something similar, the code below uses the treemenu mod to have all options in a submenu open if one of it's fellow options has been selected previously.

function keepOpen(menuName) {
// Keep collapsible menu open
// Currently does this by re-opening the same menu that was closed ...
by Sairento
Tue Jul 26, 2005 5:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Treemenu > Disable menu collapse ?
Replies: 2
Views: 2446

Ruth wrote:Hi,

Are you saying you don't want them to ever be able to close a menu once they open it?

Ruth
Yep!, even though this might sound strange thats whats the client wants.
The menu should only close once a menu option from another menu is selected.
by Sairento
Tue Jul 26, 2005 3:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Treemenu > Disable menu collapse ?
Replies: 2
Views: 2446

Treemenu > Disable menu collapse ?

I'm using the treemenu mod and everything is working fine, however when after a user expands a menu I don't want them to be able to close it again by clicking the menu heading.

How would I go about doing this ?