controlNav
Version: Pro
controlNav
type: Boolean
default: true
Enables control navigation. This option only works if mode option is set to "slider" or "scroller".
Example:
var myEvoSlider = $("#mySlider").evoSlider({
mode: "slider",
controlNav: true
});