[TYPO3] htmlarea add class in table

Patrick Rodacker patrick.rodacker at the-reflection.de
Tue May 22 22:37:36 CEST 2007


Hi Stano,

Stano Paška wrote on 22.05.2007 13:21:

> RTE.default {
>  classesTable := addToList(cennik)
>  proc.allowedClasses := addToList(cennik)
> }
> 
> RTE.classes.cennik {
>  name = cennik
>  value = background-color: #EDEBF1; border: 1px solid #333333;
> }

Please read the manual of the htmlarea extension [1]. 'classesTable' has
to be a list of id-strings ... e.g.

classesTable = table-class-1,table-class-2,table-class-3,cennik

Same with proc.allowedClasses

HTH
Patrick

[1]
http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/


More information about the TYPO3-english mailing list