previous/next buttons

Denica Daceva asked on April 29, 2015 07:22

Hi, I have tabs layout web part with repeaters in it and I need to create previous/next buttons. Is there a macro expression for previous and next node, that can generate the href attribute? As in pager transformation we use "PreviousURL" and "NextURL". Thank you!

Recent Answers


Brenden Kehren answered on April 29, 2015 13:52

In the repeater itself there should be those transformations. If you're looking to move from one tab to another, probably easiest to create html buttons with ID's and use some JavaScript to handle the click events to move from one tab to another.

0 votesVote for this answer Mark as a Correct answer

Denica Daceva answered on April 29, 2015 15:12

The function of previous and next is to switch through neibour items. The Tab Layout doesn't have a pager itself or a place for transformation. So, a colligue of mine created a new tree out of the selected links with custom funnction for the buttons. Thank you for the support!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.