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.
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) | |
---|---|
|