Forum Moderators: open

Message Too Old, No Replies

Rich Text Editor to replace textarea

Rich Text Editor to replace textarea

         

GooGoo

11:36 pm on Aug 20, 2005 (gmt 0)

10+ Year Member




I’m looking for a good standards compliant Rich Text Editor to replace texareas in forms so that users can format text (bold, italic, etc.).

I work in an ASP environment with Dreamweaver, but these are not strict requirements.

A dreamweaver extension that is based on ASP, is standards compliant and is not branded would be ideal, but anything would be fine.

The most important requirement is that the product be standards compliant.

sharbel

1:17 pm on Aug 21, 2005 (gmt 0)

10+ Year Member



There is one that I see advertised on the asp.net forums from telerik.com , they have their R.A.D controls. I've never used them, but they advertise it as fully XHTML compatable.

I had a similar requirement for a small CMS i built, and I used the free-text-box control. When the user submitted the page, I then ran the submitted text through an XHMTL class for reformatting before I inserted into the database.

No matter what, IMHO, you will get pretty bloated code with all the editors out there because they use inline styles or <font> (bleh) tags. Trade off I guess...

tomasz

2:14 pm on Aug 21, 2005 (gmt 0)

10+ Year Member



Did you check it out FreeTextBox.com? It is .Net plugin but you can probably use it with ASP if your host supports .NET.