Wijmo UI for the Web
show Option
wijmo.dialog.wijdialog Namespace > options type : show Option

Default value: null

If and how to animate the showing of the dialog.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijdialog("option", "show");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijdialog("option", "show", newValue);
        
});
var show : any;
Remarks
Number: The dialog will fade in while animating the height and width for the specified duration. String: The dialog will be shown using the specified jQuery UI effect. See the list of effects for possible values. Object: If the value is an object, then effect, delay, duration, and easing properties may be provided. The effect property must be the name of a jQuery UI effect. When using a jQuery UI effect that supports additional settings, you may include those settings in the object and they will be passed to the effect. If duration or easing is omitted, then the default values will be used. If delay is omitted, then no delay is used.
See Also

Reference

options type
wijdialog jQuery Widget