Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript anything slider numbers to text Re: anything slider numbers to text

#78264
oneworld95
Member

Modify the included formatText() function to suit your need. Here’s an example that returns an image for each nav button:

Code:
function formatText(index, panel) {
return ““;
}

But you could have it return the index + your text/images and whatever you need to display in the nav button.