Modal Entities

Categories

Component ID

2420659

Component name

Modal Entities

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1167

Component created

Component changed

Component body

Easily generate a link which will open any entity in a Ctools modal window.

It is as easy as:

$link = modal_entities_generate_link($node->title, 'node', $node->nid);

You can specify entity $view_mode and window $style in addition.
See documentation of the modal_entities_generate_link() function.

Define your own styles using hook_modal_entities_style_info().