wijmo.dialog.wijdialog Namespace > options type : maxHeight Option |
Default value: null
The maximum height to which the dialog can be resized, in pixels.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijdialog("option", "maxHeight"); // Set value var newValue; // Type: number $(".selector").wijdialog("option", "maxHeight", newValue); }); |
Javascript (Specification) | |
---|---|
|