Wijmo UI for the Web
minWidth Option

Default value: 150

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijdialog("option", "minWidth");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijdialog("option", "minWidth", newValue);
        
});
Javascript (Specification) 
var minWidth : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.