[Zope] tree structure in zope

Dieter Maurer dieter@handshake.de
Sat, 10 Feb 2001 14:10:59 +0100 (CET)


jacintha menezes writes:
 >         Kindly may i know when a tree gets expanded in zope does it rebuild
 > from root
 > (starting position) or it gets rebuild from the place it gets expanded.
Usually, the hierarchy is simply there, the tree tag just displays part of it.

The table representing the tree is regenerated for each request
from scratch. Thus, the "branches" method (or "branches_expr")
is recalled for all visible tree nodes and not only
for the expanded node.



Dieter