Bug #66070
closedConfigure anchor for pagination widget
100%
Description
It should be possible to add an "anchor" configuration setting to the pagination widget so the links generated by the pagination widget have an anchor (section) appended to the link. The "widget.link" viewHelper already supports this.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Bernhard Kraft over 9 years ago
Another feature for the pagination widget would be a way by which one can add additional parameters to the generated links. In a current project I implemented a searchAction whose results were paginated. But the pagination widget didn't know about the parameters it had to add to every URI so the search would still yield the same result set on every browsed page ...
I know it is possible to let the pagination widget add either GET or POST parameters. But a form generated with <f:form> contains quite a number of "ugly" _referer parameters - as long as those just get POSTed I have no probelm with them. But I wouldn't want to get them into my GET url ...
Updated by Bernhard Kraft over 9 years ago
And I know I can have my own fluid template for a paginate widget - but it isn't (easily?) possible to pass parameters from the <f:widget.paginate> call to the tempalte finally being responsible for rendering the stuff.
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38272
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Applied in changeset 13872f882181ebd1d0994a01634315f258cb271c.