It's all about the answers!

Ask a question

Does BIRT support DOJO?


Qi Li (1351718) | asked Nov 01 '12, 6:34 p.m.
JAZZ DEVELOPER
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



permanent link
Erwin Kunz (94686986) | answered Nov 05 '12, 2:23 a.m.

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


Comments
Qi Li commented Nov 05 '12, 12:52 p.m.
JAZZ DEVELOPER

 Hi Erwin,


Thanks for sharing this, I did see 88818, and did a lot of investigation as well, but still can't make it work, do you succeed? 

BTW, "jazz_app_ResourceLink_xxx" is deprecated

Qi

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.