Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Navigation between articles from detail View modes: 
User avatar
Certified Developer 10
Certified Developer 10
neuman-ncompany - 12/8/2010 1:45:41 PM
   
Navigation between articles from detail
Hi,
I need on article detail have navigation buttons to the next article and to the previous article. Does anybody have any experience with this ?

Thanks,

Premysl Neuman

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 12/13/2010 4:52:33 AM
   
RE:Navigation between articles from detail
Hi,

you can enable Paging in Properties of repeater webpart and set Page size to 1. This way only one article item with Next, Prev button will be displayed.

Unfortunately, adding navigation buttons into detail is not natively supported. You could eventually use repeater with custom query and specify query so it acquire actual document and also previous and next document (you can use NodeOrder field to recognize next and previous items) and use information (NodeGUID) from previous/next document to generate the link to it.

Best regards,
Ivana Tomanickova