Wijmo UI for the Web
auto Option

Default value: false

Allows pictures to be played automatically.

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

See Also

Reference

options type
wijcarousel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.