Hi,
I have three input elements two textboxes and one tinymceActiveEditor on which spell check needs to be implemented.
please find the below code snippet
rapidSpell.setParameterValue(tinyMCE.get(tinyMCE.activeEditor.editorId).getElement(), 'IgnoreXML', true);
rapidSpell.setParameterValue('default', 'LeaveWindowOpenForUndo', true);
rapidSpell.dialog_spellCheck(true, ['titleTxtBox', tinyMCE.activeEditor.editorId, 'teaserTxtBox']);
i am using IgnoreXML for tinymceActiveEditor because i dont want the html to be validated however i want only the string as text on which spell check needs to be done.
on undo click i find the in tinymceActiveEditor control the complete html is rendering however we have already mention as ignoreXML