Working on a blog application in C# with MVC and want to load a wysiwyg 开发者_运维问答editor with ajax on a page. only not all editors works good to load with ajax.
What editor works to load with ajax ?
and what are your experiences doing this?
Editor
This editor can be initialised at any time. Its also very popular.
http://tinymce.moxiecode.com/
I use it on my CMS so I know that it works.
CKEditor is a popular feature-rich open source editor that I in Ajax applications. Check out this example using jQuery to populate the editor using jQuery.
We did it with TinyMce editor, previously have essential editor scripts loaded in main page.. Not very elegant solution, but viable. Also you can use jWYSIWYG editor for that, it's very lightweight
精彩评论