Project

General

Profile

Feature #23832 » rtehtmlarea_feature_16118_follow_up.patch

Administrator Admin, 2010-10-24 16:46

View differences:

typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-checker.js (copie de travail)
Ext.each(iframeDocument.getElementsByTagName('a'), function (link) {
link.onclick = null;
}, this);
return HTMLArea.getHTML(iframeDocument.body, false, this.editor);
return this.editor.iframe.htmlRenderer.render(iframeDocument.body, false);
},
/*
* Handler invoked when the response from the server has finished loading
(2-2/2)