constant DEFAULT_TIMER_COMPLETE in Javascript Timer 7
Same name and namespace in other branches
- 6 widgets/jst_timer.module \DEFAULT_TIMER_COMPLETE
@file Default widget implementation for an up and down timer. This widget does not use hook_ctwidget as it is always included.
2 uses of DEFAULT_TIMER_COMPLETE
- jst_timer_form_alter in widgets/
jst_timer.module - Implementation of hook_form_alter(). Add the timer widget specific settings to admin screen.
- jst_timer_jstwidget in widgets/
jst_timer.module - Implementation of hook_jstwidget().
File
- widgets/
jst_timer.module, line 9 - Default widget implementation for an up and down timer. This widget does not use hook_ctwidget as it is always included.
Code
define('DEFAULT_TIMER_COMPLETE', '<em>Timer Completed</em>');