Hi everybody! I'm having a problem with the tree tag. I have a page where I want to show all postings of 7 Confera Topics. So far I can show the different trees of the Topics but the page raises an error message when I want to expand any of the trees. Therefore I want to show the page with the trees already expanded. But whatever I tried, the trees aren't shown expanded. I've tried the following commands: <!--#call "REQUEST.set('expand_all', 1)"--> <!--#call "REQUEST.set('expand-all', 1)"--> and I've tried to put expand-all or expand_all in the tree tag. But nothing worked. When I try to put expand-all in the tree tag, it says it's not a valid argument. Is there anyone who can tell me how to have the trees shown expanded? Thanks in advance Katrin
Katrin Kirchner wrote:
Is there anyone who can tell me how to have the trees shown expanded?
From the DTML reference ( http://www.zope.org/Documentation/DTML )
<a href="<dtml-var URL0>?expand_all=1">Expand tree</a> | <a href="<dtml-var URL0>?collapse_all=1">Collapse tree</a> so if you want to go to the page with the url expanded, just ad ?expand_all=1 to the URL. -- Ethan "mindlace" Fremen you cannot abdicate responsibility for your ideology.
At 23:15 24-10-99 , Ethan Fremen wrote:
Katrin Kirchner wrote:
Is there anyone who can tell me how to have the trees shown expanded?
From the DTML reference ( http://www.zope.org/Documentation/DTML )
<a href="<dtml-var URL0>?expand_all=1">Expand tree</a> | <a href="<dtml-var URL0>?collapse_all=1">Collapse tree</a>
so if you want to go to the page with the url expanded, just ad ?expand_all=1 to the URL.
Except that this broken for tree branches_expr="". This is a known bug, I believe it has been fixed in the CVS, -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | T: +31 35 7502100 F: +31 35 7502111 | mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ---------------------------------------------
participants (3)
-
Ethan Fremen -
Katrin Kirchner -
Martijn Pieters