[TYPO3-project-formidable] renderlet TinyMCE: use page language instead of one fixed (configurated) language

Hauke Hain newgrp at googlemail.com
Mon Sep 7 08:15:51 CEST 2009


> <renderlet:TINYMCE name="reviewText" label="LLL:reviewForm.review">
>    <config
>        width="500"
>        height="200"
>        language="TS:config.htmlTag_langKey"
>    />
> </renderlet:TINYMCE>

language="TS:config.htmlTag_langKey"

didn't work because the configuration doesn't use the _navConf function.

If you add the following line to the renderlet it will work.

   $aConfig['language'] = $this->_navConf('/config/language');

Kind regards,
Hauke


More information about the TYPO3-project-formidable mailing list