Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » HTML/ DYNAMIC TEXT
HTML/ DYNAMIC TEXT [message #147905] Fri, 24 March 2006 16:18 Go to next message
Eclipse UserFriend
Originally posted by: kelvinchaffer.hotmail.com

Does anyone know how to create values for the text block through the
scripting. Ive tried
this.text = "jadajada"
but that isnt being picked up. Also I want to create some links for
different items within the text. Can this be done through scripting.. eg
<A href="Somewhere">Somewhere</A> <A href"somewhereelse">Somewhereelse</A>
Re: HTML/ DYNAMIC TEXT [message #147922 is a reply to message #147905] Fri, 24 March 2006 16:57 Go to previous message
Vladimir is currently offline VladimirFriend
Messages: 25
Registered: July 2009
Junior Member
kelv wrote:

> Does anyone know how to create values for the text block through the
> scripting. Ive tried
> this.text = "jadajada"
> but that isnt being picked up. Also I want to create some links for
> different items within the text. Can this be done through scripting.. eg
> <A href="Somewhere">Somewhere</A> <A href"somewhereelse">Somewhereelse</A>

try:
this.content= = "My New Text"

Regarding links you should try to use dynamic text item instead of text
item.
Though I didn't try that.

http://www.eclipse.org/birt/phoenix/deploy/reportScripting.p hp
Previous Topic:Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable !?!
Next Topic:Password required while extracting BIRT 2_0_1 download
Goto Forum:
  


Current Time: Mon Jul 22 20:08:14 GMT 2024

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

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

Back to the top