Value
Name | Description | Value |
---|---|---|
BehaviorEvents.MOUSE_DOWN | Triggers the behavior when the mouse button is clicked (without being released). | 1835296118 = 'mdev' |
BehaviorEvents.MOUSE_ENTER | Triggers the behavior when the mouse pointer enters the area defined by the bounding box of the object. | 1835361654 = 'meev' |
BehaviorEvents.MOUSE_EXIT | Triggers the behavior when the mouse pointer exits the area defined by the bounding box of the object. | 1836606838 = 'mxev' |
BehaviorEvents.MOUSE_UP | Triggers the behavior when the mouse is released after a click. | 1836410230 = 'muev' |
BehaviorEvents.ON_BLUR | Triggers the behavior when the focus moves to a different interactive object. | 1868719478 = 'obev' |
BehaviorEvents.ON_FOCUS | Triggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key. | 1868981622 = 'ofev' |
Usage
As property
Behavior.behaviorEvent
CloseWindowBehavior.behaviorEvent
GotoAnchorBehavior.behaviorEvent
GotoFirstPageBehavior.behaviorEvent
GotoLastPageBehavior.behaviorEvent
GotoNextPageBehavior.behaviorEvent
GotoNextViewBehavior.behaviorEvent
GotoPreviousPageBehavior.behaviorEvent
GotoPreviousViewBehavior.behaviorEvent
GotoURLBehavior.behaviorEvent
MovieBehavior.behaviorEvent
OpenFileBehavior.behaviorEvent
QuitBehavior.behaviorEvent
ShowHideFieldsBehavior.behaviorEvent
SoundBehavior.behaviorEvent
ViewZoomBehavior.behaviorEvent
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |