comparison doc/customizing.txt @ 3647:d4112ddfc0bb

doc fixes
author Richard Jones <richard@users.sourceforge.net>
date Mon, 07 Aug 2006 07:15:05 +0000
parents c9e7b66628ad
children d1b38bde7d5a
comparison
equal deleted inserted replaced
3646:3a9a6b98c6e6 3647:d4112ddfc0bb
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.197 $ 5 :Version: $Revision: 1.198 $
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::
2084 in the standard ``strftime`` call (see the `Python Library 2084 in the standard ``strftime`` call (see the `Python Library
2085 Reference: time module`__) 2085 Reference: time module`__)
2086 popcal Generate a link to a popup calendar which may be used to 2086 popcal Generate a link to a popup calendar which may be used to
2087 edit the date field, for example:: 2087 edit the date field, for example::
2088 2088
2089 <span tal:replace="structure context/due/popcal" />
2090
2091 you still need to include the ``field`` for the property, so
2092 typically you'd have:
2093
2094 <span tal:replace="structure context/due/field" />
2089 <span tal:replace="structure context/due/popcal" /> 2095 <span tal:replace="structure context/due/popcal" />
2090 2096
2091 menu only on Link and Multilink properties - render a form select 2097 menu only on Link and Multilink properties - render a form select
2092 list for this property. Takes a number of optional arguments 2098 list for this property. Takes a number of optional arguments
2093 2099

Roundup Issue Tracker: http://roundup-tracker.org/