20 Apr
1999
20 Apr
'99
6:08 a.m.
I'd like to modify it so that the root of the tree is fixed (as in the help system), and so that only folders which do not have the 'hidden' property set are shown.
BTW. Another thing that doesn't work so well is that it doesn't keep it's state trought the levels. //johan carlsson
Try http://www.zope.org/Documentation/HowTo/DTML/treetag for possible ideas about always referencing a base Folder/object Karl Putland
However:
From the treetag howto;
<!--#var "meny1(PARENTS[-1],REQUEST)"--> works well with sublevels. //johan carlsson