Wijmo UI for the Web
hideOptions Field

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

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijpopup.options.hideOptions;
Javascript (Specification) 
var hideOptions : any;
Example
// set the hide effect's direction.
      $(".selector").wijpopup({ hideOptions: {direction: 'up' });
Remarks
See the option parameters used by the jQuery UI hide effect for more information.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.