Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Customize the pop-up message in BIRT viewer
Customize the pop-up message in BIRT viewer [message #694549] Fri, 08 July 2011 20:01 Go to next message
Scroon  is currently offline Scroon Friend
Messages: 28
Registered: June 2011
Junior Member
Hello,

When the mouse hold on in BIRT viewer, it pop up a message with default context: BIRT Report Viewer
index.php/fa/3303/0/


Is there a way to customize the pop up message on each element of the report please?
For example, when a user move his mouse arrow on an image with some hyperlink, it pops up a message click here to...., and when the mouse arrow on a column name, it pops up a message column name


Thanks in advance

[Updated on: Fri, 08 July 2011 20:09]

Report message to a moderator

Re: Customize the pop-up message in BIRT viewer [message #694561 is a reply to message #694549] Fri, 08 July 2011 20:20 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

On most report items you can set the help text in the advanced
properties for the item.

Jason

On 7/8/2011 4:01 PM, Scroon wrote:
> Hello,
>
> When the mouse hold on in BIRT viewer, it pop up a message with default context: BIRT Report Viewer
>
>
>
> Is there a way to customize the pop up message on each element of the report please?
> E.g. When the mouse point on an image with some hyperlink, it pops up a message click here to...., and when the mouse point on a column name, it pops up a message column name...
>
>
Re: Customize the pop-up message in BIRT viewer [message #694570 is a reply to message #694561] Fri, 08 July 2011 21:10 Go to previous messageGo to next message
Scroon  is currently offline Scroon Friend
Messages: 28
Registered: June 2011
Junior Member
Hello Jason,

Thank you for reply.
I tried and found it just display static texts.
Is it possible to use JAVA scripts in those help text? For display some parameter value.

Thanks
Re: Customize the pop-up message in BIRT viewer [message #694578 is a reply to message #694570] Fri, 08 July 2011 21:20 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Yes, just use an onCreate script like:


this.helpText = this.getRowData().getColumnValue("QUANTITYORDERED") + "
: Ordered";

Jason

On 7/8/2011 5:10 PM, Scroon wrote:
> Hello Jason,
>
> Thank you for reply. I tried and found it just display static texts.
> Is it possible to use JAVA scripts in those help text? For display some
> parameter value.
>
> Thanks
Re: Customize the pop-up message in BIRT viewer [message #695297 is a reply to message #694578] Mon, 11 July 2011 13:10 Go to previous message
Scroon  is currently offline Scroon Friend
Messages: 28
Registered: June 2011
Junior Member


It works perfectly
Thanks!
Previous Topic:how to avoid dispalying the report parameters in URL
Next Topic:Scripted dataset with Birt 3.7.0
Goto Forum:
  


Current Time: Wed Apr 24 19:25:10 GMT 2024

Powered by FUDForum. Page generated in 0.02964 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top