The Popup object provides several useful functions for managing popup window created by Runner.displayPopup() function and also by RunnerDialog class (Dialog API).
Methods
Method |
Description |
Hides the popup |
|
Shows the popup |
|
Sets the width of the popup |
|
Sets the height of the popup |
|
Sets the position of the popup |
|
Returns jQuery object representing popup body |
|
Returns jQuery object representing popup header part |
|
Returns jQuery object representing popup footer part |
See also: