Wijmo UI for the Web
panel2 Option
wijmo.splitter.wijsplitter Namespace > options type : panel2 Option
Defines collapsed, minSize, and scrollBars options for the bottom or right panel of the splitter.
Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijsplitter("option", "panel2");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijsplitter("option", "panel2", newValue);
        
});
var panel2 : object;
Example
 $("#vsplitter").wijsplitter({
          panel2: {minSize: 50},
          fullSplit: false,
          collapsed: true,
          scrollBars: "hidden"
      });
See Also

Reference

options type
panel_option Interface
wijsplitter jQuery Widget