Adobe InDesign CS5 (7.0) Object Model JS: Events (SUI)

From InDesign CS5

Static Class

Events (SUI)

 

Provides access to objects used in the ScriptUI event system.

Access through the ScriptUI.events property.

QuickLinks

createEvent

Methods

Instances

Event (SUI) createEvent (eventType: String)
Creates an instance of the specified Event subclass.
The Event returned is a UIEvent, KeyboardEvent or MouseEvent object, depending on the requested type. This object can be passed as a parameter to an element's dispatchEvent function in order to simulate a user-interaction event.

ParameterTypeDescription
eventTypeStringThe name of an event type: one of "UIEvent", "KeyboardEvent", or "MouseEvent".

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