[Zope] can supress +/- sign in dtml-tree?
Dieter Maurer
dieter@handshake.de
Thu, 22 Aug 2002 22:30:02 +0200
Tom Germaine writes:
> I want to display a dtml-tree always expanded, with no controls
> visible for contracting (basically, an indented list of links). I set
> the tree to always expand via the following:
> <dtml-call "REQUEST.set('expand_all',_.int(1))">
> <dtml-tree avc branches_expr="objectValues(['Folder','DTML
> Document'])" sort=id> ..........
I would go for the tree support in ZTUtils. It gives you much
more control than "dtml-tree".
You should download the ZPT examples to learn how to use
this tree support.
Dieter