|
|
How can i create a print version for my pageCreating a new version for a page (for example a printer version or a plain text version) can be done using typenum. This way you don't need to create 2 separate pages but rather define a new rendering for the current page (using different css and settings) Here is an example how to do that:
printpage = PAGE
printpage {
typenum = 1
includeCSS.file = fileadmin/printpage.css
10 = TEMPLATE
10.template.file = fileadmin/printpage.html
10.workOnSubpart = DOCUMENT
10.marks.CONTENT < styles.content.get
}
General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |