function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kannapapikannapapi 

Issue in Rich Text Field

Hi,
i am having rich text field in my visualforce page where i am entering the string like this:
The Value "Numaber" & 'Text' 
After saving the record the value in rich text field becomes like this: 
The Value "Numaber" & 'Text'
How to avoid this?
PratikPratik (Salesforce Developers) 
Hi Kannapapi,

If you using an outputText field, You'll need to set 'escape=false'

 

Please refer to this posts:
https://developer.salesforce.com/forums?id=906F000000096CeIAI
https://dfc-org-staging.force.com/forums/ForumsMain?id=906F0000000PtfAIAS

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.