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
anukarthi_nimmalaanukarthi_nimmala 

Regarding RichText Editor..

Hi ,

 

I have created a richtext editor component  in salesforce. I used that component in my visualforce page.Now iam passing document.body (Documents attribute as value to rich text editor).

 

But iam trying to insert this richtext editor value in to doocuments body.which is failing by giving an error.I want to save the rich text editors content to documents body.

here iam trying to passss the editors value to documents body.So please help me.

<c:RichEditor value="{!document.body}" id="file"  />

 

Any ideas will be of greeat help to me.Any helping  code plz provide me.

 

 

                                                                                                                                     Thanks and regards,

                                                                                                                                               Anu..

 

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Edwin VijayEdwin Vijay

Check this article.. It shows how to use a rich text editor

 

http://wiki.developerforce.com/index.php/Visualforce_blog

 

I actually developed a blog based on the above articel .. You may check this too http://www.forcetree.com/2009/08/building-blog-applicationwebsite-using.html

 

Hope it helps!!