Wijmo UI for the Web
resizableOptions Option

This option determines the behavior of the resizable widget. See the JQuery UI resizable options document for more information.

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

See Also

Reference

options type
wijsuperpanel jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.