* closes the lightbox * @param mode if set to true , the changes, made in the lightbox, will be saved before closing. If - false , the changes will be cancelled. * @param box optional, the HTML container for the lightbox
(mode: boolean, box?: HTMLElement)
| 1809 | * @param box optional, the HTML container for the lightbox |
| 1810 | */ |
| 1811 | endLightbox(mode: boolean, box?: HTMLElement): void; |
| 1812 | |
| 1813 | /** |
| 1814 | * attaches an event handler to an HTML element |
no outgoing calls
no test coverage detected