Adobe InDesign CS5 Server (7.0) Object Model JS: BehaviorEvents

InDesign Server CS5

 Behavior trigger event options.

Value

NameDescriptionValue
BehaviorEvents.MOUSE_DOWNTriggers the behavior when the mouse button is clicked (without being released).1835296118 = 'mdev'
BehaviorEvents.MOUSE_ENTERTriggers the behavior when the mouse pointer enters the area defined by the bounding box of the object.1835361654 = 'meev'
BehaviorEvents.MOUSE_EXITTriggers the behavior when the mouse pointer exits the area defined by the bounding box of the object.1836606838 = 'mxev'
BehaviorEvents.MOUSE_UPTriggers the behavior when the mouse is released after a click.1836410230 = 'muev'
BehaviorEvents.ON_BLURTriggers the behavior when the focus moves to a different interactive object.1868719478 = 'obev'
BehaviorEvents.ON_FOCUSTriggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key.1868981622 = 'ofev'

Usage

As property

AnimationBehavior.behaviorEvent

Behavior.behaviorEvent

GotoAnchorBehavior.behaviorEvent

GotoFirstPageBehavior.behaviorEvent

GotoLastPageBehavior.behaviorEvent

GotoNextPageBehavior.behaviorEvent

GotoNextStateBehavior.behaviorEvent

GotoNextViewBehavior.behaviorEvent

GotoPageBehavior.behaviorEvent

GotoPreviousPageBehavior.behaviorEvent

GotoPreviousStateBehavior.behaviorEvent

GotoPreviousViewBehavior.behaviorEvent

GotoStateBehavior.behaviorEvent

GotoURLBehavior.behaviorEvent

MovieBehavior.behaviorEvent

OpenFileBehavior.behaviorEvent

ShowHideFieldsBehavior.behaviorEvent

SoundBehavior.behaviorEvent

ViewZoomBehavior.behaviorEvent

Jongware, 23-Mar-2011 v3.0.3dContents :: Index