Release
It's been a while since I had to work with Telligent's Community Server software. Our last attempt to use RadEditor as the default editor was back in CS version 2.0. The latest version (2007) features a new and easier way to add new editors for the blogs/forums/etc. parts of Community Server. I decided to update our code and write a new wrapper for RadEditor 7. The new code is cleaner, since it directly inherits from the RadEditor class instead of adding the editor as a child control:public class RadEditorWrapper: RadEditor, ITextEditor, ITextControl{...The new wrapper is available for download here. Inside the archive you will find the Telerik.CommunityServer.RadEditorWrapper.dll...