wijmo.popup.wijpopup Namespace > options type : hideOptions Option |
Specifies the object/hash including specific options for the hide effect.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijpopup("option", "hideOptions"); // Set value var newValue; // Type: any $(".selector").wijpopup("option", "hideOptions", newValue); }); |
Javascript (Specification) | |
---|---|
|
// set the hide effect's direction. $(".selector").wijpopup({ hideOptions: {direction: 'up' });