Mercurial > p > roundup > code
changeset 3293:8897483a9f8b
doc tweak
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Apr 2005 02:40:57 +0000 |
| parents | 8c7b522dc934 |
| children | a615cc230160 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Apr 21 02:16:27 2005 +0000 +++ b/doc/customizing.txt Thu Apr 21 02:40:57 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.180 $ +:Version: $Revision: 1.181 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1215,6 +1215,9 @@ - Specify that some properties are required for the edit operation to be successful. +These operations will only take place if the form action (the +``@action`` variable) is "edit" or "new". + In the following, <bracketed> values are variable, "@" may be either ":" or "@", and other text "required" is fixed.
