lightbox:close¶
This event occurs as a CHyperlink-invoked “lightbox” is closed. The most often used purpose, is to calculate the underlying report.
See: CHYPERLINK Web Display Style argument)
Event Arguments¶
None
Example¶
report.api.bind("lightbox:close", function() {
report.api.calculate()
});