I think it would be best if there were an option to choose a view or just input the class to use as a pager based off of the Cycle's API. For example, it is easy to manually designate a second view as a pager by inserting the into the Cycle arguments. Curently, I use a unformated list view with the cycle code, but it seems like your cycle plugin should be able to offer a UI for this.

-- CODE SAMPLE based on Cycle Demo

pager: '.slidenav .jcarousel',

pagerAnchorBuilder: function(idx, slide) {
// return selector string for existing anchor
return '.slidenav li:eq(' + idx + ') img';
},
---END CODE SAMPLE

Comments

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

You should be able to do this with the advanced options but I haven't tried doing that myself