Wijmo UI for the Web
fullSplit Option
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.

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

Reference

options type
wijsplitter jQuery Widget