Behavior trigger event options.
| Name | Description | Value |
|---|---|---|
| MOUSE_UP | Triggers the behavior when the mouse is released after a click. | 1836410230 = ‘muev’ |
| MOUSE_DOWN | Triggers the behavior when the mouse button is clicked (without being released). | 1835296118 = ‘mdev’ |
| MOUSE_ENTER | Triggers the behavior when the mouse pointer enters the area defined by the bounding box of the object. | 1835361654 = ‘meev’ |
| MOUSE_EXIT | Triggers the behavior when the mouse pointer exits the area defined by the bounding box of the object. | 1836606838 = ‘mxev’ |
| ON_FOCUS | Triggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key. | 1868981622 = ‘ofev’ |
| ON_BLUR | Triggers the behavior when the focus moves to a different interactive object. | 1868719478 = ‘obev’ |
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