[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix A: DTML Reference
nobody@nowhere.com
nobody@nowhere.com
Wed, 14 Aug 2002 14:25:33 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixA.stx#3-172
---------------
You can control the tree tag by setting
these variables.
expand_all -- If this variable is true then the entire tree is
expanded.
collapse_all -- If this variable is true then the entire tree is
collapsed.
% Anonymous User - May 21, 2002 7:24 am:
Could someone please post an example for this. I really need to start with an expanded tree!
% Anonymous User - Aug. 14, 2002 2:25 pm:
<dtml-let expand_all="'true'">
<dtml-tree>
...
</dtml-tree>
</dtml-let>