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
FredrickUNFredrickUN 

Salesforce components in Visualforce pages

Hi,
 
I'm looking to use standard salesforce features such as the html editor (WYSIWYG) or document upload on a visualforce page.
 
I cannot seem to find any references on how to do this and was hoping somebody could point me in the right direction?
 
thanks
ShamSham
try this.
<apex:inputTextarea value="{!inputValue}" richText="true" id="theTextarea"/>