Wijmo UI for the Web
height Option
wijmo.dialog.wijdialog Namespace > options type : height Option

Default value: 'auto'

The height of the dialog.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijdialog("option", "height");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijdialog("option", "height", newValue);
        
});
var height : string;
See Also

Reference

options type
wijdialog jQuery Widget