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

Reference

options type
panel_option Interface
wijsplitter jQuery Widget