Wijmo UI for the Web
closeOnOuterClick Option

Default value: true

Determines whether to close the pop-up window when user clicks on the outside of content.

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

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.