Bug #19490 » 009613.diff
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);
|