Wijmo UI for the Web
resizable Option

Default value: true

undefined

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

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.