Adobe InDesign CS6 Server (8.0) Object Model JS: StateTypes
From InDesign Server CS6
Options for specifying the events (user actions) that change a button's state.
Value
| Name | Description | Value |
|---|---|---|
| StateTypes.DOWN | The mouse pointer is clicked on the button's area. | 1181971556 = 'Fstd' |
| StateTypes.DOWN_OFF | Down off state. | 1181967462 = 'Fsdf' |
| StateTypes.DOWN_ON | Down on state. | 1181967471 = 'Fsdo' |
| StateTypes.ROLLOVER | The mouse pointer moves into the button's area. | 1181971574 = 'Fstv' |
| StateTypes.ROLLOVER_OFF | Rollover off state. | 1181972070 = 'Fsvf' |
| StateTypes.ROLLOVER_ON | Rollover on state. | 1181972079 = 'Fsvo' |
| StateTypes.UP | The default appearance, used when there is no user activity on the button's area. | 1181971566 = 'Fstn' |
| StateTypes.UP_OFF | Up off state. | 1181970022 = 'Fsnf' |
| StateTypes.UP_ON | Up on state. | 1181970031 = 'Fsno' |
Usage
As property
State.statetype
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |