Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <apex:page standardStylesheets="true" docType="html-5.0" sidebar="false">
  2. <apex:form >
  3. <c:customrtf targetclass="mytextarea" rendered="true"/>
  4. <apex:inputTextarea styleClass="mytextarea" richText="false"/>
  5. </apex:form>
  6. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement