Mercurial > p > roundup > code
comparison doc/FAQ.txt @ 7464:82bbb95e5690 issue2550923_computed_property
merge from tip into issue2550923_computed_property
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 00:10:32 -0400 |
| parents | 692242b3effd |
| children |
comparison
equal
deleted
inserted
replaced
| 7045:ca90f7270cd4 | 7464:82bbb95e5690 |
|---|---|
| 122 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 122 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 123 | 123 |
| 124 This is the template code that Roundup uses to display the various pages. | 124 This is the template code that Roundup uses to display the various pages. |
| 125 This is based upon the template markup language in Zope called, oddly | 125 This is based upon the template markup language in Zope called, oddly |
| 126 enough, "Zope Page Templates". There's documentation in the Roundup | 126 enough, "Zope Page Templates". There's documentation in the Roundup |
| 127 customisation_ documentation. For more information have a look at: | 127 reference_ documentation. For more information have a look at: |
| 128 | 128 |
| 129 https://zope.readthedocs.io/en/latest/zopebook/ZPT.html | 129 https://zope.readthedocs.io/en/latest/zopebook/ZPT.html |
| 130 | 130 |
| 131 specifically the chapter (10) on "Using Zope Page Templates" and the | 131 specifically the chapter (10) on "Using Zope Page Templates" and the |
| 132 chapter (13) on "Advanced Page Templates". (Note the link above is for | 132 chapter (13) on "Advanced Page Templates". (Note the link above is for |
| 182 I can see values in a multilink but not display the items | 182 I can see values in a multilink but not display the items |
| 183 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 183 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 184 | 184 |
| 185 Make sure that you have allowed the user to view the labelprop for the | 185 Make sure that you have allowed the user to view the labelprop for the |
| 186 multilink class. Look for the setlabelprop explanation in the Roundup | 186 multilink class. Look for the setlabelprop explanation in the Roundup |
| 187 customisation_ documentation. | 187 reference_ documentation. |
| 188 | 188 |
| 189 Using Roundup | 189 Using Roundup |
| 190 ------------- | 190 ------------- |
| 191 | 191 |
| 192 I got an error and I cannot reload it! | 192 I got an error and I cannot reload it! |
| 263 (If you don't see a header for a multilink or link property, look for | 263 (If you don't see a header for a multilink or link property, look for |
| 264 msg_header_property in the roundup docs. In some cases you have to | 264 msg_header_property in the roundup docs. In some cases you have to |
| 265 explicitly enable the header.) | 265 explicitly enable the header.) |
| 266 | 266 |
| 267 | 267 |
| 268 .. _`customisation`: customizing.html | 268 .. _`reference`: reference.html |
| 269 | 269 |
