Popup Views integration

Categories

Component ID

1596128

Component name

Popup Views integration

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

6912

Component created

Component changed

Component body

Drupal 8 : As Drupal 8 is now stable for a while, no further development will be done to this module (except security fixes). Popup which is a dependency has no plan for port. Therefore there is no plan to port this module either.

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 hover.

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

These are the option parameters of the Popup module.

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