[Typo3-dev] RTEHtmlArea & fdfx_2cols - Problems with <span class="...">
Stanislas Rolland
stanislas.rolland at fructifor.ca
Mon Sep 26 14:48:48 CEST 2005
Hi Meik,
>
> i also think that it is a problem with configuration of the rte. I only
> have a configuration code for rte.default.proc. How can i define an
> configuration for the left column? RTE.tx_fdfx2cols_leftcolumn.proc?
>
> I do not understand the relation between RTEHtmlArea and fdfx_2cols.
> Where is the mistakte, in RTE or fdfx_2cols?
>
fdfx_2cols assigns a processing mode of css to the RTE configuration of
the field in TCA.
Maybe the following line at the end of your Page TSConfig would be enough:
RTE.config.tt_content.tx_fdfx2cols_leftcolumn.proc.overruleMode < ts_css
If not, try the following line:
RTE.config.tt_content.tx_fdfx2cols_leftcolumn.proc < RTE.default.proc
Stanislas
More information about the TYPO3-dev
mailing list