Wijmo UI for the Web
autoPlayMovies Option

Default value: true

Determines whether to turn on the autoplay option in movie player.

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

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.