tinyMCE.init({ mode : "specific_textareas", editor_selector : "mceEditor", theme: "advanced", statusbar : false, theme_advanced_path : false, content_css : "/styles/tiny_mce.css", plugins: "spellchecker", spellchecker_report_no_misspellings: false, theme_advanced_buttons1 : "spellchecker", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", spellchecker_languages : "English=en,Danish=da,Dutch=nl,Finish=fi,French=fr,+German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=sp,Swedish=sv" });function doit() { tinyMCE.execCommand('mceSpellCheck',false,''); }