Wijmo UI for the Web
showPager Option

Default value: false

Determines if the pager should be shown.

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

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.