Hi, Is there a way to know the last expanded branch of a dtml-tree? Tom.
Hi Tom !
Is there a way to know the last expanded branch of a dtml-tree?
This may be what you need: <dtml-if tree-item-expanded> <b> </dtml-if> <dtml-var name> <dtml-if tree-item-expanded> </b> </dtml-if> Greetings, Maik -- Open Source is "about being able to work together with people you've never met, on projects that are in a constant state of flux, on a time schedule that would cause a hummingbird's head to spin." Paul Ferris, http://www.linuxplanet.com/linuxplanet/opinions/1593/1/
tree-item-expanded gives only if the item is expanded, it doesn't gives the last expanded item (which should only be one; ie the last selected item) Tom. i Tom !
Is there a way to know the last expanded branch of a dtml-tree?
This may be what you need: <dtml-if tree-item-expanded> <b> </dtml-if> <dtml-var name> <dtml-if tree-item-expanded> </b> </dtml-if> Greetings, Maik
participants (2)
-
Maik Roeder -
Tom Deprez