Adobe InDesign CS2 (4.0) Object Model JS: BehaviorEvents

InDesign CS2

 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

Behavior.event

CloseWindowBehavior.event

GotoAnchorBehavior.event

GotoFirstPageBehavior.event

GotoLastPageBehavior.event

GotoNextPageBehavior.event

GotoNextViewBehavior.event

GotoPreviousPageBehavior.event

GotoPreviousViewBehavior.event

GotoURLBehavior.event

MovieBehavior.event

OpenFileBehavior.event

QuitBehavior.event

ShowHideFieldsBehavior.event

SoundBehavior.event

ViewZoomBehavior.event

Jongware, 27-Jun-2010 v3.0.3dContents :: Index