wijmo.splitter.wijsplitter Namespace > options type : fullSplit Option |
Default value: false
Gets or sets a value that indicates whether the widget fills the whole page.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijsplitter("option", "fullSplit"); // Set value var newValue; // Type: boolean $(".selector").wijsplitter("option", "fullSplit", newValue); }); |
Javascript (Specification) | |
---|---|
var fullSplit : boolean; |