Page 1 of 1

Treestyle Collapsing Menus

Posted: Fri 13. Aug 2004, 09:50
by Dharma
Hiya,

I'm looking for a script that will do a collapsing menu in the same manner as PHP WCMS. I've seen some tree menus, but they tend to remain uncollapsed onced you've clicked on it.

I'd like it to work in the same manner as PHP WCMS in that after u click on another link, the tree is compressed again.

Eg. Navigation may be

Index1
Index2


Clicking on Index1, menu becomes:

Index1
- child 1.1
- child 1.2
Index2

Clicking on index2, now the menu becomes
index1
Index2
- child 2.1
- child 2.2

Cheers for any help :)

Posted: Fri 13. Aug 2004, 19:01
by pSouper
why not use phpWCMS?

what language?

will this work?

Posted: Sat 14. Aug 2004, 07:29
by Ben
Not sure if this is the solution that you are looking for, but you may want to check out this: http://www.destroydrop.com/javascripts/tree/

Posted: Mon 16. Aug 2004, 23:49
by rk
Look for this hack. It would solve your problem i think :-)

http://www.phpwcms.de/forum/viewtopic.p ... navlistall

a cms w/ html export

Posted: Wed 18. Aug 2004, 22:26
by Ben
I'm not trying to take any "business" away from WCMS, but there is a nice little CMS called Etomite that allows you to export the website as html files. Here's the website: http://www.etomite.org. This may be a nice tool for you, since you are putting the website on a CD. The admin section of etomite is where I found the Destroy Drop javascript tree menu that I referenced above.