2017 © Pedro Peláez
 

elgg-plugin elgg_lightbox

Enhanced lightbox for Elgg

image

hypejunction/elgg_lightbox

Enhanced lightbox for Elgg

  • Tuesday, July 12, 2016
  • by hypeJunction
  • Repository
  • 1 Watchers
  • 1 Stars
  • 78 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Lightbox for Elgg

Elgg 2.0, (*1)

Lightbox component for Elgg, (*2)

Features

  • Converts lightbox to AMD module
  • Custom imageless theme

Lightbox, (*3)

Usage

As an AMD module:, (*4)


define(function(require) { var lightbox = require('elgg/lightbox'); var spinner = require('elgg/spinner'); lightbox.open({ html: '<p>You are welcome</p>', onClosed: function() { lightbox.open({ onLoad: spinner.start, onComplete: spinner.stop, photo: true, href: 'https://www.petfinder.com/wp-content/uploads/2012/11/122163343-conditioning-dog-loud-noises-632x475.jpg', }); } }); });

You can also add .elgg-lightbox or .elgg-lightbox-photo class to your HTML elements (with a href or src) attribute. Additional parameters can be passed with data-colorbox-opts as a json_encoded object., (*5)

Note that for the rel options to take effect, you will need to call a colorbox on a selector, e.g., (*6)

require(['elgg/lightbox'], function() {
    $('.elgg-lightbox-photo').colorbox({photo: true});
});

Notes

  • This drop elgg.ui.lightbox namespace. Use AMD module instead.

The Versions

12/07 2016

dev-master

9999999-dev http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

26/04 2016

2.1.2

2.1.2.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

14/04 2016

2.1.1

2.1.1.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

14/04 2016

2.1.0

2.1.0.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

14/04 2016

2.x-dev

2.9999999.9999999.9999999-dev http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

06/10 2015

2.0.1

2.0.1.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

06/10 2015

1.x-dev

1.9999999.9999999.9999999-dev http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

05/10 2015

1.0.1

1.0.1.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

05/10 2015

2.0.0

2.0.0.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg

02/10 2015

1.0.0

1.0.0.0 http://hypejunction.com

Enhanced lightbox for Elgg

  Sources   Download

GPL-2.0

The Development Requires

by Ismayil Khayredinov

plugin ui lightbox elgg