showDirectionText


Version: Pro

showDirectionText

type: Boolean

default: false

Displays the text of directional control. Directional text can setting up via the prevText and nextText option.

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    showDirectionText: false
});