Project

General

Profile

Bug #19490 » 009613.diff

Administrator Admin, 2008-10-21 16:26

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (working copy)
* =======================================
*/
// Preloading the pageStyle
$GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-contentCSS'] = $this->getPageStyle();
$this->TCEform->additionalCode_pre['rtehtmlarea-pageStyle'] = $this->getPageStyle();
// Including RTE skin stylesheets
$GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-skin'] = $this->getSkin();
$this->TCEform->additionalCode_pre['rtehtmlarea-skin'] = $this->getSkin();
// Loading JavaScript files and code
$this->TCEform->additionalCode_pre['rtehtmlarea-loadJSfiles'] = $this->loadJSfiles($this->TCEform->RTEcounter);
$this->TCEform->additionalJS_pre['rtehtmlarea-loadJScode'] = $this->loadJScode($this->TCEform->RTEcounter);
(1-1/3)