Jump to content
JasperReports Library 7.0 is now available ×

How about hyper links within a textfield


2005 IR Help

Recommended Posts

By: Sam - ssa00319

How about hyper links within a textfield

2004-09-21 05:09

Hi,

 

I've a texfield (from a database) containing (this is an example) : "click <a href=http://www.google.fr>here</a> to try"

Nb : Hyper link is a part of field's content

 

My question : Is there a property saying that a textfield must understand html's tags and show them (ie print field contents and not the <href> syntax but the possibility to clik on it).

 

Thanks,

Dom

 

 

 

 

By: Balu - bala-os

RE: How about hyper links within a textfield

2004-10-05 02:32

yes,

 

 

<textFieldExpression class="java.lang.String"><![CDATA[$F{PURCHASEORDERNO}]]></textFieldExpression>

<hyperlinkReferenceExpression><![CDATA["http://balae:6080/Reports"]]></hyperlinkReferenceExpression>

</textField>

 

I hope this is what you required

Bala

 

 

 

 

By: Sam - ssa00319

RE: How about hyper links within a textfield

2004-10-13 01:17

Not really,

 

With this method, all contend of textfield is "hyperlinked". What i need is only make "hyperlinked" the contend between <a></a> tag (ie interpret html's tags...).

 

Thanks,

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...