Code

small clarification
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 15 Dec 2002 23:55:16 +0000 (23:55 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 15 Dec 2002 23:55:16 +0000 (23:55 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1410 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index aaa27af9b42e7e5c572906b6ffd831ebd6fa46d9..1251db9518f589a4aa12f1875b70b45026b922a3 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.67 $
+:Version: $Revision: 1.68 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1223,7 +1223,9 @@ There are several methods available on these wrapper objects:
 Method      Description
 =========== =================================================================
 plain       render a "plain" representation of the property
-field       render a form edit field for the property
+field       render an appropriate form edit field for the property - for most
+            types this is a text entry box, but for Booleans it's a tri-state
+            yes/no/neither selection.
 stext       only on String properties - render the value of the
             property as StructuredText (requires the StructureText module
             to be installed separately)