timeAll Collection | Internet Development Index |
Retrieves a reference to the collection of all timed elements.
Syntax
[ oColl = ] object.timeAll [ oObject = ] object.timeAll(iIndex)
Possible Values
oColl Array of elements contained by the object. oObject Reference to an individual item in the array of elements contained by the object. iIndex Required. Integer that specifies the zero-based index of the item to be returned.
Members Table
The following table lists the members exposed by the timeAll object. Click a tab on the left to choose the type of member you want to view.
Remarks
The timeAll collection contains all timed objects that are a descendant of the container object to which the collection is applied. To retrieve a collection of all timed elements on a page, apply the timeAll collection to the BODY element.
Standards Information
This collection is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) .
Applies To
BODY, t:EXCL, t:PAR, t:SEQ
See Also
Introduction to HTML+TIME, activeElements, timeChildren