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)
Parameters
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"