wijmo.splitter.wijsplitter Namespace > options type : panel2 Option |
Defines the information for the bottom or right panel of the splitter.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijsplitter("option", "panel2"); // Set value var newValue; // Type: object $(".selector").wijsplitter("option", "panel2", newValue); }); |
Javascript (Specification) | |
---|---|
|