customIndex
Version: Pro
customIndex
type: Array
default: []
Sets the custom index of the title bar (accordion) and bullets control (slider and scroller).
Example:
var myEvoSlider = $("#mySlider").evoSlider({
customIndex: ["a", "b", "c", "d", "e"]
});