This is a JavaScript timer that triggers timed events to your php code. Can be used to end sessions automatically, to provide a refresh of a part of the form etc.


Properties


Description

interval

Time in milliseconds

intervalType

Single for a 'one-shot' timer, and continuous for a repeated event. If you use a continuous event, be sure that the time of the trigger exceeds the processing time of your application.

PHP Events


Description

onTimer

Triggers when the application timer hits the milliseconds.


JavaScript Events

No additional events