Wijmo UI for the Web
thumbsDisplay Option

Default value: 5

Determines how many thumbnails should be displayed.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijgallery("option", "thumbsDisplay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijgallery("option", "thumbsDisplay", newValue);
        
});
Javascript (Specification) 
var thumbsDisplay : number;
Example
$("#element").wijgallery( { thumbsDisplay: 6 } );
Browser Compatibility
7
5
5

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.