Wijmo UI for the Web
fullScreenButtonVisible Option

Default value: true

A value that indicates whether to show the full screen button.

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

See Also

Reference

options type
wijvideo jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.