[TYPO3-mvc] cooluri and extbase/fluid news paginator
Domi
djgarms at gmail.com
Wed Nov 9 04:13:07 CET 2011
Hi Henjo,
> You shouldn't have the %40 sign there.
But I do have it...This is my List.html template:
<f:widget.paginate objects="{news}" as="paginatedNews"
configuration="{itemsPerPage: 2, insertAbove: 0, insertBelow: 1}">
<f:for each="{paginatedNews}" as="newsItem">
<f:cycle values="{0: 'odd', 1: 'even'}" as="oddEven">
<f:render partial="List/Item" arguments="{newsItem: newsItem,
settings:settings, className:className, view:'list', oddEven:oddEven}"/>
</f:cycle>
</f:for>
</f:widget.paginate>
Do you have any idea?
Thanks for your time, Cheers Dominic
More information about the TYPO3-project-typo3v4mvc
mailing list