Reputation: 1482
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.
Upvotes: 2
Views: 683
Reputation: 11558
I did a CMS a while ago which is free to use and all the other GPL stuff. I use CKEditor to provide the content editing across the solution. If you like download it and see how its done.
http://hci.me.uk/contentmanagement/
In the solution the following files are involved in the WYSIWYG content editing:
They present a ckeditor when user the logged in to edit various sections and then content is saved on the xml file. There is also folder to uploading stuff from the editor and managing the files.
Hope this helps you
Upvotes: 1
Reputation: 3659
someone has already done it for you - http://syrinxckeditor.codeplex.com/
Upvotes: 3