Wijmo UI for the Web
zIndex Option

Default value: 1000

This option specifies the starting z-index for the dialog.

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

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.