The TS 7.5 doc lists the exact same TinyMCE plugin list as it did for previous versions, but the TinyMCE 4 plugins have changed. The pasteword plugin is gone - it is built into the paste plugin, according to the TinyMCE website. Also iespell was deprecated. There's a plugin called spellchecker, which I tried to replace iespell with in my custom_config.js, but I can't seem to get the associated button to appear. There are forums that speak of spellchecker being wonky, and using the native browser spell checker instead, but I have no way of implementing that solution, that I can tell:
tinymce.init({
browser_spellcheck : true,
});
Anyone have any luck implementing any spell checker with TinyMCE 4 in TS?