Wijmo UI for the Web
showCaption Option
wijmo.gallery.wijgallery Namespace > options type : showCaption Option

Default value: true

Determines whether the caption of items should be shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijgallery("option", "showCaption");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijgallery("option", "showCaption", newValue);
        
});
var showCaption : boolean;
Example
$("#element").wijgallery( { showCaption: true } );
See Also

Reference

options type
wijgallery jQuery Widget