iviewer

Component type

module

Maintenance status

Development status

Component created

Component changed

A basic image field formatter to use the iviewer javascript library.

The default implementation uses the "lightbox" style display, with a configuration option to enable gallery style display for multiple images.

Two libraries are required (neither is included in this repository):

iviewer:
https://github.com/can3p/iviewer

jquery.mousewheel:
https://github.com/brandonaaron/jquery-mousewheel

CKEditor LESS

Component type

module

Maintenance status

Development status

Downloads

415

Component created

Component changed

This is a simple module that glues the CKEditor and LESS modules together.

The issue when using CKEditor and LESS is that the theme styling isn't available inside the WYSIWYG, reason being that LESS files are generated dynamically and therefore not able to be added manually using CKEditor's "Define Path" option.

This module grabs the most recently generated LESS file generated by the active theme and inserts it into the WYSIWYG.