Wijmo UI for the Web
options type
wijmo.popup.wijpopup Namespace : options type
Inheritance Hierarchy

Object
   wijmo.popup.wijpopup.options

Fields
 NameDescription
public Option

Default value: false

Determines whether to automatically hide the popup when clicking outside the element.

 
public Option

Default value: false

Determines if the element's parent element is the outermost element.

 
public Option

Default value: 100

A value that indicates the number of milliseconds it takes for the indicated animation effect to completely hide the popup.

 
public Option

Default value: 'hide'

Specifies the effect to be used when the popup is hidden.

 
public Option

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

 
public Option

Options for positioning the element, please see jquery.ui.position for possible options.

 
public Option

Default value: 300

A value that indicates the number of milliseconds it takes for the indicated animation effect to completely show the popup.

 
public Option

Default value: 'show'

Specifies the effect to be used when the popup is shown.

 
public Option

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

 
Top
Events
 NameDescription
public EventThe hidden event handler. A function called after the element is hidden.  
public EventThe hiding event handler. A function called before the element is hidden. Cancellable.  
public EventThe posChanged event handler. A function called when the position of the element is changed.  
public EventThe showing event handler. A function called before the element is shown. Cancellable.  
public EventThe shown event handler. A function called after the element is shown.  
Top
See Also

Reference

wijmo.popup.wijpopup Namespace