Wijmo UI for the Web
collapsingPanel Option
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".

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijsplitter("option", "collapsingPanel");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijsplitter("option", "collapsingPanel", newValue);
        
});
var collapsingPanel : string;
Example
$('.selector' ).wijsplitter({collapsingPanel: "panel1"});
See Also

Reference

options type
wijsplitter jQuery Widget