block_refresh_block_content |
./block_refresh.module |
page callback for /block_refresh/[module]/[delta]
displays the block content, without any other page information |
|
1 |
block_refresh_footer |
./block_refresh.module |
implements hook_footer
calls the jquery to refresh blocks automatically, but only if the blocks exist on the current page and are enabled |
|
|
block_refresh_form_alter |
./block_refresh.module |
Add a 'Block Refresh' settings fieldset to the block admin form |
|
|
block_refresh_install |
./block_refresh.install |
|
|
|
block_refresh_jq |
./block_refresh.module |
Implements hook_jq
Allows optional integration with the jQ module. |
|
|
block_refresh_menu |
./block_refresh.module |
implements hook_menu |
|
|
block_refresh_perm |
./block_refresh.module |
implements hook_perm -- add permission for accessing auto/manually refreshed block content |
|
|
block_refresh_reset_jq |
./block_refresh.install |
register new plugin with jQ |
2 |
|
block_refresh_settings |
./block_refresh.module |
callback for admin/settings/block_refresh |
|
5 |
block_refresh_submit |
./block_refresh.module |
handle submission of block refresh form on block settings page |
|
|
block_refresh_update_1 |
./block_refresh.install |
|
|
|
block_refresh_update_2 |
./block_refresh.install |
|
|
|
theme_block_manual_refresh_js |
./block_refresh.module |
Add a manual refresh button to the header... |
|
|
theme_block_refresh_js |
./block_refresh.module |
call the js for an enabled block div.
you might need to override $div if your blocks have different id's than the drupal standard.
or you may wish to manually put this code in your block.tpl.php file for fine-tune control,
although that would… |
|
|
theme_block_refresh_js_wrapper |
./block_refresh.module |
put the whole thing in a jquery ready call |
|
|