Hi, having used DTML-tree in the past, I was wondering whether there is something similar (and as easy to use) in ZPT. Preferably something that is useable without having to use frames... -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
On Thu, Jul 18, 2002 at 01:41:49AM +0200, Reinoud van Leeuwen wrote:
having used DTML-tree in the past, I was wondering whether there is something similar (and as easy to use) in ZPT. Preferably something that is useable without having to use frames...
It's no dtml-tree, but since I normally only used it for sitemapping (and it could be confusing or otherwise surprising), I've replaced it with the following: http://www.zope.org/Members/mwr/python_zpt_sitemap -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
Reinoud van Leeuwen wrote:
having used DTML-tree in the past, I was wondering whether there is something similar (and as easy to use) in ZPT. Preferably something that is useable without having to use frames...
The zpt_examples.zexp in Products/PageTemplates/examples includes a demonstration of tree-building in ZPTs. Cheers, Evan @ 4-am
Reinoud van Leeuwen writes:
having used DTML-tree in the past, I was wondering whether there is something similar (and as easy to use) in ZPT. Preferably something that is useable without having to use frames... Look at the "Tree" class in "ZTUtils".
The ZPT examples show you, how to use it... Dieter
participants (4)
-
Dieter Maurer -
Evan Simpson -
Mike Renfro -
Reinoud van Leeuwen