Functiondojox.image._LightboxDialog.addImage

dojo.require("dojox.image.Lightbox");
defined in dojox/image/Lightbox.js

Add an image to this Master Lightbox

Usage

function (/*Object*/ child, /*String?*/ group) (view source)
parametertypedescription
childObjectThe image information to add. href: String - link to image (required) title: String - title to display
groupStringOptional. attach to group of similar tag or null for individual image instance