TinyMCE is een platformonafhankelijke web-based HTML-tekstbewerker gemaakt met Javascript die eenvoudig in een CMS te voegen is. Enkele van de belangrijkste features zijn ondersteuning voor themes, templates, meerdere talen en het gebruik van plugins. Voor meer informatie over TinyMCE kun je hier terecht en een voorbeeld is hier uit te proberen. Moxiecode Systems heeft versie 2.1.0 vrijgegeven met de volgende veranderingen:
Version 2.1.0:
- Added new template plugin, this supports simple snippets and advanced smart templates.
- Added new attributes dialog for xhtmlxtras plugin. Based on contribution by Ryan Demmer.
- Added new bbcode plugin, currently only support for PunBB but more might be added in the future.
- Added new support for table captions, captions can now be toggled on or off on tables.
- Added new more colors link for text/background color menus.
- Added new more advanced color picker based on a contribution by Tristan Poet.
- Added new functionality to always keep inlinepopups in viewable area contributed by Joshua T. Corbin.
- Added new maximize button for inlinepopups contributed by Joshua T. Corbin.
- Added new mceToggleEditor command. Toggles visibility of a editor instance on/off.
- Added new showInstance/hideInstance callbacks. Used by mceToggleEditor command.
- Added support for Ctrl+v handling for non IE browsers when the paste_auto_cleanup_on_paste option was used with the paste plugin.
- Fixed issue where focus wasn't returned to editor after using a inlinepopup. Contributed by Andy Skelton.
- Fixed issue where fullscreen.htm file used the _dev version of the JavaScript.
- Fixed issue with TinyMCE forcing absolute links for document local anchors. Ex: #a got converted into b.htm#a
- Fixed issue where initialization failed some times with Drupal.
- Fixed issue with rtl languages and the new color picker menus.
- Fixed major bug where url convertion logic wasn't executed correctly.
- Fixed bug where text color/background color menus wasn't visible in fullscreen mode.
- Fixed bug where text color/background color menus wasn't hidden when switching to/from fullscreen mode.
- Fixed bug where embed elements was converted into ibed elements.
- Fixed bug where contrain proportions in advimage dialog wasn't working.
- Fixes bug where an inlinepopup wouldn't close if mcWindows.selectedWindow was nullified contributed by Joshua T. Corbin.
- Fixed bug where style dropdown wasn't unique for each editor instance if diffrent content_css files where used.
- Fixed bug with the noneditable plugin and IE. Only the last element was uneditable.
- Fixed bug with link dialog and Firebug sometimes produced a TINYMCE_UNIQUEURL not defined error.
- Fixed so the fix_list_elements option is enabled by default to produce more valid XHTML code.
- Fixed so that all more info links on plugins point to the wiki in the about dialog.
- Fixed so there is two new button names forecolorpicker and backcolorpicker these can be used to make plain old color picker buttons.
- Removed the forcing of a space inside alt attributes by the advimage plugin since the default valid_elements rule defaults to "".