Wijmo UI for the Web
fullSplit Option

Default value: false

Gets or sets a value that indicates whether the widget fills the whole page.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.