Tag Archives: Rich Text Editor
Lightweight Rich Text Editor Control in ASP.NET MVC 2 – Part 2
The last post I made was the most basic way of getting that RTE control rendered in ASP.NET MVC. I explored it more and have found a more appropriate way of doing this. Below is the class for TextEditor Control. … Continue reading
Lightweight Rich Text Editor Control in ASP.NET MVC 2
There is a Lightweight Rich Text Editor Control on jQuery. I used this in a personal project in MVC, it made my otherwise clean pages messed up so I extented it to a control. Following are the files which came … Continue reading