I am building a simple CMS and need a good solution for an input text box (the one Stackoverflow uses looks great…). The input text boxes from vendors like Telerik etc are just too heavy and feature laden, I’d like a clean simple solution (hopefully that I could just drop into an ASP.NET site).
Share
CKEditor works for me. I’ve used it successfully on MVC / jQuery-rich sites. It’s quite easy to configure to remove any functionality / buttons that you don’t want the User to see.