You are here

README.txt in Popup On Load 8

Same filename and directory in other branches
  1. 7 README.txt
Popup On Load README

CONTENTS OF THIS FILE
----------------------

  * Introduction
  * Hooks


INTRODUCTION
------------
The module allows to display popup after a certain delay on a page load.
This fills a gap in popup modules family (Popups, Popup), which are designed
to show popups only after a click on an HTML element, or to implement
a complex behavior like modal dialog forms.

If you want to just display a popup after a page load, the Popup On Load
module possibly fits your needs. It does some very simple things:

1. Creates PopupOnLoad entity type, so that popups-on-load are separated
   from another content in database and administrative interface.

2. Provides some basic configuration options, which can be extended by other
   modules via hooks and standard Drupal form alter functions.

HOOKS
-----
The module provides and uses three hooks:

- hook_popup_onload_check_display_conditions()
- hook_popup_onload_sort_methods()
- hook_popup_onload_js_settings_alter()

File

README.txt
View source
  1. Popup On Load README
  2. CONTENTS OF THIS FILE
  3. ----------------------
  4. * Introduction
  5. * Hooks
  6. INTRODUCTION
  7. ------------
  8. The module allows to display popup after a certain delay on a page load.
  9. This fills a gap in popup modules family (Popups, Popup), which are designed
  10. to show popups only after a click on an HTML element, or to implement
  11. a complex behavior like modal dialog forms.
  12. If you want to just display a popup after a page load, the Popup On Load
  13. module possibly fits your needs. It does some very simple things:
  14. 1. Creates PopupOnLoad entity type, so that popups-on-load are separated
  15. from another content in database and administrative interface.
  16. 2. Provides some basic configuration options, which can be extended by other
  17. modules via hooks and standard Drupal form alter functions.
  18. HOOKS
  19. -----
  20. The module provides and uses three hooks:
  21. - hook_popup_onload_check_display_conditions()
  22. - hook_popup_onload_sort_methods()
  23. - hook_popup_onload_js_settings_alter()