HI,
i can still type text into content editor when the spell check window is open which potentially could cause typing to be overwritten. Perhaps i want the textbox should be locked whilst spell check is being performed? and it should get activated once the spell check window is closed. Or do i make the parent window disable while spell check popup is opened.
i have three textboxes on which spell check needs to be performed, and i want all three input elements to be disabled while spell check popup is opened and make them active once the popup is closed -:
these are the three texboxes i am using-:
rapidSpell.setParameterValue(document.getElementById('mytextbox_ifr'), 'IgnoreXML', true);
rapidSpell.setParameterValue('default', 'LeaveWindowOpenForUndo', true);
rapidSpell.dialog_spellCheck(true, ['titleTxtBox', 'mytextbox_ifr', 'teaserTxtBox']);
swati
swati