You need to sign in to do that
Don't have an account?
Visualforce: Textarea remove Hyperlink
Hi there,
the apex:column component is calling a text area field. Is there a way to remove the hyperlinks or at least change the color of the links ?
Thanks for your help guys.
Greetings Sandra
the apex:column component is calling a text area field. Is there a way to remove the hyperlinks or at least change the color of the links ?
Thanks for your help guys.
Greetings Sandra
You can achive this by escape="false" attribute. Please find the code below. There is a field "textArea__c"on contact object which had some url and when you run this page you'll see the result.
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.
Regards,
Kapil
(forcecube@gmail.com)
All Answers
You can achive this by escape="false" attribute. Please find the code below. There is a field "textArea__c"on contact object which had some url and when you run this page you'll see the result.
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others.
Regards,
Kapil
(forcecube@gmail.com)