[TYPO3] Keeping classes in htmlArea RTE
Carla Froitzheim
cf at cf-webservice.de
Sun Oct 29 14:20:39 CET 2006
Rodrigo Cea wrote:
>RTE.default.classesParagraph = P, titulo, subtitulo, t3, t5, firma, cita
>RTE.default.hidePStyleItems = H1,H2,H3,H4,H5,H6,pre
>RTE.default.proc.allowTags = titulo, subtitulo, firma, cita
>
>
This must be RTE.default.proc.allowedClasses = titulo, subtitulo, firma,
cita
>RTE.default.proc.HTMLparser_rte.tags.titulo.protect = 1
>
>
This won´t work because titulo etc. are classes not tags.
>RTE.default.proc.allowTags = div
>
>
This says the only tag allowed to be kept on writing to the database is
div. Is this what you want?
Carla
More information about the TYPO3-english
mailing list