[TYPO3-english] RTE configuration doesn't work
Dominik Deka
dominik at ais.pl
Wed Mar 18 09:44:57 CET 2009
I found out that in order to enable text style selection list I have to
put paragraph into text. Adding text only is not enough.
It seems to be weird and confusing to me :(
best
Dominik
Dominik Deka wrote:
> I have put following definition in TSConfig of root page:
>
> RTE.default.contentCSS = fileadmin/html/style_rte.css
> RTE.classes{
> color1 {
> name = Color 1
> value = color: #8A0020;
> }
> color2 {
> name = Color 2
> value = color: #10007B;
> }
> color3 {
> name = Color 3
> value = color: #186900;
> }
> color4 {
> name = Color 4
> value = color: #0000ff;
> }
> }
> RTE.default.classesCharacter = color1, color2, color3, color4
>
> and fileadmin/html/style_rte.css contains following classes:
>
> span.color1 { color: #8A0020; }
> span.color2 { color: #10007B; }
> span.color3 { color: #186900; }
> span.color4 { color: #0000ff; }
>
> What else should I take care of (because text style selection list
> remains empty)?
>
> Dominik
More information about the TYPO3-english
mailing list