[Zope] Tree and batching.
Dieter Maurer
dieter@handshake.de
Mon, 26 Mar 2001 22:34:29 +0200 (CEST)
ghaley@mail.venaca.com writes:
> is it impossible, e.g., due to an inherent incompatibility for tree and
> batch to coexist?
It is not impossible but it will not be easy:
* you will need to extend the state information
currently, it codes which parts of the tree are unfolded.
You will also need to code where the a branch starts
* navigation interface may be a bit tricky
you probably will need similar features as has "in":
"branch-start", "branch-end", "branch-length",...
All code is located in "TreeDisplay.TreeTag".
Dieter