Wijmo UI for the Web
showThumbnailCaptions Option

Default value: false

Determines whether to show captions for the thumbnails in the gallery.

Syntax
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;
Example
$("#element").wijgallery( { showThumbnailCaptions: true } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.