wijmo.dialog.wijdialog Namespace > options type : height Option |
Default value: 'auto'
The height of the dialog.
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) | |
---|---|
|