wijmo.gallery.wijgallery Namespace > options type : showCaption Option |
Default value: true
Determines whether the caption of items should be shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijgallery("option", "showCaption"); // Set value var newValue; // Type: boolean $(".selector").wijgallery("option", "showCaption", newValue); }); |
Javascript (Specification) | |
---|---|
var showCaption : boolean; |
$("#element").wijgallery( { showCaption: true } );