The script can be used in comment forms, backends, and anywhere a WYSIWYG editor is needed.
Here are some key features of "Damn Small Rich Text Editor":
· Small (~18k) footprint! (Packed/Minified JS, Plugins & CSS sum to 12k w/o GZIP, HTML can be reduced to ~3k using GZIP, Images (w/o emoticons) are less than 3k)
· Cross-browser (FF1.5+, IE7, should work on IE6 as well).
· All basic Rich Text functionality is included.
· Plugin-enabled! (Can add own commands and/or text processing as plugins)
· Image Upload via AJAX (using the AjaxFileUpload plugin).
· Resizing of text area.
· Valid XHTML 1.0 Transitional markup (Note: this refers to the editor's markup and not to it's generated content which may or may not be valid!).
· HTML Cleanup.
· Text modification flag (use $('#your-editor-id')[0].modified)
· PHP Back-end.
Requirements:
· jQuery
What's New in This Release: [ read full changelog ]
· Some IE fixes contributed by Eugene Minaev
· A new Attachment plugin by Tom Freeman
· Incorporated the Headings patch (currently only tested on Firefox)