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

Default value: 300

The width of the dialog, in pixels.

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

Reference

options type
wijdialog jQuery Widget