Hi,
is it possible to remove "Display num" -text and drop-down menu (that has values 5,10,15,...)?
All I need is Prev, Next and page numbers. I have a page that shows only one record at a time from db.
is it possible to remove "Display num" -text and drop-down menu (that has values 5,10,15,...)?
All I need is Prev, Next and page numbers. I have a page that shows only one record at a time from db.
Hi juhannus,
It is possible but not easy. Pagination in ChronoConenctivity is a bit of a mess. I recently re-wrote the Pagination function for a client to get it working properly but haven't yet had time to test them in the latest release or pass the changes on to Max to see if he will include them in a future release.
Bob
It is possible but not easy. Pagination in ChronoConenctivity is a bit of a mess. I recently re-wrote the Pagination function for a client to get it working properly but haven't yet had time to test them in the latest release or pass the changes on to Max to see if he will include them in a future release.
Bob
Hi Bob,
ok, thanks. Please, let me know if there's something I can do to fix this problem.
b.r.
Juha
ok, thanks. Please, let me know if there's something I can do to fix this problem.
b.r.
Juha
Any help how to remove that drop down list would be apreciate. I can use easy or hard way, but need your assistance.
My problem is the pagination drop down isn't working, after selecting a number it returns blank contents. What action should I use to enable the drop down list?
The easiest way to hide the drop-down menu is to do it with css.
Add this to your stylesheet:
.limit { display: none }
About the drop-down not working, I've only know that there needs to be a form tag for the drop-down to work. I haven't done this myself so I don't know what the form's action needs to be or what else is needed.
Add this to your stylesheet:
.limit { display: none }
About the drop-down not working, I've only know that there needs to be a form tag for the drop-down to work. I haven't done this myself so I don't know what the form's action needs to be or what else is needed.
This topic is locked and no more replies can be posted.
