Wijmo UI for the Web
showOptions Option
wijmo.popup.wijpopup Namespace > options type : showOptions Option

Specifies the object/hash including specific options for the show effect.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijpopup("option", "showOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijpopup("option", "showOptions", newValue);
        
});
var showOptions : object;
Example
// set the show effect's direction.
      $(".selector").wijpopup({ showOptions: {direction: 'up' });
Remarks
See the option parameters used by the jQuery UI show effect for more information.
See Also

Reference

options type
wijpopup jQuery Widget