Wijmo UI for the Web
showOptions Field

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijpopup.options.showOptions;
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.