dtml-tree: how to jump to specific node?
Hej, I have a dtml-tree where i want to jump to a specific node, i.e. open the tree down to where this node resides. Is there a simple way to achieve this? (And btw, is there a zope-newsgroup somewhere, i find handling mailing-lists rather complicated ;-) Thanks for all replies, stephan
Stephan Herschel writes:
I have a dtml-tree where i want to jump to a specific node, i.e. open the tree down to where this node resides. Is there a simple way to achieve this? It is possible, but I fear it is not simple....
You can use the "tree-e" namespace variable to open a tree node. Its value is an encodes sequence of ids describing the path to the node. You find the encoding/decoding functions in "Treedisplay.TreeTag": "encode_seq" and "decode_seq". Dieter
participants (2)
-
Dieter Maurer -
Stephan Herschel