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

Default value: null

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

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

Reference

options type
wijdialog jQuery Widget