Installation Instructions
- Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
- Add plugin to TinyMCE plugin option list example: plugins : "iespell".
- Add the iespell button name to button list, example: theme_advanced_buttons3_add : "iespell".
Initialization Example
tinyMCE.init({ theme : "advanced", mode : "textareas", plugins : "iespell", theme_advanced_buttons3_add : "iespell" });