I need to create a class library with title and body template. Both title and body are textboxes. In the body I want to use CKEditor as text editor. Further, the editor contains ImageBrowser.aspx and LinkBrowser.aspx for browsing images and files.
So far, I have used CKEditor directly in aspx page. But now I am going to use it in a class library so that I can have a dll file that I will use in my web application.
What’s the way out? Seeking advices. Thank you.
someone has already done it for you – http://syrinxckeditor.codeplex.com/