jQuery.wijmo.wijpopup Namespace > options type : showOptions Field |
Specifies the object/hash including specific options for the show effect.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijpopup.options.showOptions; |
Javascript (Specification) | |
---|---|
|
// set the show effect's direction. $(".selector").wijpopup({ showOptions: {direction: 'up' });