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