jstimer_admin_settings |
./jstimer.admin.inc |
Settings form for menu callback |
|
3 |
jstimer_admin_settings_submit |
./jstimer.admin.inc |
|
|
1 |
jstimer_admin_settings_validate |
./jstimer.admin.inc |
|
|
|
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. |
1 |
|
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. |
2 |
|
jstimer_get_widgets |
./jstimer.module |
Get the list of active widgets. |
2 |
|
jstimer_help |
./jstimer.module |
Implementation of hook_help(). |
|
|
jstimer_init |
./jstimer.module |
Implementation of hook_init |
|
|
jstimer_load_js |
./jstimer.module |
Determine whether or not to to add javascript. |
1 |
|
jstimer_menu |
./jstimer.module |
Implementation of hook_menu |
|
|
jstimer_theme |
./jstimer.module |
Implementation of hook_theme(). |
|
|
jst_clock_enable |
widgets/jst_clock.module |
Implementation of hook_enable(). |
|
|
jst_clock_form_alter |
widgets/jst_clock.module |
Implementation of hook_form_alter().
Add the clock widget specific settings to admin screen. |
|
|
jst_clock_jstwidget |
widgets/jst_clock.module |
Implementation of hook_jstwidget(). |
|
|
jst_clock_show |
widgets/jst_clock.module |
|
|
1 |
jst_timer_enable |
widgets/jst_timer.module |
Implementation of hook_enable(). |
|
|
jst_timer_form_alter |
widgets/jst_timer.module |
Implementation of hook_form_alter().
Add the timer widget specific settings to admin screen. |
|
|
jst_timer_jstwidget |
widgets/jst_timer.module |
Implementation of hook_jstwidget(). |
|
|
jst_timer_show |
widgets/jst_timer.module |
|
|
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. |
|
|