You are here

README.txt in Popup On Load 7

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

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

  * Introduction
  * Dependencies
  * 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.

3. Provides an action for popup on load displaying. The action can be used as
   a result of rule evaluation.


DEPENDENCIES
------------
The module depends on following modules:

1. Entity API (http://drupal.org/project/entity)

2. Libraries API (http://drupal.org/project/libraries)

...and uses Colorbox (http://www.jacklmoore.com/colorbox) library.


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. * Dependencies
  6. * Hooks
  7. INTRODUCTION
  8. ------------
  9. The module allows to display popup after a certain delay on a page load.
  10. This fills a gap in popup modules family (Popups, Popup), which are designed
  11. to show popups only after a click on an HTML element, or to implement
  12. a complex behavior like modal dialog forms.
  13. If you want to just display a popup after a page load, the Popup On Load
  14. module possibly fits your needs. It does some very simple things:
  15. 1. Creates PopupOnLoad entity type, so that popups-on-load are separated
  16. from another content in database and administrative interface.
  17. 2. Provides some basic configuration options, which can be extended by other
  18. modules via hooks and standard Drupal form alter functions.
  19. 3. Provides an action for popup on load displaying. The action can be used as
  20. a result of rule evaluation.
  21. DEPENDENCIES
  22. ------------
  23. The module depends on following modules:
  24. 1. Entity API (http://drupal.org/project/entity)
  25. 2. Libraries API (http://drupal.org/project/libraries)
  26. ...and uses Colorbox (http://www.jacklmoore.com/colorbox) library.
  27. HOOKS
  28. -----
  29. The module provides and uses three hooks:
  30. - hook_popup_onload_check_display_conditions()
  31. - hook_popup_onload_sort_methods()
  32. - hook_popup_onload_js_settings_alter()