The Wayback Machine - https://web.archive.org/web/20040415015413/http://tinymce.moxiecode.com:80/
TinyMCE Moxiecode
Project info (SF) | Manual | Simple Example | Advanced Example | Download

What is TinyMCE
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. It's so easy to integrate with your existing system how this is done is explained in greater detail in the manual section.

Features
- Easy to integrate, takes only two lines of code.
- Theme and template support.
- Easy to extend with custom code.
- Customizable HTML output. Block elements and force attributes.
- International language support (Language packs) currenly UK, SE (Swedish) and IT (Italian).
- Multiple browser support, currently Mozilla, MSIE and FireFox.

Change log

Version 1.05 (2004-04-02)
Added new Italian language pack and documentation. Thanks goes to "Fabrix Xm" for the contribution.
Fixed missing "lang_help_desc" definition in UK and SE langpacks.
Added better documentation for the "valid_elements" option and it's format.
Added new "preformatted" option to address feature request #927948.
Added browser checker so that the script don't break on non compatible browsers.
Fixed bug #926639, now the editor instance gets resized if a width/height is specified in %.
Added new simple theme, this theme has only basic functions.
Version 1.04 (2004-03-30)
Fixed bug when insertLink and insertImage function didn't use the url_convertor callback.
Fixed MSIE bug when images was 32x32 on initialization on slow connections.
Fixed bug that made request on images with wrong path, produced some 404 error in webserver logs.
Fixed MSIE bug where users could add images outside of the editor scope.
Version 1.03 (2004-03-26)
Added new "add_form_submit_trigger" this option is default and is added on all document forms within the page. To address bug #923362
Moved javascript sourcecode file to "jscripts/tiny_mce/tiny_mce_src.js".
Added new obfuscated version of tinymce to reduce size of script.
Added some performance boosting code to the switchClassSticky function.
Removed the "autosave" option, this is no longer needed and is replaced with "add_form_submit_trigger" or triggerSave call.
Fixed undo bug in MSIE.
Removed some unused eventhandlers results in better performance.
Version 1.02 (2004-03-26)
Added new handleNodeChange callback to themes.
Fixed some bugs regarding events and themes function checks.
Fixed bug issue when user focused nodes with keyboard.
Version 1.01 (2004-03-12)
Added some more documentation.
Added new "visual" option to editor.
Fixed bug on empty P elements.
Fixed bug on table width/height.
Version 1.0 (2004-03-11)
Added new "debug" option and fixed some path issues.
Hosted by:
SourceForge