Modal Entities

Component type

module

Categories

Maintenance status

Development status

Downloads

1167

Component created

Component changed

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.

cbodyclass

Component type

module

Maintenance status

Development status

Component created

Component changed

This module add contextual classes and responsive classes to HTML body which can be very helpful to style differently on different context. Contextual classes like we have on Drupal 7.
It also add responsive classes on different window widths like:
cbody-layout-mobile, cbody-layout-narrow, cbody-layout-normal, cbody-layout-wide

=====
Installation
-----

jQuery Biggerlink

Component type

module

Categories

Maintenance status

Development status

Downloads

550

Component created

Component changed

Provides integration with jQuery Biggerlink plugin to make it really easy to enable the specified element's to behave as a proxy for their first contained link.

Currently it only adds library info.

Demo

http://www.ollicle.com/projects/jquery/biggerlink/eg/

How to use

So one way of using this module is to add the js from your code like this: