From d932a44fd42c39167a9b2b053fed9e7206ffb02c Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 15 Dec 2002 23:55:16 +0000 Subject: [PATCH] small clarification git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1410 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index aaa27af..1251db9 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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) -- 2.30.2