Wijmo UI for the Web
showMovieControls Option

Default value: false

Determines whether to turn on the movie controls in movie player.

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

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.