Wijmo UI for the Web
orientation Option

Default value: 'vertical'

Gets or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels of the splitter panels.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijsplitter("option", "orientation");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijsplitter("option", "orientation", newValue);
        
});
Javascript (Specification) 
var orientation : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.