[TYPO3-RTE] Customize the rte_htmlarea in tt_news

Thomas Oppelt t.content at gmx.de
Sat Nov 25 20:14:31 CET 2006


if u want to change settings for a field of table tt_news, u have to 
refer your settings to that table of course.
e.g.
RTE.config.tt_news.bodytext >
RTE.config.tt_news.bodytext < RTE.config.tt_content.bodytext

regards
tom


Xatucans schrieb:
> Hi, I'm tring to customize the rte_htmlarea for my news in tt_news. I write 
> this code in the TSconfig of system folder where I storage my news:
> 
> RTE.config.tt_content.bodytext.showButtons = *
> 
> #CSS#
>   RTE.default {
>    contentCSS = fileadmin/css/disk-argital.css
>    enableWordClean = 1
>    useCSS = 0
>    showTagFreeClasses = 1
>    classesCharacter = disko-aldeak,disko-lista
>    classesAnchor = disko-aldeak,disko-lista
>    proc.allowedClasses = disko-aldeak,disko-lista
>   }
> 
>   RTE.config.tt_content.bodytext.proc.allowedClasses <
>   RTE.default.proc.allowedClasses
> 
> 
> but it doesn't work. Could any body how can I customize it, pleas? thanks 
> 
> 



More information about the TYPO3-project-rte mailing list