Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1327:7af3f0df307b | 1328:b4d4770658c1 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.64 $ | 5 :Version: $Revision: 1.65 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 729 Create a file and attach it to the current item's | 729 Create a file and attach it to the current item's |
| 730 "files" property. Attach the file to the message created from | 730 "files" property. Attach the file to the message created from |
| 731 the :note if it's supplied. | 731 the :note if it's supplied. |
| 732 :required=property,property,... | 732 :required=property,property,... |
| 733 The named properties are required to be filled in the form. | 733 The named properties are required to be filled in the form. |
| 734 :remove:<propname>=id(s) | |
| 735 The ids will be removed from the multilink property. You may have multiple | |
| 736 :remove:<propname> form elements for a single <propname>. | |
| 737 :add:<propname>=id(s) | |
| 738 The ids will be added to the multilink property. You may have multiple | |
| 739 :add:<propname> form elements for a single <propname>. | |
| 734 | 740 |
| 735 **new** | 741 **new** |
| 736 Add a new item to the database. You may use the same special form elements | 742 Add a new item to the database. You may use the same special form elements |
| 737 as in the "edit" action. | 743 as in the "edit" action. |
| 738 | 744 |
