wijmo.splitter.wijsplitter Namespace > options type : collapsingPanel Option |
Default value: 'panel1'
Specifies which panel should be collapsed after clicking the expander of the splitter. Possible values are "panel1" and "panel2".
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijsplitter("option", "collapsingPanel"); // Set value var newValue; // Type: string $(".selector").wijsplitter("option", "collapsingPanel", newValue); }); |
Javascript (Specification) | |
---|---|
|
$('.selector' ).wijsplitter({collapsingPanel: "panel1"});