FLUID-328: Cleanup API for Lightbox and move the order callback creation code into the public namespace

Metadata

Source
FLUID-328
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Colin Clark
Created
2008-03-12T16:02:13.000-0400
Updated
2008-08-09T14:27:26.000-0400
Versions
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. Image Reorderer

Description

In order to use the Lightbox within a jQuery plugin, I need to have access to the default order changed callback. Also, the Lightbox API naming could be cleaned up, disambiguating setupLightbox from initLightbox.

Comments

  • Colin Clark commented 2008-04-07T13:13:22.000-0400

    Moved the default callback into the fluid.Lightbox namespace. Renamed initLightbox() to createLightboxFromIds() to disambiguate. All code was moved into Lightbox.js