Mercurial > p > roundup > code
diff doc/customizing.txt @ 2883:1ca5ebe9b16a
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 07 Nov 2004 21:43:50 +0000 |
| parents | 0357a9c93933 |
| children | 0998d1b48182 |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Nov 06 15:06:59 2004 +0000 +++ b/doc/customizing.txt Sun Nov 07 21:43:50 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.149 $ +:Version: $Revision: 1.150 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1848,6 +1848,12 @@ format (eg. "yesterday") menu only on Link and Multilink properties - render a form select list for this property +sorted only on Multilink properties - produce a list of the linked + items sorted by some property, for example:: + + python:context.files.sorted('creation') + + Will list the files by upload date. reverse only on Multilink properties - produce a list of the linked items in reverse order isset returns True if the property has been set to a value
