Wijmo UI for the Web
autoPlay Option

Default value: false

Determines whether pages are automatically displayed in order.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijlightbox("option", "autoPlay");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijlightbox("option", "autoPlay", newValue);
        
});
Javascript (Specification) 
var autoPlay : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.