Mercurial > p > roundup > code
diff doc/customizing.txt @ 3294:90e711aa1be6 maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Apr 2005 02:44:38 +0000 |
| parents | 3b03f0981f4d |
| children | 9795ec63ff0f |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Apr 20 06:33:50 2005 +0000 +++ b/doc/customizing.txt Thu Apr 21 02:44:38 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.161.2.15 $ +:Version: $Revision: 1.161.2.16 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1213,6 +1213,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.
