Given the following tree tag: <!--#tree sort="title_or_id" branches_expr="objectValues(['Folder'])"--> <!--#unless hidden--> <A HREF="Code/<!--#var tree-item-url-->"> <!--#var title_or_id--> </A> <!--#/unless--> <!--#/tree--> How can one: 1) avoid the + showing up for folders which contain only hidden folders? 2) have the sort do a case-insensitive sort (one of my original questions still lives: 3) keep the tree always showing the entire hierarchy ) Thanks. --david
From: David Ascher <da@ski.org>
(one of my original questions still lives:
3) keep the tree always showing the entire hierarchy Thanks.
--david
Try http://www.zope.org/Documentation/HowTo/DTML/treetag for possible ideas about always referencing a base Folder/object Karl Putland
participants (2)
-
David Ascher -
Karl & Mel