Add RTEs to Salesforce Text Areas

Does anyone know if there is a way to add RTEs to textarea fields in salesforce? I'm new to the platform, but I haven't been able to find any helpful documentation on this.

+2


source to share


2 answers


If you are using VisualForce, you can use the inputTextArea tag to edit / save rich text. Set the "richText" attribute to true.



+3


source


In addition to the component, there is also an example of integrating the open source FckEditor component into Visualforce here:



http://blog.sforce.com/sforce/2009/05/a-rich-editor-component-for-visualforce.html

+4


source







All Articles