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