Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3293:8897483a9f8b
doc tweak
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Apr 2005 02:40:57 +0000 |
| parents | 8c7b522dc934 |
| children | 7bc1e9c42a26 |
comparison
equal
deleted
inserted
replaced
| 3292:8c7b522dc934 | 3293:8897483a9f8b |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.180 $ | 5 :Version: $Revision: 1.181 $ |
| 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:: |
| 1212 - Attach newly created items to a multilink property of the | 1212 - Attach newly created items to a multilink property of the |
| 1213 current item. | 1213 current item. |
| 1214 - Remove items from a multilink property of the current item. | 1214 - Remove items from a multilink property of the current item. |
| 1215 - Specify that some properties are required for the edit | 1215 - Specify that some properties are required for the edit |
| 1216 operation to be successful. | 1216 operation to be successful. |
| 1217 | |
| 1218 These operations will only take place if the form action (the | |
| 1219 ``@action`` variable) is "edit" or "new". | |
| 1217 | 1220 |
| 1218 In the following, <bracketed> values are variable, "@" may be | 1221 In the following, <bracketed> values are variable, "@" may be |
| 1219 either ":" or "@", and other text "required" is fixed. | 1222 either ":" or "@", and other text "required" is fixed. |
| 1220 | 1223 |
| 1221 Most properties are specified as form variables: | 1224 Most properties are specified as form variables: |
