Wijmo UI for the Web
modal Option
wijmo.lightbox.wijlightbox Namespace > options type : modal Option

Default value: false

Determines whether the window is modal.

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

Reference

options type
wijlightbox jQuery Widget