Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijpopup.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)autoHide

Default value: false

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

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)ensureOutermost

Default value: false

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

 
public Fieldstatic (Shared in Visual Basic)hideDuration

Default value: 100

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

 
public Fieldstatic (Shared in Visual Basic)hideEffect

Default value: 'hide'

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

 
public Fieldstatic (Shared in Visual Basic)hideOptions

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

 
public Fieldstatic (Shared in Visual Basic)position

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

 
public Fieldstatic (Shared in Visual Basic)showDuration

Default value: 300

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

 
public Fieldstatic (Shared in Visual Basic)showEffect

Default value: 'show'

Specifies the effect to use when showing the popup.

Valid values include:

  • 'blind'
  • 'clip'
  • 'drop'
  • 'fade'
  • 'fold'
  • 'slide'
  • 'pulsate'

See the jQuery UI Effects page for more information.

 
public Fieldstatic (Shared in Visual Basic)showOptions

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

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

Reference

jQuery.wijmo.wijpopup Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.