25 Feb
2000
25 Feb
'00
8:35 a.m.
Jeff Bauer wrote:
Andrew Lahser wrote:
There is already a "reverse" attribute, how would rsort differ from this?
Is there a reverse sort attribute for the dtml-in tag?
http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.8.html
The guide is mistaken. Just put in a reverse as a last argument in the in tag (as I'm sure you already know), like so (taking the example from the guide): <dtml-in employees sort=name reverse> Rik