|
Posted by Pierre Goiffon on August 12, 2004, 11:19 am
Please log in for more thread options show/hide quoted text
> Does anyone have a suggestion for a client-side, web-based tool that
> allows you to create HTML formatted text? Hopefully, there would be
> the resulting HTML-formatted text could be submitted as part of a
> form. I found an example of a quite elaborate one --
> http://doc1.datadoctors.com/datadr/mailinglists/, but it is not free.
The 2 well known solutions :
- contentEditable attribute (for IE)
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/contenteditable.asp
- Mozille (for Mozilla)
http://mozile.mozdev.org/
If a wide browser support is mandatory, you should try also the very
impressive Kupu :
http://kupu.oscom.org/
And last but not least, here is the url of a webpage that lists a lot of
html editing components to use inside a browser :
http://www.bris.ac.uk/is/projects/cms/ttw/ttw.html
|
> allows you to create HTML formatted text?