jQuery.wijmo.wijgallery Namespace > options type : showThumbnailCaptions Field |
Default value: false
Determines whether to show captions for the thumbnails in the gallery.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijgallery.options.showThumbnailCaptions; |
Javascript (Specification) | |
---|---|
var showThumbnailCaptions : boolean; |
$("#element").wijgallery( { showThumbnailCaptions: true } );