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.0.9 vrijgegeven met de volgende aankondiging:
New year new version. This release is focused on stability and performance some new options where added but no new plugins or features. A major bug with IE and the spellchecker was corrected other bugs where mostly minor implementation specific bugs here and there. Here is the change log:Best regards,
- Added support for fullscreen new window mode since the other method was problematic for some.
- Added new hide_selects_on_submit option. Enables the possibility to enable/disable disabling of TinyMCE select elements.
- Added new removeInstance callback for plugins and also a new remove_instance_callback option.
- Added warning if flash and media plugin is used at the same time. Flash plugin should be replaced with media plugin.
- Fixed so that fullscreen can be used even if placed in absolute positioned divs with borders etc.
- Fixed so that contextmenu on named anchors doesn't display the link/unlink items.
- Fixed so that wrap in source editor dialog works in Opera.
- Fixed so that single quotes/' is only applied to text nodes not attributes.
- Fixed so that the emotions dialog is a little wider to avoid the FF bug with statusbar content alignment.
- Fixed issue where TinyMCE wasn't restoring scroll position after fullscreen mode switch.
- Fixed some HTML issues in style plugin dialog. Contributed by Michael Keck.
- Fixed bug where color selection menu was visible for instances that got removed.
- Fixed bug where it wasn't possible to remove block formatting with format select box.
- Fixed bug with xhtmlxtras plugin not working when convert_fonts_to_spans option enabled.
- Fixed bug where element path elements wasn't entity encoded properly.
- Fixed bug where IE 7 produced a invalid attribute exception for some URLs.
- Fixed bug where the fix_table_elements option moved tables out of divs and not just P and H1-6 elements.
- Fixed bug where drop menu for spellchecker didn't work in IE.
- Fixed bug with noneditable plugin. The classes where removed sometimes.
- Fixed bug where media plugin failed if single quotes wasn't entity encoded.
- Fixed bug where fullscreen mode switched the way bold/italic/underline works in FF.
- Fixed bug where style plugin could modify body element of editor instance.
- Fixed bugs and issues with searchreplace plugin.
- Fixed bug where windows using inlinepopups where invisible when using fullscreen mode. Contributed by Joshua T. Corbin.
- Fixed bug where inlinepopups where settings style values without px suffix. Contributed by Joshua T. Corbin.
- Fixed bug where externaltoolbar where causing problems in fullscreen mode. Contributed by Joshua T. Corbin.
- Fixed alignment problems of buttons inside the search/replace dialog. Contributed by Dongsu Jang.
- Optimized event/callback execution by a factor of 10.
- Optimized cleanup engine by factor of 2 on some documents.
- Optimized shortcut and key event handling logic.
Spocke - Main developer of TinyMCE