File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.67 $
5+ :Version: $Revision: 1.68 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1223,7 +1223,9 @@ There are several methods available on these wrapper objects:
12231223Method Description
12241224=========== =================================================================
12251225plain 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.
12271229stext only on String properties - render the value of the
12281230 property as StructuredText (requires the StructureText module
12291231 to be installed separately)
You can’t perform that action at this time.
0 commit comments