TimingLists
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
TimingList [] (index:
number)
Returns the TimingList with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
TimingList add (triggerEvent:
DynamicTriggerEvents[, withProperties:
Object])
Adds a new event-triggered timing list object.
Parameter | Type | Description |
---|---|---|
triggerEvent | DynamicTriggerEvents: DynamicTriggerEvents.ON_PAGE_LOAD DynamicTriggerEvents.ON_PAGE_CLICK DynamicTriggerEvents.ON_STATE_LOAD DynamicTriggerEvents.ON_CLICK DynamicTriggerEvents.ON_ROLLOVER DynamicTriggerEvents.ON_RELEASE DynamicTriggerEvents.ON_ROLLOFF DynamicTriggerEvents.ON_SELF_CLICK DynamicTriggerEvents.ON_SELF_ROLLOVER | Trigger Event |
withProperties | Object | Initial values for properties of the new TimingList (Optional) |
TimingList anyItem ()
Returns any TimingList in the collection.
number count ()
Displays the number of elements in the TimingList.
Array
of TimingList everyItem ()
Returns every TimingList in the collection.
TimingList firstItem ()
Returns the first TimingList in the collection.
TimingList item (index:
varies)
Returns the TimingList with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of TimingList itemByRange (from:
varies, to:
varies)
Returns the TimingLists within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String TimingList | The TimingList, index, or name at the beginning of the range. Can accept: TimingList, Long Integer or String. |
to | Long Integer String TimingList | The TimingList, index, or name at the end of the range. Can accept: TimingList, Long Integer or String. |
TimingList lastItem ()
Returns the last TimingList in the collection.
TimingList middleItem ()
Returns the middle TimingList in the collection.
TimingList nextItem (obj:
TimingList)
Returns the TimingList whose index follows the specified TimingList in the collection.
Parameter | Type | Description |
---|---|---|
obj | TimingList | The TimingList whose index comes before the desired TimingList. |
TimingList previousItem (obj:
TimingList)
Returns the TimingList with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | TimingList | The index of the TimingList that follows the desired TimingList. |
string toSource ()
Generates a string which, if executed, will return the TimingList.
Element of
TimingSetting.timingLists
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |