jQuery.wijmo Namespace : wijpopup type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijpopup(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijpopup
Name | Description | |
---|---|---|
![]() | wijpopup Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | hide | Hides the element. |
![]() | isVisible | Determines whether the element is visible. |
![]() | option | |
![]() | show | Popups the element. Position is an optional argument, it is the options object used in jquery.ui.position. |
![]() | showAt | Popups the element at specified absolute position related to document. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |