overlay.module

Version 1.13 (checked in on 2010/03/21 at 03:47:32 by webchick)

Displays the Drupal administration interface in an overlay.

Functions

NameDescription
overlay_ajax_render_regionPrints the markup obtained by rendering a single region of the page.
overlay_batch_alterImplements hook_batch_alter().
overlay_block_info_alterImplements hook_block_info_alter().
overlay_close_dialogClose the overlay and redirect the parent window to a new path.
overlay_drupal_goto_alterImplements hook_drupal_goto_alter().
overlay_element_info_alterImplements hook_element_info_alter().
overlay_exitImplements hook_exit().
overlay_form_after_buildForm after_build callback.
overlay_form_submitGeneric form submit handler.
overlay_get_modeGet the current overlay mode.
overlay_get_regions_to_renderReturns a list of page regions that rendering should be limited to.
overlay_get_rendered_contentReturns any rendered content that was stored earlier in the page request.
overlay_helpImplements hook_help().
overlay_initImplements hook_init().
overlay_libraryImplements hook_library().
overlay_menuImplements hook_menu().
overlay_overlay_child_initializeImplements hook_overlay_child_initialize().
overlay_overlay_parent_initializeImplements hook_overlay_parent_initialize().
overlay_page_alterImplements hook_page_alter().
overlay_permissionImplements hook_permission().
overlay_preprocess_htmlPreprocess template variables for html.tpl.php.
overlay_preprocess_maintenance_pagePreprocess template variables for maintenance-page.tpl.php.
overlay_preprocess_pagePreprocess template variables for page.tpl.php.
overlay_preprocess_toolbarPreprocess template variables for toolbar.tpl.php.
overlay_regionsReturns a list of page regions that appear in the overlay.
overlay_render_regionRenders an individual page region.
overlay_request_dialog_closeCallback to request that the overlay close on the next page load.
overlay_request_refreshRequest that the parent window refresh a particular page region.
overlay_set_modeSet overlay mode and add proper JavaScript and styles to the page.
overlay_set_regions_to_renderSets the regions of the page that rendering will be limited to.
overlay_store_rendered_contentStores strings representing rendered HTML content.
overlay_supplemental_regionsReturns a list of supplemental page regions for the overlay.
overlay_system_info_alterImplements hook_system_info_alter().
overlay_trigger_regions_to_refreshCheck if the parent window needs to refresh any regions on this page load.
_overlay_region_listHelper function for returning a list of page regions related to the overlay.