* Cleanup #13668: htmlArea RTE: Cleanup some unused code (acronym, color, font)
* Fixed bug #13671: htmlArea RTE: Invalid reference to font options in WebKit browsers
* Fixed bug #13672: htmlArea RTE: Conflicting configuration property name
+ * Cleanup #13673: htmlArea RTE: url to acronym module is not used anymore
2010-02-24 Ernesto Baschny <ernst@cron-it.de>
* Cleanup #13668: htmlArea RTE: Cleanup some unused code (acronym, color, font)
* Fixed bug #13671: htmlArea RTE: Invalid reference to font options in WebKit browsers
* Fixed bug #13672: htmlArea RTE: Conflicting configuration property name
+ * Cleanup #13673: htmlArea RTE: url to acronym module is not used anymore
2010-02-22 Stanislas Rolland <typo3@sjbr.ca>
RTEarea['.$RTEcounter.']["buttons"]["'. $button .'"] = new Object();';
}
$registerRTEinJavascriptString .= '
- RTEarea['.$RTEcounter.'].buttons.'. $button .'.pathAcronymModule = "../../mod2/acronym.php";
RTEarea['.$RTEcounter.'].buttons.'. $button .'.acronymUrl = "' . $this->htmlAreaRTE->writeTemporaryFile('', 'acronym_'.$this->htmlAreaRTE->contentLanguageUid, 'js', $this->buildJSAcronymArray($this->htmlAreaRTE->contentLanguageUid)) . '";';
// <abbr> was not supported by IE before version 7