wijmo.popup Namespace : wijpopup type |
Javascript (Usage) | |
---|---|
$(function () { var options; // Type: wijmo.popup.wijpopup.options $(".selector").wijpopup(options); }); |
Javascript (Specification) | |
---|---|
|
Object
wijmo.JQueryUIWidget
wijmo.popup.wijpopup
Name | Description | |
---|---|---|
wijpopup Constructor |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
hide | Hides the element. | |
isVisible | Determines whether the element is visible. | |
show | Pops up the element. Position is an optional argument, and 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. |