[TYPO3-dev] tinymce_rte is now beta

Tapio Markula tapio.markula at xetpoint.fi
Thu Nov 6 09:17:42 CET 2008


Tapio Markula
> 
> function init() {
>         global $BE_USER,$BACK_PATH;
> parent::init();
> 
> $this->doc->JScode .=...
> }
> 
> but that didn't work. I must rewrite to entire function.


apparently must be


 >
 > function init() {
 >         global $BE_USER,$BACK_PATH;
 >
 > $this->doc->JScode .=...
 > parent::init();
 > }

because init() ends into return statement and if
parent::init();
 >
 > $this->doc->JScode .=...

the last statement has just ignored.




More information about the TYPO3-dev mailing list