jQuery.wijmo.wijlightbox Namespace > options type : closeOnEscape Field |
Default value: true
Determines whether to close the pop-up window when a user presses the ESC key.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijlightbox.options.closeOnEscape; |
Javascript (Specification) | |
---|---|
var closeOnEscape : boolean; |