fluid_paginate.patch
| Classes/ViewHelpers/Widget/PaginateViewHelper.php (working copy) | ||
|---|---|---|
| 26 | 26 |
* = Examples = |
| 27 | 27 |
* |
| 28 | 28 |
* <code> |
| 29 |
* <f:widget.paginate itemsPerPage="10" objects="{blogs}" as="paginatedBlogs">
|
|
| 29 |
* <f:widget.paginate configuration="{itemsPerPage:10,insertAbove:TRUE,insertBelow:TRUE}" objects="{blogs}" as="paginatedBlogs">
|
|
| 30 | 30 |
* // use {paginatedBlogs} as you used {blogs} before, most certainly inside
|
| 31 | 31 |
* // a <f:for> loop. |
| 32 | 32 |
* </f:widget.paginate> |