ASP.NET Rich Text Editor with maximum chracters limit, configurable tool bar

kurtpeafowl

New Member
I am looking for a rich text editor to use in ASP .NET application.I need a maximum characters property that should not let user to enter more than the limit.It should have configurable toolbar. The toolbar menu I am looking for is:Html view, paste, undo, bold, italic, underline, justify left, bulleted list, number list, font size, font color, format (heading 1, heading 2, ect), spellchecker, cleanup, Copy from WordI tried telerik RadEditor - somehow it doesn;t send the text entered by user to code behind after submit. We dont have submit button in our application, when user navigates away from the page, a javascript function submits the form. I also tried ckEditor, it doesn't have max chars limit. available plugins aren't working properly.Could anyone please suggest any other plugins (JQuery plugins etc)Thanks
 
Back
Top