[Zope] Tree questions

David Ascher da@ski.org
Mon, 19 Apr 1999 17:06:48 -0700 (Pacific Daylight Time)


> > 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.  

I figured out the last part:

<!--#tree branches_expr="objectValues(['Folder'])"-->
 <!--#unless hidden-->
  <A HREF="<!--#var tree-item-url-->">        
    <!--#var title_or_id-->
  </A>
 <!--#/unless-->
<!--#/tree-->