Mercurial > p > roundup > code
diff doc/customizing.txt @ 1328:b4d4770658c1
allow multiple :remove and :add elements per property being edited
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 11 Dec 2002 01:46:46 +0000 |
| parents | 3758a5af985f |
| children | 3b953be32cdc |
line wrap: on
line diff
--- a/doc/customizing.txt Wed Dec 11 01:03:38 2002 +0000 +++ b/doc/customizing.txt Wed Dec 11 01:46:46 2002 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.64 $ +:Version: $Revision: 1.65 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -731,6 +731,12 @@ the :note if it's supplied. :required=property,property,... The named properties are required to be filled in the form. + :remove:<propname>=id(s) + The ids will be removed from the multilink property. You may have multiple + :remove:<propname> form elements for a single <propname>. + :add:<propname>=id(s) + The ids will be added to the multilink property. You may have multiple + :add:<propname> form elements for a single <propname>. **new** Add a new item to the database. You may use the same special form elements
