Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3648:d1b38bde7d5a | 3649:12633662ff63 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.199 $ | 5 :Version: $Revision: 1.200 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 2048 | 2048 |
| 2049 format (Date properties only) | 2049 format (Date properties only) |
| 2050 Sets the format of the date in the field - uses the same | 2050 Sets the format of the date in the field - uses the same |
| 2051 format string argument as supplied to the ``pretty`` method | 2051 format string argument as supplied to the ``pretty`` method |
| 2052 below. | 2052 below. |
| 2053 | |
| 2054 popcal (Date properties only) | |
| 2055 Include the Javascript-based popup calendar for date | |
| 2056 selection. Defaults to on. | |
| 2053 | 2057 |
| 2054 stext only on String properties - render the value of the property | 2058 stext only on String properties - render the value of the property |
| 2055 as StructuredText (requires the StructureText module to be | 2059 as StructuredText (requires the StructureText module to be |
| 2056 installed separately) | 2060 installed separately) |
| 2057 multiline only on String properties - render a multiline form edit | 2061 multiline only on String properties - render a multiline form edit |
