jstimer_build_js_cache |
./jstimer.module |
create the timer.js file and put it in the files/jstimer directory. |
4 |
|
jstimer_clean_for_javascript |
./jstimer.module |
scrub the format strings for things that make bad javascript. |
2 |
|
jstimer_get_javascript |
./jstimer.module |
Get the actual javascript code that needs to be written into a file.
This also aggregates any optional javascript bits. |
1 |
|
jstimer_get_widgets |
./jstimer.module |
Get the list of active widgets. |
2 |
|
jstimer_help |
./jstimer.module |
Implementation of hook_help(). |
|
|
jstimer_install |
./jstimer.install |
Implementation of hook_install(). |
|
|
jstimer_menu |
./jstimer.module |
Implementation of hook_menu |
|
|
jstimer_page_attachments_alter |
./jstimer.module |
|
|
|
jstimer_theme |
./jstimer.module |
Implementation of hook_theme(). |
|
|
jstimer_update_7000 |
./jstimer.install |
Updates separate jstimer format variables to new array format. |
|
|
jst_clock_admin_settings_submit |
widgets/jst_clock.module |
|
|
1 |
jst_clock_form_jstimer_admin_settings_alter |
widgets/jst_clock.module |
Implementation of hook_form_alter().
Add the clock widget specific settings to admin screen. |
|
|
jst_clock_install |
widgets/jst_clock.module |
Implementation of hook_install(). |
|
|
jst_clock_jstwidget |
widgets/jst_clock.module |
Implementation of hook_jstwidget(). |
|
|
jst_clock_show |
widgets/jst_clock.module |
|
|
1 |
jst_timer_admin_settings_submit |
widgets/jst_timer.module |
|
|
1 |
jst_timer_form_jstimer_admin_settings_alter |
widgets/jst_timer.module |
Implementation of hook_form_alter().
Add the timer widget specific settings to admin screen. |
|
|
jst_timer_get_formats |
widgets/jst_timer.module |
Get a list of formats and handle default values. |
2 |
|
jst_timer_get_js_formats |
widgets/jst_timer.module |
Get a javascript array encoded list of timer formats. |
1 |
|
jst_timer_install |
widgets/jst_timer.module |
Implementation of hook_install(). |
|
|
jst_timer_jstwidget |
widgets/jst_timer.module |
Implementation of hook_jstwidget(). |
|
|
jst_timer_show |
widgets/jst_timer.module |
|
1 |
1 |
theme_jstimer |
./jstimer.module |
|
|
|
translate_replacements |
widgets/jst_timer.module |
This allows for translation of replacement strings.
Since this module uses dynamic javascript, the js file is not available
for localize.drupal.org to translate. |
|
|