Packagecom.tuarua.webview.popup
Classpublic final class Behaviour
InheritanceBehaviour Inheritance Object



Public Constants
 ConstantDefined By
  BLOCK : uint = 0
[static]
Behaviour
  NEW_WINDOW : uint = 1
[static] On OSX any spawned windows will replace any previous
Behaviour
  REPLACE : uint = 3
[static] On Windows.
Behaviour
  SAME_WINDOW : uint = 2
[static]
Behaviour
Constant Detail
BLOCKConstant
public static const BLOCK:uint = 0

NEW_WINDOWConstant 
public static const NEW_WINDOW:uint = 1

On OSX any spawned windows will replace any previous

REPLACEConstant 
public static const REPLACE:uint = 3

On Windows. Any spawned windows opened will replace any previous. On OSX this is NEW_WINDOW's default behaviour

SAME_WINDOWConstant 
public static const SAME_WINDOW:uint = 2