Mercurial > p > roundup > code
comparison doc/customizing.txt @ 2006:713340c26efe maint-0.6
doc tweaking
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 13 Feb 2004 01:11:34 +0000 |
| parents | fe15b8506d47 |
| children | 1d86402ce5e8 |
comparison
equal
deleted
inserted
replaced
| 2000:d48c00418f7b | 2006:713340c26efe |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.93.2.5 $ | 5 :Version: $Revision: 1.93.2.6 $ |
| 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:: |
| 1569 now only on Date properties - return the current date as a new | 1569 now only on Date properties - return the current date as a new |
| 1570 property | 1570 property |
| 1571 reldate only on Date properties - render the interval between the date | 1571 reldate only on Date properties - render the interval between the date |
| 1572 and now | 1572 and now |
| 1573 local only on Date properties - return this date as a new property | 1573 local only on Date properties - return this date as a new property |
| 1574 with some timezone offset | 1574 with some timezone offset, for example:: |
| 1575 | |
| 1576 python:context.creation.local(10) | |
| 1577 | |
| 1578 will render the date with a +10 hour offset. | |
| 1575 pretty only on Interval properties - render the interval in a pretty | 1579 pretty only on Interval properties - render the interval in a pretty |
| 1576 format (eg. "yesterday") | 1580 format (eg. "yesterday") |
| 1577 menu only on Link and Multilink properties - render a form select | 1581 menu only on Link and Multilink properties - render a form select |
| 1578 list for this property | 1582 list for this property |
| 1579 reverse only on Multilink properties - produce a list of the linked | 1583 reverse only on Multilink properties - produce a list of the linked |
