> How can I use 'prevNextClick' callback to be able to set the > 'pageAnchorBuilder' to enable highlight in the next batch item. > I cant see the possibility to pass the 'pageAnchorBuilder' to the > first item next batch.
prevNextClick is a callback function. When it is invoked you can so whatever you want, such as set a class on whatever element needs it. > Plan A: I group this to be able to control the batch item. But I'm > having a problem on creating an pagerAnchorBuilder that will > highlights the first item in the next batch. I don't think pagerAnchorBuilder needs to be involved at all. That's just a function that creates anchors. You need to use the event callbacks to control your desired highlighting (and perhaps you should also avoid assigning styles to the default 'activeSlide' class). > Plan B: I'm trying to create a list that will display the entire list > but I'm can't able to display the top five in a list and I cant > formulate logic using cycle. I don't understand Plan B at all. Mike