![]() ![]() | |
ActionScript class namespace mx.managers.PopUpManager
The PopUpManager class allows you to create overlapping windows that can be modal or non-modal. (A modal window doesn't allow interaction with other windows while it's active.) You can call PopUpManager.createPopUp() to create an overlapping window, and call PopUpManager.deletePopUp() on the window instance to destroy a pop-up window.
|
Event |
Description |
|---|---|
|
Creates a pop-up window. |
|
Deletes a pop-up window created by a call to |
![]() ![]() | |