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.6.1 vrijgegeven met de volgende veranderingen:
This release focuses mostly on various bug fixes but includes two new exiting plugins developed thanks to contributions from Digital Ventures.
The first one is a layer plugin that enables you to position elements anywere within a TinyMCE editor instance.
The other plugin is a style CSS properties plugin that enables you to modify almost any CSS style attribute with in a visual environment.
The PHP spellchecker where also finaly released as a separate package. This new external plugin gives TinyMCE a very powerful and unique spellchecker contributions for the development of this plugin was provided by Automattic.
Spread the word!
Version 2.0.6.1:Version 2.0.6:
- Fixed issue where the layer and style plugins couldn't be added in incorrect order.
- Fixed issue with Firefox nl not beeing defined in triggerSave correctly.
- Added new theme_advanced_source_editor_wrap option, this gives the possibility to force word wrapping.
- Added new support for using div,blockquote,dt,dd,code,samp as a items in the theme_advanced_blockformats option.
- Added new strict_loading_mode option, this switches the loading method from document.write to DOM.
- Added new hidden_tab_class, display_tab_class options for resolving the MSIE image dimension bug.
- Added new absolute layer support, this was added to a new plugin called layer.
- Added new CSS style properties support, this was as a plugin called style.
- Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.
- Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.
- Fixed bug where links the the same page as the editor page was converted into a /.
- Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.
- Fixed bug with unterminated string literal errors where reported in some browsers.
- Fixed bug where src and href where converted into xsrc and xhref in text.
- Fixed bug where two characters where removed by backspace sometimes in Gecko.
- Fixed bug where class drop list wasn't visible in some of the table dialogs.
- Fixed bug where br elements where incorrectly removed within paragraphs on backspace.
- Fixed bug where drag/drop operations failed in MSIE when editor height was set to a % value.
- Fixed bug where width/height was lost on images if they where placed in hidden tabs in MSIE.
- Fixed bugs with CSS auto import parsing, contributed by Scott Eade.
- Fixed compatiblity issues with MSIE 5.0. Some RegExps needed to be rewritten.
- Fixed issue that made it impossible to remove the entity code/name for '. Fixed issue with odd elements not beeing handled properly.
- Fixed issue where TinyMCE couldn't be loaded in a XML document.
- Fixed issue with contextmenu beeing placed outside of visible area on Gecko browsers.
- Fixed issue whith area tag not being closed.