Value
Name | Description | Value |
---|---|---|
DynamicTriggerEvents.ON_CLICK | target is triggered on a button or self click. | 1953317740 = 'tmCl' |
DynamicTriggerEvents.ON_PAGE_CLICK | target is triggered on clicking on the page. | 1953321027 = 'tmPC' |
DynamicTriggerEvents.ON_PAGE_LOAD | target is triggered on loading of the page. | 1953321036 = 'tmPL' |
DynamicTriggerEvents.ON_RELEASE | target is triggered on a button release. | 1953321580 = 'tmRl' |
DynamicTriggerEvents.ON_ROLLOFF | target is triggered on a button rolloff. | 1953321574 = 'tmRf' |
DynamicTriggerEvents.ON_ROLLOVER | target is triggered on a button or self rollover. | 1953321590 = 'tmRv' |
DynamicTriggerEvents.ON_SELF_CLICK | target is triggered on self click. | 1951613804 = 'tSCl' |
DynamicTriggerEvents.ON_SELF_ROLLOVER | target is triggered on self rollover. | 1951617638 = 'tSRf' |
DynamicTriggerEvents.ON_STATE_LOAD | target is triggered on loading of the state in a multi-state object. | 1953321804 = 'tmSL' |
Usage
In function
TimingList TimingLists.add (triggerEvent: DynamicTriggerEvents[, withProperties: Object])
As property
TimingList.triggerEvent
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |