Welcome to the Jazz Community Forum
Does BIRT support DOJO?

Hi folks!
I am wondering whether RTC BIRT supports for DOJO, the reason why I asked is I tried to create pop-up windows in birt and this requires DOJO to create a jazz.ui.ResourceLink (deprecated jazz.app.ResourceLink) to create pop-ups as according to:
But the error message is: "dojo" is not defined, so here comes with my question.
Thanks!
Qi
One answer

Hi Qi
As you saw in 88818 I did a lot testing. Using FireDebug you can send the command on the console and then it works
titleLink =
document.getElementById("jazz_app_ResourceLink_xxx");
new jazz.app.ResourceLink({retainLinkText: true},titleLink);
So my concern is not dojo but how to run the code / enable the code to run
dojo is always there and should not be the problem