wijmo.popup.wijpopup Namespace > options type : autoHide Option |
Default value: false
Determines whether to automatically hide the popup when clicking outside the element.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijpopup("option", "autoHide"); // Set value var newValue; // Type: boolean $(".selector").wijpopup("option", "autoHide", newValue); }); |
Javascript (Specification) | |
---|---|
var autoHide : boolean; |