Default value: 150
The minimum height to which the dialog can be resized, in pixels.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijdialog("option", "minHeight");
// Set value
var newValue; // Type: number
$(".selector").wijdialog("option", "minHeight", newValue);
});
See Also