You are here

README.txt in Popup Views integration 7

This module implements the integration of the Popup module with Views.

It provides a Views global field that can reuse the other Views fields.
It will be output a link that will trigger a popup.

A similar system exists for Lightbox or Colorbox modules and this module has
been inspired by lightbox integration. Popup is different from these two modules 
because it aims at creating internal tooltype-style popups and not a global one.

INSTALLATION

Install the module as usual. The module requires Views and Popup to be installed

USAGE

Under "Global" tag, there is a new field called Popup that you can add in any 
view.

Use token replacements from previous lines in the title and popup textareas.

CUSTOMIZATIONS

-  Display on hover or on click and add or not a close button for onclick event.
-  Defining the effetct (no, slide, fade).
-  Define the style of the popup
-  Height / width
-  Position (top left, top right, bottom left, bottom right).

File

README.txt
View source
  1. This module implements the integration of the Popup module with Views.
  2. It provides a Views global field that can reuse the other Views fields.
  3. It will be output a link that will trigger a popup.
  4. A similar system exists for Lightbox or Colorbox modules and this module has
  5. been inspired by lightbox integration. Popup is different from these two modules
  6. because it aims at creating internal tooltype-style popups and not a global one.
  7. INSTALLATION
  8. Install the module as usual. The module requires Views and Popup to be installed
  9. USAGE
  10. Under "Global" tag, there is a new field called Popup that you can add in any
  11. view.
  12. Use token replacements from previous lines in the title and popup textareas.
  13. CUSTOMIZATIONS
  14. - Display on hover or on click and add or not a close button for onclick event.
  15. - Defining the effetct (no, slide, fade).
  16. - Define the style of the popup
  17. - Height / width
  18. - Position (top left, top right, bottom left, bottom right).