vote up 1 vote down star

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.

flag

2 Answers

vote up 1 vote down check

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

link|flag
just been recommended this by someone else also, looking into it now. is this my only option? – seengee Sep 21 at 19:05
1  
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 Sep 22 at 15:37
vote up 1 vote down

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

link|flag
thanks for the link – seengee Sep 25 at 10:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.