TextAreaEditor is a WYSIWYG editor for the textarea. It works with Ie4.x and above.
Checkout the demo.
I lifted the DHTML editor (from somewhere, yes, i had informed them) and rolled a Zope product that subclassed DTML Document.
Currently, there's no __init__ in the product. It uses default init (because i can't find out how to add the __init__ when subclassing DTML Document/Method).
Therefore, some properties are set up after instantiating the product. A pointer on how to make this better is sought.
That's the main reason for this release.
Example codes are in the README.txt
Also, i don't know much javascript/dhtml. so dont ask me those kinda question. Do give me the answers, though. :)
Mail me comments, bug reports, pointers, etc.