I am developing a web part that is used to open part of the SharePoint page content on a popup window and allows editing the content within Rich Text Editor.
The web part works correctly with MOSS 2007. BUT it doesn’t work with SP 2010. The Rich Text Editor in SP 2010 is totally different. The editor comes as a plain box WITHOUT formatting toolbar which it should be on top.
So, How can I get the normal Rich Text Editor with its formatting toolbar in SP 2010 platform? Could you please provide me the source code?
I have read an entry on: (http://blog.mastykarz.nl/rich-text-editor-control-sharepoint-2010/), But frankly, I am not able to accomplish it. That's why I need a help with the source code.
I would greatly appreciate your inputs !