INPUT /  OUTPUT /  LANGUAGE






timer tag

Evaluates code repeatedly with a time delay between each repetition.

Sample usage

Fields

Default field

Holds a count of the current timer iteration number. This value is incremented each time a timer cycle completes.

Named fields

Result

The timer tag creates a timer object in the document tree that can be used multiple times as necessary. After all timer cycles are exhausted, the period field is reset to zero. The default field is also reset to zero after handling the final onTimer event, and the timer stops.

Notes

Example