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)
Change Layout of the birt viewer
danhof
Hello,
i don't really know if this is the right place. But here's my question:
I want to change the layout of the birt viewer. NOT the layout of any report, just the layout of the NavigationBar, Title, ParameterPage and ToolBar. For example i want to change the background color of my title and want to hide some of the tollbar-functions.
Maybe it is posible to get a red toolbar with just two button for "export report" and "print report".
Is anyone here able to help me?
King regards
danhof
Find more posts tagged with
Comments
mwilliams
Hi danhof,<br />
<br />
I believe you can change some of those things in the jsp pages for the viewer. You can always build your own viewer. The example viewer that comes with the Eclipse BIRT runtime is just built using the APIs. As for the parameter page, you can always create a custom jsp parameter page. See the following post from the devShare:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/devshare/deploying-birt-reports/298-2-2-birt-tag-library/#description'>2.2
BIRT Tag Library - Tips & Tricks - BIRT Exchange</a>
danhof
Thanks to you,<br />
but this is not exaktly what i want. I try to explain it on the basics of an example. This is the default Viewer-Layout:<br />
<img src='
http://www.vogella.de/articles/EclipseBIRT/images/SNAG-0039.gif'
alt='Posted Image' class='bbc_img' /><br />
Now i want somthing like that:<br />
<img src='
http://www.bilder-hochladen.net/files/ccpr-1.jpg'
alt='Posted Image' class='bbc_img' /><br />
You see a different backgroundcolor and just not all viewer-function-button in the toolbar.<br />
Can you help me with that?<br />
regards <br />
danhof
Virgil Dodson
Hi danhof, there is information on how to remove some of the items from the open source web viewer example at another thread at <a class='bbc_url' href='
http://www.birt-exchange.org/forum/eclipse-birt-newsgroup-mirror/14514-programmatically-hide-actions-birt-report-viewer-toolbar.html'>http://www.birt-exchange.org/forum/eclipse-birt-newsgroup-mirror/14514-programmatically-hide-actions-birt-report-viewer-toolbar.html</a>.<br
/>
<br />
If you need more control from you web page to your BIRT viewer, you should also look at the JSAPI at <a class='bbc_url' href='
http://www.birt-exchange.org/wiki/GSG:Getting_Started_with_BIRT_JavaScript_API/'>GSG:Getting
Started with BIRT JavaScript API - BIRT Wiki - BIRT Exchange</a>