jQuery.wijmo.wijcarousel Namespace > options type : nextBtnClass Field |
Determines the class of custom previous button. Includes the following sub-options "defaultClass", "hoverClass", "disableClass".
Javascript (Usage) | |
---|---|
var value; // Type: btn_class_option value = jQuery.wijmo.wijcarousel.options.nextBtnClass; |
Javascript (Specification) | |
---|---|
var nextBtnClass : btn_class_option; |
$("#element").wijcarousel( { nextBtnClass: {
}});