Wijmo UI for the Web
wijvideo jQuery Widget
Turn an HTML5 video tag into a fully functional video player utilizing jQuery UI theming.
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.video.wijvideo.options
     
    $(".selector").wijvideo(options);
});
Javascript (Specification) 
function wijvideo() : any;
Browser Compatibility
7
5
5
Options
 NameDescription
public OptionfullScreenButtonVisible

Default value: true

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

 
public Optionlocalization

Default value: null

Use the localization option in order to localize text which not depends on culture.

 
public OptionshowControlsOnHover

Default value: true

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

 
Top
Methods
 NameDescription
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodgetHeightGets the video height in pixel.  
public MethodgetWidthGets the video width in pixel.  
public MethodpausePause the video.  
public MethodplayPlay the video.  
public MethodsetHeightSets the video height in pixel.  
public MethodsetWidthSets the video width in pixel.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top

See Also

Widgets

Video

Reference

wijvideo jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.