Wijmo UI for the Web
display Option

Default value: 1

Determines how many images should be shown in the view area.

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

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.