Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Dec 13 22:20:10 2002 +0000 +++ b/doc/customizing.txt Sun Dec 15 23:55:16 2002 +0000 @@ -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 @@ 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)
