Package | flexlib.events |
Class | public class ImageMapEvent |
Inheritance | ImageMapEvent ![]() |
ImageMapEvent
is like a generic Event, but we add the href
,
alt
, and linkTarget
properties.
Property | Defined By | ||
---|---|---|---|
href : String | ImageMapEvent | ||
item : area | ImageMapEvent | ||
linkTarget : String | ImageMapEvent |
Method | Defined By | ||
---|---|---|---|
ImageMapEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, href:String = null, item:area = null, target:String = null) | ImageMapEvent |
Constant | Defined By | ||
---|---|---|---|
SHAPE_CLICK : String = shapeClick [static] | ImageMapEvent | ||
SHAPE_DOUBLECLICK : String = shapeDoubleClick [static] | ImageMapEvent | ||
SHAPE_DOWN : String = shapeDown [static] | ImageMapEvent | ||
SHAPE_OUT : String = shapeOut [static] | ImageMapEvent | ||
SHAPE_OVER : String = shapeOver [static] | ImageMapEvent | ||
SHAPE_UP : String = shapeUp [static] | ImageMapEvent |
href | property |
public var href:String
item | property |
public var item:area
linkTarget | property |
public var linkTarget:String
ImageMapEvent | () | Constructor |
public function ImageMapEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, href:String = null, item:area = null, target:String = null)
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
href:String (default = null )
| |
item:area (default = null )
| |
target:String (default = null )
|
SHAPE_CLICK | Constant |
public static const SHAPE_CLICK:String = shapeClick
SHAPE_DOUBLECLICK | Constant |
public static const SHAPE_DOUBLECLICK:String = shapeDoubleClick
SHAPE_DOWN | Constant |
public static const SHAPE_DOWN:String = shapeDown
SHAPE_OUT | Constant |
public static const SHAPE_OUT:String = shapeOut
SHAPE_OVER | Constant |
public static const SHAPE_OVER:String = shapeOver
SHAPE_UP | Constant |
public static const SHAPE_UP:String = shapeUp