comparison doc/customizing.txt @ 1335:b9b86428669a

small clarification
author Richard Jones <richard@users.sourceforge.net>
date Sun, 15 Dec 2002 23:55:16 +0000
parents 9371d34141bd
children aa7e4e8b14be
comparison
equal deleted inserted replaced
1334:9371d34141bd 1335:b9b86428669a
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.67 $ 5 :Version: $Revision: 1.68 $
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::
1221 1221
1222 =========== ================================================================= 1222 =========== =================================================================
1223 Method Description 1223 Method Description
1224 =========== ================================================================= 1224 =========== =================================================================
1225 plain render a "plain" representation of the property 1225 plain render a "plain" representation of the property
1226 field render a form edit field for the property 1226 field render an appropriate form edit field for the property - for most
1227 types this is a text entry box, but for Booleans it's a tri-state
1228 yes/no/neither selection.
1227 stext only on String properties - render the value of the 1229 stext only on String properties - render the value of the
1228 property as StructuredText (requires the StructureText module 1230 property as StructuredText (requires the StructureText module
1229 to be installed separately) 1231 to be installed separately)
1230 multiline only on String properties - render a multiline form edit 1232 multiline only on String properties - render a multiline form edit
1231 field for the property 1233 field for the property

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