jstimer.admin.inc |
jstimer.admin.inc |
|
countdowntimer.admin.inc -contains all admin pages, settings, and validate. |
jstimer.field.inc |
jstimer.field.inc |
|
Field hooks to implement a jstimer field. |
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 = 7.x
configure = admin/config/system/jstimer |
jstimer.install |
jstimer.install |
|
Install, update and uninstall functions for the jstimer module.
No db schema, just the variables. |
jstimer.module |
jstimer.module |
|
|
jst_clock.info |
widgets/jst_clock.info |
|
name = Widget: clock
description = Embeddable clock widget.
dependencies[] = jstimer
package = "Javascript timer"
core = 7.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 = 7.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… |