NF.lightBox
(
id
,
config
,
parent
,
isModal
)
- Parameters:
-
id <string>The id for the lightbox. This is the id or gallery name that will be used to identify and associate frames with the lightBox object. -
config <Object>Object literal specifying the configuration properties and optionally frames for the lightbox. See above for more details. -
parent <DOM Node>Specify a parent node for inline lightBoxes, by default the lightBox will be modal and use document.body for the parent container. -
isModal <boolean>Force inline lightboxes or boxes with a parent container other than document.body to behave like a modal lightbox, yet constrained to the specified parent container.