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

Default value: 150

The minimum width to which the dialog can be resized, in pixels.

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

Reference

options type
wijdialog jQuery Widget