wijmo.gallery.wijgallery Namespace > options type : showThumbnailCaptions Option |
Default value: false
Determines whether to show captions for the thumbnails in the gallery.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijgallery("option", "showThumbnailCaptions"); // Set value var newValue; // Type: boolean $(".selector").wijgallery("option", "showThumbnailCaptions", newValue); }); |
Javascript (Specification) | |
---|---|
var showThumbnailCaptions : boolean; |
$("#element").wijgallery( { showThumbnailCaptions: true } );