Wijmo UI for the Web
splitterDistance Option
wijmo.splitter.wijsplitter Namespace > options type : splitterDistance Option

Default value: 100

Gets or sets the location of the splitter, in pixels, from the left or top edge of the SplitContainer.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijsplitter("option", "splitterDistance");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijsplitter("option", "splitterDistance", newValue);
        
});
var splitterDistance : number;
See Also

Reference

options type
wijsplitter jQuery Widget