Skip to content

Instantly share code, notes, and snippets.

@Avinava
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Avinava/a41e89f74da3945dfa45 to your computer and use it in GitHub Desktop.
Save Avinava/a41e89f74da3945dfa45 to your computer and use it in GitHub Desktop.
Using customrtf visualforce component in a page
<apex:page standardStylesheets="true" docType="html-5.0" sidebar="false">
<apex:form >
<c:customrtf targetclass="mytextarea" rendered="true" toolbar="full"/>
<apex:inputTextarea styleClass="mytextarea" richText="false"/>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment