Wijmo UI for the Web
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
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) 
var collapsingPanel : string;
Example
$('.selector' ).wijsplitter({collapsingPanel: "panel1"});
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.