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
sdetweilsdetweil 

any examples of VF pages using objects with RichText fields

In our service cloud solution, we need case (and other object) comments fields which contain rich media formatting and content.

 

we can create that object pretty easily, and get a related list on the case or other object..  but we lose 2 features

 

1. std casecomments are displayed expanded, so searching all comments works with the browser search (ctrl-f) function

2. because they were expanded you can read across all comments at once.. vs open, read, close, open, read,close.. etc..

 

does anyone have any sample VF code that can handle displaying the list of comments with the Rich text expanded and all visible? (read only)

 

and any code for a search function across data in multiple objects, like I am looking for a specific string in the 100s of comments on this case.. I want to display them opened, with the text highlighted..

 

thanks

 

Sam

 

suresh.csksuresh.csk

Hi Sam

 

have a look at this

 

http://code.google.com/p/vf-richeditor/downloads/list

 

cheers

suresh