Wijmo UI for the Web
height Option

Default value: 400

Determines the maximum height of the content.

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

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.