jstimer.admin.inc |
jstimer.admin.inc |
|
countdowntimer.admin.inc -contains all admin pages, settings, and validate. |
jstimer.info |
jstimer.info |
|
name = "Javascript timer api"
description = "Provides a timer api and several timer widgets for dynamic html thingys."
package = "Javascript timer"
core = 6.x |
jstimer.module |
jstimer.module |
|
A module which creates javascript timed dhtml things. |
jst_clock.info |
widgets/jst_clock.info |
|
name = Widget: clock
description = Embeddable clock widget.
dependencies[] = jstimer
package = "Javascript timer"
core = 6.x |
jst_clock.module |
widgets/jst_clock.module |
|
Embeddable clock widget (optional). |
jst_timer.info |
widgets/jst_timer.info |
|
name = Widget: timer
description = Embeddable countdown and countup timers.
dependencies[] = jstimer
package = "Javascript timer"
core = 6.x |
jst_timer.module |
widgets/jst_timer.module |
|
Default widget implementation for an up and down timer.
This widget does not use hook_ctwidget as it is always included. |
README.txt |
README.txt |
|
-------------- OVERVIEW -------------------------------------------
The Javascript Timer module provides a timer api that can hook html elements to
javascript widget objects. This is useful if you want a moving timer/clock or a
widget that updates… |