Formatting a web hyperlink
#1
Posted 19 November 2007 - 05:08 AM
#2
Posted 19 November 2007 - 01:02 PM
To get the most control, you could also use a Text control instead of a data control... Set the formatting of the control to HTML and then try something like this:
" style="text-decoration:none;color:green;font-size:9pt"
onmouseover="this.style.color = 'tan'"
onmouseout="this.style.color = 'green'">
Actuate Corporation – The BIRT Company™
http://www.actuate.com | http://www.birt-exchange.org
#4
Posted 14 August 2009 - 01:11 PM
I need to do link to reports based on the value of the slice of the pie I click.
ie. The pie shows three, or more, slides. But there is one that I need to link to a specific report. The other ones can link to another
Is it possible?? Thanls for your help!
#6
Posted 24 November 2010 - 11:53 PM
Alexey, on 24 November 2010 - 10:49 PM, said:
Bookmark the link to modify, drop in a Text element and set to HTML, and use Javascript to modify by using a document.findElementById().
I suppose you could also modify it by putting in a script in the onRender event for the data element, and setting the this.getStyle() properties.
John






MultiQuote










