[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - dtml-in.stx:1.7

Amos Latteier amos@zope.com
Tue, 11 Sep 2001 21:43:04 -0400


Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv27573

Modified Files:
	dtml-in.stx 
Log Message:
add documentation for sort_expr and reverse_expr

=== Zope/lib/python/Products/OFSP/help/dtml-in.stx 1.6 => 1.7 ===
     contain only alphanumeric characters and underscores (_).
 
+    sort_expr=expression -- Sorts the sequence by an attribute named
+    by the value of the expression. This allows you to sort on
+    different attributes.
+
+    reverse_expr=expression -- Reverses the sequence if the expression
+    evaluates to true. This allows you to selectively reverse the
+    sequence.
+
   Tag Variables
 
     Current Item Variables