Bug #66070
closed
Configure anchor for pagination widget
Added by Bernhard Kraft over 9 years ago.
Updated about 6 years ago.
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.
- 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
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
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
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 ...
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.
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
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
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
- Assignee set to Bernhard Kraft
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF