function overlay_ajax_render_region

overlay_ajax_render_region($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()

File

modules/overlay/overlay.module, line 1022
Displays the Drupal administration interface in an overlay.

Code

function overlay_ajax_render_region($region) {
  print overlay_render_region($region);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!overlay!overlay.module/function/overlay_ajax_render_region/7.x