comparison doc/customizing.txt @ 1436:2f6647cf5345

bugger, dropping support for "+" special char
author Richard Jones <richard@users.sourceforge.net>
date Mon, 17 Feb 2003 00:39:28 +0000
parents 8dc60d87ab42
children bbb1e5f8fc93
comparison
equal deleted inserted replaced
1435:a866491d04a7 1436:2f6647cf5345
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.73 $ 5 :Version: $Revision: 1.74 $
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::
1288 email only on String properties - render the value of the 1288 email only on String properties - render the value of the
1289 property as an obscured email address 1289 property as an obscured email address
1290 confirm only on Password properties - render a second form edit field for 1290 confirm only on Password properties - render a second form edit field for
1291 the property, used for confirmation that the user typed the 1291 the property, used for confirmation that the user typed the
1292 password correctly. Generates a field with name "name:confirm". 1292 password correctly. Generates a field with name "name:confirm".
1293 now only on Date properties - return the current date as a new property
1293 reldate only on Date properties - render the interval between the 1294 reldate only on Date properties - render the interval between the
1294 date and now 1295 date and now
1296 local only on Date properties - return this date as a new property with
1297 some timezone offset
1295 pretty only on Interval properties - render the interval in a 1298 pretty only on Interval properties - render the interval in a
1296 pretty format (eg. "yesterday") 1299 pretty format (eg. "yesterday")
1297 menu only on Link and Multilink properties - render a form select 1300 menu only on Link and Multilink properties - render a form select
1298 list for this property 1301 list for this property
1299 reverse only on Multilink properties - produce a list of the linked 1302 reverse only on Multilink properties - produce a list of the linked

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