Feature #23832 » rtehtmlarea_feature_16118_follow_up.patch
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
|
- « Previous
- 1
- 2
- Next »