Wijmo UI for the Web
hide Option

Default value: null

If and how to animate the hiding of the dialog.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijdialog("option", "hide");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijdialog("option", "hide", newValue);
        
});
Javascript (Specification) 
var hide : any;
Remarks
Multiple types supported: Number: The dialog will fade out while animating the height and width for the specified duration. tring: The dialog will be hidden 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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.