hook_overlay_parent_initialize

function hook_overlay_parent_initialize

hook_overlay_parent_initialize()

Allow modules to act when an overlay parent window is initialized.

The parent window is initialized when a page is displayed in which the overlay might be required to be displayed, so modules can act here if they need to take action to accommodate the possibility of the overlay appearing within a Drupal page.

Related topics

File

modules/overlay/overlay.api.php, line 21
Hooks provided by Overlay module.

Code

function hook_overlay_parent_initialize() {
  // Add our custom JavaScript.
  drupal_add_js(drupal_get_path('module', 'hook') . '/hook-overlay.js');
}

© 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.api.php/function/hook_overlay_parent_initialize/7.x

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部