Alfresco community 4.2.c pagination

92 Views Asked by At

In our old project we're using Alfresco 4.2.c community version. There's a task page there, were you can use predefined filters to manage data you want to see. I was able to add some extra filters there, anyway another problem stands in my way. There's a paginator there, probably from YUI, which works by two parameters, maxCount and skipCount. Right now it's configured to show max 400 records on one page. I'm trying to add an option to display all records at once. Is anyone familiar enough with that system to even tell if it's possible? YUI framework is very hard to manage.

It seems like on every page or filter change it redirects you to ahref='#', a then a method reads the filter id and gives some extra parameters to the request. I can't find a way to maybe bind another button to reload the page in the same manner and just add another line to the request, which would make the paginator show all the records at one page.

0

There are 0 best solutions below