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);
});
See Also