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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijsplitter("option", "splitterDistance"); // Set value var newValue; // Type: number $(".selector").wijsplitter("option", "splitterDistance", newValue); }); |
Javascript (Specification) | |
---|---|
|