summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d02e6f4)
raw | patch | inline | side by side (parent: d02e6f4)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 15 Dec 2002 23:55:16 +0000 (23:55 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index aaa27af9b42e7e5c572906b6ffd831ebd6fa46d9..1251db9518f589a4aa12f1875b70b45026b922a3 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
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)