Wijmo UI for the Web
showControlsOnHover Option

Default value: true

Determines whether to display the controls only when hovering the mouse to the video.

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

See Also

Reference

options type
wijvideo jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.