wijmo.popup.wijpopup Namespace > options type : showEffect Option |
Default value: 'show'
Specifies the effect to be used when the popup is shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijpopup("option", "showEffect"); // Set value var newValue; // Type: string $(".selector").wijpopup("option", "showEffect", newValue); }); |
Javascript (Specification) | |
---|---|
|