20 Jul
2001
20 Jul
'01
7:44 p.m.
Benoit DOMINIAK writes:
I want to make a tree of my Folder but I want to hide some of them. In fact I just want to see them wich have a property called "titremenu". I've tryed :
<dtml-tree branches_expr="objectValues(['Folder']) and hasProperty('titremenu')"> Use "ZopeFind" instead of "objectValues". It allows to integrate the check into the selection.
"ZopeFind" is documented in the Zope Quick Reference. Dieter