Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Could I use extjs components in BIRT report?
elvis_tu
Hi,<br />
<br />
I add a text item into a report, the html in the text item just as the combos sample from extjs web site (<a class='bbc_url' href='
http://www.extjs.com/deploy/dev/examples/form/combos.html)'>http://www.extjs.com/deploy/dev/examples/form/combos.html)</a>.<br
/>
<br />
But there are javascript error such as:<br />
<br />
b.getElementById(...) is null or not an object.<br />
<br />
Could I use extjs components in BIRT report?<br />
<br />
Thanks...
Find more posts tagged with
Comments
JasonW
Can you post the report with the text element?
elvis_tu
Hi, Jason
here is the rptdesign file.
If you copy the content of the text element to a normal html file (such as combos.html), the html file is rendererd fine.
Thanks for your reply.
JasonW
The text element is not suppose to be used to put entire html pages in it as BIRT generates header and body tags. You need to put html snippets in. You can use script tags etc as well. Can you retry with just one of the controls and try to get the .js files locally and include them?
elvis_tu
Hi, Jason
How could I view the generated html source (not <iframe>) of the rptdesign file using IE?
JasonW
use the /preview mapping instead of the /frameset in the viewer.
If you are doing this in the designer just use the view as html. You can also set an option in the preference to use an external browser when previewing. This will alow you to change the mapping.
Jason