Wijmo UI for the Web
player Option

Default value: ""

Determines the name of player to host the content. Possible values are: 'inline', 'iframe', 'img', 'swf', 'flv', 'wmp', 'qt', 'wijvideo'

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "player");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "player", newValue);
        
});
Javascript (Specification) 
var player : string;
Example
$("#id").wijlightbox({
     player: 'img'
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.