function overlay_ajax_render_region
Prints the markup obtained by rendering a single region of the page.
This function is intended to be called via Ajax.
Parameters
$region: The name of the page region to render.
See also
Drupal.overlay.refreshRegions()
1 string reference to 'overlay_ajax_render_region'
- overlay_menu in modules/
overlay/ overlay.module - Implements hook_menu().
File
-
modules/
overlay/ overlay.module, line 1022
Code
function overlay_ajax_render_region($region) {
print overlay_render_region($region);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.