html editor alternative besides tinyMCE
anyone know? possibly 开发者_如何学JAVAa library in or code in C#
if better a jQuery would do better
There's also CKeditor which plays nicely with jQuery. I used the older version of it (when it was called FCKEditor) on an asp.net project before and it was pretty easy to integrate. There's is also a codeplex project that wraps CKEditor into an ASP.NET control.
You can also take a look at this similar question.
And another... http://freetextbox.com/
Your phrasing is a little confusing, but if you're looking for a WYSIWYG editor to generate HTML you could look at WYMeditor.
There is fckEditor which has now been renamed to CKeditor.
- http://ckeditor.com/
There is also one that comes with the Ajax Control Toolkit.
- http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx
For the best in the industry you can get Telerik controls but that will set you back about 1000 USD.
- http://www.telerik.com/products/aspnet-ajax/editor.aspx
精彩评论