Skip to main content



      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 16:01 Go to next message
Eclipse UserFriend
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 16:09] by Moderator

Re: Customize the pop-up message in BIRT viewer [message #694561 is a reply to message #694549] Fri, 08 July 2011 16:20 Go to previous messageGo to next message
Eclipse UserFriend
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 17:10 Go to previous messageGo to next message
Eclipse UserFriend
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 17:20 Go to previous messageGo to next message
Eclipse UserFriend
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 09:10 Go to previous message
Eclipse UserFriend


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 Jul 23 19:32:50 EDT 2025

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

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

Back to the top