Monday, February 7, 2011

jQuery Solution - Rich Text Box in Sharepoint

Hi
Recently faced a problem with Jquery and Rich Text Box in Sharepoint.
I had to get the value of the Rich Text Box into a variable and manipulate / use it.

Searched internet a lot for the possible ways to do it. No luck there.
Finally turned to MSDN, Rich Text Box documentation. Spent 3 hrs reading it and than finally came up with a working solution.

Here is the link for stackoverflow of my posted question followed by a solution ::

Hope it helps someone else also. :)

1 comment:

Anonymous said...

Thanks for this. I have a similar issue, except that the sharepoint richtextbox is within an iframe.

I've attempted to adjust your javascript to reflect it, but it is not working. Any thoughts on how I can go about using this on an object inside of an iframe?

Thank You