Wijmo UI for the Web
resizableOptions Option
wijmo.superpanel.wijsuperpanel Namespace > options type : resizableOptions Option

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

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

Reference

options type
wijsuperpanel jQuery Widget