IcCube - javascript function applied to all reports
问题 It is possible to place javascript code into ic3report-local.js to be used in every report. A function in there can be called in the Javascript of a report. But is it possible, to have a function in there being fired at a specific event (for example after build) in every report automatically? Or do I have to call it in every report? We would like to add a glossary to every report after build. 回答1: You can try attaching to global reporting events: var reporting = ic3.startReport(options);