Bootstrap 3 Dynamic Paging Generator Support Product Page

Answered

Detail page navigation

Asked 10 Oct 2017 20:18:53
1
has this question
10 Oct 2017 20:18:53 David Woolley posted:
Is it possible to create a detail page navigation with first, next, previous, last links? Master page contains a list of filtered records, then URL parameter links to a detail page for each record.

Not sure how to do this as there is no repeat region as such. How would it know which is the next record? With the State Management extension, one usually links to query > page > offset > first, next, previous or last, in HTML5 data bindings after setting the URL parameter. Maybe set up a paged query with limit = 1.
Any suggestions?

Replies

Replied 12 Oct 2017 15:23:09
12 Oct 2017 15:23:09 Teodor Kuduschiev replied:
Hello David,
Previous and Next functionality is only available on a page with a detail region on it. It cannot be used on a separate page.
What you probably need is filtering a paged query by an URL parameter and just put next/prev buttons there.

Reply to this topic