mx.managers.PopUpManager
Class for creating new top level windows. Also provides modality and event if clicked outside window
modalWindow:MovieClip
_parent:UIObject
popUp:MovieClip
owner:MovieClip
setSize:Function
move:Function
_visible:Boolean
_name:String
static mixins:PopUpManager
static function createModalWindow(parent:MovieClip, o:MovieClip, broadcastOutsideEvents:Boolean):Void
static function createPopUp(parent:MovieClip, className:Object, modal:Boolean, initobj:Object, broadcastOutsideEvents:Boolean):MovieClip
create a top level window. Modal windows must be destroyed by calling deletePopUp() which will be added to the top level window
- Parameters
parent
the object to use to center the new top level window. The top level window will probably actually be parented by _root className
the class of object to convert into the top level window. modal
if true, window is modal broadcastOutsideEvents
if true, will dispatch mouseDownOutside events if mouse clicked outside the window - Return
- reference to new top level window @tiptext @helpid 3316