Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3290:3b03f0981f4d | 3294:90e711aa1be6 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.161.2.15 $ | 5 :Version: $Revision: 1.161.2.16 $ |
| 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:: |
| 1210 - Attach newly created items to a multilink property of the | 1210 - Attach newly created items to a multilink property of the |
| 1211 current item. | 1211 current item. |
| 1212 - Remove items from a multilink property of the current item. | 1212 - Remove items from a multilink property of the current item. |
| 1213 - Specify that some properties are required for the edit | 1213 - Specify that some properties are required for the edit |
| 1214 operation to be successful. | 1214 operation to be successful. |
| 1215 | |
| 1216 These operations will only take place if the form action (the | |
| 1217 ``@action`` variable) is "edit" or "new". | |
| 1215 | 1218 |
| 1216 In the following, <bracketed> values are variable, "@" may be | 1219 In the following, <bracketed> values are variable, "@" may be |
| 1217 either ":" or "@", and other text "required" is fixed. | 1220 either ":" or "@", and other text "required" is fixed. |
| 1218 | 1221 |
| 1219 Most properties are specified as form variables: | 1222 Most properties are specified as form variables: |
