jQuery.wijmo.wijgallery Namespace > options type : showCaption Field |
Default value: true
Determines whether the caption of items should be shown.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijgallery.options.showCaption; |
Javascript (Specification) | |
---|---|
var showCaption : boolean; |
$("#element").wijgallery( { showCaption: true } );