Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
crdate : 2008/03/06
by : Loredana Zeca
in : Tutorial
Here you can find out how to configure an advanced pager for renderlet:LISTER
If you want to show an advanced pager for the renderlet:LISTER, you must then specify some important information.
Into the XML file, you must specify:
Example:
<pager>
<template
path="EXT:ameos_t3con07/res/templates/test-lister.html"
subpart="###mylisterpager###" />
<rows perpage="2" />
<window>2</window>
</pager>
Into the HTML file, you must create the following subparts, if you need it:
Finally, you will get this:
The entire code is available here: