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
DMF96DMF96 

RichText Input on Visualforce Page

I have a form on a Visualforce Page that includes the inputting into a RichText Field. However, on the Visualforce Page, the formatting options are different to those on the Record Details Page. I need users to have the ability to change Font Colour - is this possible within a Visualforce Page?

Visualforce Page:
User-added image

Record Page Layout:
User-added image
Best Answer chosen by DMF96
HarshHarsh (Salesforce Developers) 
Hi,
  • The standard Rich Text Field editor provided on the Visualforce Page does not include all the formatting options available on the Record Details Page.
  • It would require custom development to implement this feature.
Please mark it as Best Answer if the above information was helpful.
Thanks.