Navigation for a site I have in progress uses dtml-tree to build it's left index. The left index display, as designed, will include tree's derived from several objects (call them A, B, and C). The particular objects and the number of objects will vary depending where the user is in the site. dtml-tree is limited to a single tree per page, presumably because it uses a cookie to store the expansion state. So, the question is, how to implement this scheme. My current thought is to create a Product which wraps the various objects to be displayed and implements tpValues and the like for the collection. dtml-tree applied to an instance of the Product would have the properties I want (or so I believe). A search for an existing product of this sort has turned up nothing. Anyone have pointers to a product or experience trying to do this? -dra
On Die, 2002-07-02 at 15:34, Dennis Allison wrote: [ dtml-tree for multiple objects ] have a look at dtml-forest tag: http://www.zope.org/Members/anlei/dtml-forest HTH, Igor -- ScanPlus GmbH NOC Ulm - Germany - Griesbadgasse 7-13 - D 89073 Ulm TEL +49 731 920 13 100 - FAX +49 731 920 13 290 eMail: support@scan-plus.de Amtsgericht Ulm - HRB3220 - Geschaeftsfuehrer: Juergen Hoermann
participants (2)
-
Dennis Allison -
Igor Stroh