Does anyone know if there's a way to add an RTE to textarea fields within salesforce? I'm fairly new to the platform but i haven't been able to find any useful documentation on this.
+3
A:
If you're using VisualForce, you can use the inputTextArea tag to edit/save rich text. Set the "richText" attribute to true.
Adam
2009-09-21 16:15:29
just been recommended this by someone else also, looking into it now. is this my only option?
seengee
2009-09-21 19:05:35
The only other way I can think of would be to use an s-Control, however SalesForce is phasing out s-Controls in favor of VisualForce, so I would still recommend going that route.
Adam
2009-09-22 15:37:43
+4
A:
In addition to the component, there's 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
Marplesoft
2009-09-24 22:43:44