Wijmo UI for the Web
height Option

Default value: 'auto'

The height of the dialog.

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

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.