Wijmo UI for the Web
barZIndex Option

Default value: 0

A value that indicates the z-index (stack order) of the splitter bar.

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

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.