wijmo.carousel.wijcarousel Namespace > options type : thumbnails Option |
Determines the thumbnails list for a pager when pagerType is "thumbnails".
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: object value = $(".selector").wijcarousel("option", "thumbnails"); // Set value var newValue; // Type: object $(".selector").wijcarousel("option", "thumbnails", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijcarousel( { thumbnails: [] } );