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
RuslanRuslan 

How can I add Rich Text fields

I would like to add custom text fields that allow for rich text.  I do not see this option in the New Custom Field form.
 
Appreciate any help with this.
werewolfwerewolf
Rich text fields are not currently an option for custom fields.  You can create Visualforce pages that show rich text fields which are backed by long text custom fields, but you can't yet put RTFs in standard edit pages.
stevel99stevel99
Hi,
I thought the rich text functionality for text fields was added with the Winter 09 release (http://blogs.salesforce.com/ideas/2008/10/rich-text-edito.html). Can anybody tell me how to enable this feature?
 
Thanks!


Message Edited by stevel99 on 10-17-2008 01:31 AM
ptepperptepper
Make an apex:inputTextarea with attribute richText="true"

-paul