Mercurial > p > roundup > code
diff doc/customizing.txt @ 3649:12633662ff63
include the popcal in Date field editing and search fields by default
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Aug 2006 05:42:51 +0000 |
| parents | d1b38bde7d5a |
| children | 3a19d31be628 |
line wrap: on
line diff
--- a/doc/customizing.txt Mon Aug 07 07:21:38 2006 +0000 +++ b/doc/customizing.txt Wed Aug 09 05:42:51 2006 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.199 $ +:Version: $Revision: 1.200 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -2051,6 +2051,10 @@ format string argument as supplied to the ``pretty`` method below. + popcal (Date properties only) + Include the Javascript-based popup calendar for date + selection. Defaults to on. + stext only on String properties - render the value of the property as StructuredText (requires the StructureText module to be installed separately)
